Would you like to react to this message? Create an account in a few clicks or log in to continue.

3 posters

    Attacking Same Faction

    avatar
    agile
    Infinity Member
    Infinity Member


    Posts : 1
    Join date : 2010-02-16

    Attacking Same Faction Empty Attacking Same Faction

    Post by agile Sat Feb 20, 2010 11:22 pm

    In-Game Name:N/A
    Bug:Able to Attack person in group from the same faction

    Info:When you inspect someone while your fighting boss it allows you to attack them and kill them

    How To Reproduce Bug:group with same faction attack boss then inspect group member you will then attack them
    Last Comments:
    Black
    Black
    Admin
    Admin


    Posts : 80
    Join date : 2010-02-15
    Age : 29
    Location : Indiana - USA

    Attacking Same Faction Empty Re: Attacking Same Faction

    Post by Black Sun Feb 21, 2010 12:01 am

    Thank you for report. I will test and look into this
    avatar
    Hex00010
    Admin
    Admin


    Posts : 10
    Join date : 2010-02-20

    Attacking Same Faction Empty Re: Attacking Same Faction

    Post by Hex00010 Sun Feb 21, 2010 11:15 am

    Here is a Fix

    Code:

    /*
    *
    *  Bug: Player can kill each other if they are grouped and do a inspect
    *  Bug Reported By: Agile
    *  Bug Url: http://infinitygaming.wwooww.net/bugs-f8/attacking-same-faction-t59.htm
    *
    *  Fixed By: Hex00010
    *
    *
    *
    */


    #include "StdAfx.h"

    void WorldSession::HandleGroupAcceptOpcode( WorldPacket & recv_data )

    Group *grp = player->GetGroup();

       if(group)
       {

              (Plr->IsPvPFlagged())
        {
          Plr->StopPvPTimer();
          Plr->RemovePvPFlag();
     }
    }

    Sponsored content


    Attacking Same Faction Empty Re: Attacking Same Faction

    Post by Sponsored content


      Current date/time is Wed May 15, 2024 2:25 am