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

AB bug still unfixed

blacksheepwa

Member
Joined
Jun 14, 2010
Messages
30
Reaction score
0
i have had a bug that several people have AB just flies tword the Arch zone then hovers several yards away from the zone then just stays there till afk. i can make it land in the zone and it will do its normal thing till next zone. Its been broken for the last 4 patches of AB i just wanted to bring it to devs attaention. sense i have gotten no reply on any of my post in any of the AB forum posts. thx for your time. i need a dwarf staff. lol
 
on what Hb version are you
keep in mind that Hb3895 is a test version

you can use 3804 instead
 
Thx for the quick response however that versison doesent work either. the last verison the succesfully ran for me (but drowned in water) was AB v1.0.0.517. ever version since they fixed the bot drowning itself but has been unable to land for me. several poeple posted logs, it just says jump: ascend (something similar to that) and just sits there. i just want to afk it like everyone else lol. thx again hope this problem gets fixed.
 
If you can't wait for a fix, do what I do. Get your hands on a hack that removes protection on protected lua functions, get the addon "InDemand" and make these two macros (You might need SuperDuperMacro addon as well since the actual unstuck macro is long)

Macro 1: named "_Unstuck2" without the quotes. You click this once. Type /rpt cancel UNSTUCK to turn off unstucking.

Code:
/rpt 1 [UNSTUCK] /run if not UnitIsDead("player") and not UnitIsGhost("player") then RunMacro("_Unstuck") end
Macro 2: named "_Unstuck" without the quotes.

Code:
/run if b==nil then b=0 end if a==nil then a=0 end
/run c=GetPlayerMapPosition("player")
/run if b==c then a=a+1 else a=0 end
/run if a==15 then a=0 if IsMounted() then print("Unstucking while flying!") MoveForwardStart() RunMacroText("/in 0.2 /run MoveForwardStop()") SitStandOrDescendStart() RunMacroText("/in 0.8 /run DescendStop()") else print("Unstucking on ground!") MoveForwardStart() RunMacroText("/in 0.25 /run MoveForwardStop()") end end
/run b=GetPlayerMapPosition("player")

You can also beg someone to make an HB plugin to do this too, but I don't know how to write HB plugins.
 
i am running AB not stop for the last 8 days on several toons without issues

so post your log as attachment and we will take a look
 
This issue is very weird

I can run the bot on my laptop, a work machine, and now another machine I got from work. But have this issue he posted on my desktop at home.

I have tried to narrow down what causes it but with no luck.

Have used all the versions, and deleted meshes, the PCs have all the same addons and normally run with addons all off.

Right now my one machine is going on another 8 hours today running flawlessly.

It seems from the issue that it would be mesh related but I have deleted meshes and started them from scratch with same issue
 
heres the log nothing really specail from what i see, sauceytime posted the same problem as me. He is in the support forums too. idk if its computer specific as andrew said. but ill test anything u can throw out. thx again tony.
 

Attachments

Back
Top