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

BG Wait Timer - (Wait Bg Starts=

Status
Not open for further replies.

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)
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:
Good idea but when rezing in BG it waits 90 seconds before rejoining the fight more then enough time to get kicked for afk...
 
You should never use thread sleeps in anything in HB.

(I know, useless criticism if I don't have a solution, but I am thinking ... lol ;))
 
Status
Not open for further replies.
Back
Top