MMOCoin

Likes Likes:  0
Results 1 to 2 of 2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Beginner

    Join Date
    Nov 2010
    Posts
    4
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1

    [TrinityCore]Player's join battlegrounds while playing a battleground.

    So currently when you try to enter BG while playing a BG you get : "You can't do that in batteground's"... I managed to allow joining arenas from battlegrounds via changing HandleBattlemasterJoinOpcode , but there is no option for BG>BG...

    I also tried
    Code:
        // ignore if player is already in BG except IoC and SotA
        if (_player->InBattleground() && _player->GetMap()->GetId() != 628/*Isle of Conquest*/ 
                && _player->GetMap()->GetId() != 607/*Strand of the Ancients*/)
            return;
    Doesnt work...




    Any ideas ?



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Beginner

    Join Date
    Aug 2010
    Location
    Dead man's Chest, USA
    Posts
    27
    Post Thanks / Like
    Rep Power
    16
    Reputation
    2
    Doing that is impossible. The game is technically made for rpg use not constant battlegrounds. Plus the player has to be logged into a world not a battleground....

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •