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

Join BG HB API

izzy

Member
Joined
Jan 15, 2010
Messages
249
Reaction score
7
this was working but now not so much.

Styx.Logic.Battlegrounds.LeaveBattlefield();

did something change?
 
Btw. your code and the title of the thread is a little bit misleading.

Works for me.

At least BgQuit is working, which uses exactly this code:

Code:
if (Styx.StyxWoW.Me.ZoneId == 5031 && Styx.StyxWoW.Me.MapId == 726 && BgQuitSettings.Instance.Twin)
            {
                Logging.Write("BgQuit: Leaving Twin Peaks");
                Styx.Logic.Battlegrounds.LeaveBattlefield();
            }
 
Last edited:
Btw. your code and the title of the thread is a little bit misleading.

Works for me.

At least BgQuit is working, which uses exactly this code:



Code:
if (Styx.StyxWoW.Me.ZoneId == 5031 && Styx.StyxWoW.Me.MapId == 726 && BgQuitSettings.Instance.Twin)
            {
                Logging.Write("BgQuit: Leaving Twin Peaks");
                Styx.Logic.Battlegrounds.LeaveBattlefield();
            }


not the exact code that meant to post but the response works thanks for the quick reply.
 
Back
Top