HB randomly stops doing nothing and just dies (and never releases corpse) or logs out being alive.
Im using my own questing profile for dungeon trash farming; at first i thought that could be a problem of <While> endless cycles which i use for AOEing packs and stuff, i.e.
But then i catched him standing still outside dungeon, which in that palce of profile code there are not any <While> line, only cast vanish and reset dungeon:
I've lost which log file was that, i can upload future 'dying, doing nothing and log out' cases in this thread, but here is today's log where he died and never released corpse and thus logged out:
he got Path distances request failed on map: Firelands1, Location: <-361.8625, 131.632, 55.48322> error in this case
View attachment 31292 2016-09-22 01.51.zip
Also i could upload the profile i use so you could see where such problem might occure, its just i dont want to give it to public so i only can give it personally.
Im using my own questing profile for dungeon trash farming; at first i thought that could be a problem of <While> endless cycles which i use for AOEing packs and stuff, i.e.
Code:
<While Condition="Me.EnergyPercent > 21 && Me.Combat && Me.IsAlive" >
<CustomBehavior File="Misc\RunLua" Lua="
CastSpellByID(51723);
" />
</While>
Code:
<CustomBehavior File="Misc\RunLua" Lua="
CastSpellByID(1856);
" />
<CustomBehavior File="RunMacro" Macro="/script ResetInstances()" />
he got Path distances request failed on map: Firelands1, Location: <-361.8625, 131.632, 55.48322> error in this case
View attachment 31292 2016-09-22 01.51.zip
Also i could upload the profile i use so you could see where such problem might occure, its just i dont want to give it to public so i only can give it personally.