bottercrazy
New Member
- Joined
- Mar 13, 2011
- Messages
- 107
- Reaction score
- 8
This simple plugin is a try to fix some broken functions in HB. Sometimes my bot start to spinning like crazy at the start zone ( Eots start gate for example, SoTa too).
This plugin will wait 90 seconds at the start of the bg then start playing.
edit this lines to change the wait timer
(1000 = 1 second)
Added a function to leave broken BGs but i'm not sure if it properly work
ZoneId == 4710 is IsleOfConquest
It should leave the battleground if inside it
To try this features delete the " // "
It's a simple rewrite of the BG2Fix posted in this forum, thanks to the author
This plugin will wait 90 seconds at the start of the bg then start playing.
edit this lines to change the wait timer
(1000 = 1 second)
Thread.Sleep(110000);
Added a function to leave broken BGs but i'm not sure if it properly work
ZoneId == 4710 is IsleOfConquest
It should leave the battleground if inside it
To try this features delete the " // "
// if (StyxWoW.Me.ZoneId == 4710)
// {
// Logging.Write(Color.Red,"[BGHelper] - IoC Detected - Broken with BGBot");
// Lua.DoString("LeaveBattlefield()");
//
// }
It's a simple rewrite of the BG2Fix posted in this forum, thanks to the author
Attachments
Last edited: