What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to Join Battleground

joe85

New Member
Joined
Feb 25, 2011
Messages
9
Reaction score
0
I am looking the Styx.Logic.Battlegrounds class and I see

AcceptBattleFieldPort(int, bool);

That is fine, but how do I know when I have a port? I don't see any events, do I just call AcceptBattleFieldPort over and over?
 
I havnt got an object browser to hand but is there anything in frames?
 
As i said i dont have an object browser to hand, just try searching for frames under VS's object browser, may come up with something?
 
All the frames appear to be related to specific types and thus not applicable. QuestFrame, ProfileFrame, ect.
 
I ended up just checking the QueuedBattlegroundInfo.Status in a loop. When the Dialog becomes available the QueuedBattlegroundInfo.Status == BattlegroundStatus.Confirm.
 
Back
Top