Jump to content

xerian

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by xerian

  1. 4 hours ago, headcrab said:

    Ok. Because all want know, i'll write it here. 

    1. check AcceptBattlefieldPort is disabled on your server. Open developement tools and run C# code 
      
      Battleground.JointBattleGroundQueue(32); // this is random BG
      Thread.Sleep(1000);
      Battleground.AcceptBattlefieldPortAll();

      This starts BG queue, and should accept BG when it ready. If it works, you need no any modifications. If not accepts, LUA function AcceptBattlefieldPort is disabled on your server or works unstable. So, go to step 2

    2. download and install dnSpy

    3. in dnSpy open wManager.dll and find method AcceptBattlefieldPortAll  s1.PNG.1ef25ea2a1e2f3b3714438162426828f.PNG    

    4. right click and run menu item "Edit Method (C#)". You will see obfuscated code, but no problem. Find string with Battleground.AcceptBattlefieldPort and comment it  s2.PNG.00d15863ab0915ab8180d2e6d19f8f2c.PNG   

    5. compile and save.

    Voila, now your battlegrounder will accept BG with Battlegrounder helper plugin, because it uses alternative method.

    Dont update your robot, or do this steps after every update

    The problem is resolved!! Gr8 job, thank you!;)

  2. I got the same problem on legion server 7.1.5 :/  "Can't queue for Random Battleground while in another Battleground queue"

    I tried everything u said above and nothing help.

    It seems to no matter which patch or server we are playing, we all have the same issue. Any ideas how to fix it?:P

     

×
×
  • Create New...