Hi there, i got a question. Im using honorbuddy to level a druid atm, and since i got a second account Linked with my main i got raf. i dont got the money to buy a second HB yet(and i actually dont care about the second toon) and now im wondering, do you guys know an addon or program that will make the second char (wich i got on follow) to not go afk? Maybe some auto-it stuff? /aztyx
There is nothing I'm aware of. But what happens if your character gets stuck while on follow? Also not to mention the only key that would not break followed is the space bar. Pressing any other key will break followed. Unfortunately, this really won't work well.
Auto-It Anti-AFK Bot Code: WinWaitActive("wow2.exe") HotKeySet("{PAUSE}", "TogglePause") HotKeySet("!{PAUSE}","Quit") Dim $Paused TogglePause() While 1 Start() WEnd func Start() ToolTip('AntiAFK started.',0,0) Sleep(1000) ToolTip("") While 1 Send("{SPACE}") Sleep(Random(120000,240000)) WEnd EndFunc Where wow2.exe make sure your "followbot" exe is named to this, or rename in code. You should have 1 wow folders per bot. /credits to Niv at Auto-IT