diantonio
03-06-11, 05:55 AM
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
// 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 ?
I also tried
// 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 ?