• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • How to Join Battleground

    Discussion in 'Archives' started by joe85, Apr 17, 2011.

    1. joe85

      joe85 New Member

      Joined:
      Feb 25, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      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?
       
    2. Narayan

      Narayan Member

      Joined:
      Oct 26, 2010
      Messages:
      405
      Likes Received:
      2
      Trophy Points:
      18
      I havnt got an object browser to hand but is there anything in frames?
       
    3. joe85

      joe85 New Member

      Joined:
      Feb 25, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      What namespace is that under?
       
    4. Narayan

      Narayan Member

      Joined:
      Oct 26, 2010
      Messages:
      405
      Likes Received:
      2
      Trophy Points:
      18
      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?
       
    5. joe85

      joe85 New Member

      Joined:
      Feb 25, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      All the frames appear to be related to specific types and thus not applicable. QuestFrame, ProfileFrame, ect.
       
    6. joe85

      joe85 New Member

      Joined:
      Feb 25, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      I ended up just checking the QueuedBattlegroundInfo.Status in a loop. When the Dialog becomes available the QueuedBattlegroundInfo.Status == BattlegroundStatus.Confirm.
       

    Share This Page