Ok, I'm really not stupid - honest! But I just don't get what I'm missing...
The bot loads with no errors, warnings, exceptions. I created a Mesh folder inside the folder that HB is in, and the bot points to that folder.
Bot is set to GrindBot and I provided the name of my mount, food, and that is pretty much it.
I decided to try this profile with a 71 rogue I have:
http://www.thebuddyforum.com/honorb...blight-shoalazar-beasts-mosswalker-[hb2].html
The first time I ever ran it, the rogue stealthed...and then did nothing.
I kept noticing this error in the log:
Starting Pull
Safe location is saved
PVP Checked
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.WaitHandle.WaitOneNative(SafeWaitHandle waitHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
at System.Threading.WaitHandle.WaitOne(Int64 timeout, Boolean exitContext)
at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
at BlueMagic.ExecutorRand.Execute()
at Styx.WoWInternals.Lua.GetReturnValues(String lua, String scriptName)
at Styx.WoWInternals.Lua.LuaGetReturnValue(String lua, String scriptName)
at Styx.WoWInternals.Lua.GetReturnVal[T](String lua, UInt32 retVal)
at Styx.Logic.Combat.WoWSpell.get_Cooldown()
at Styx.Logic.Combat.SpellManager.CanCast(WoWSpell spell, WoWUnit target, Boolean checkRange)
at Styx.Logic.Combat.SpellManager.CanCast(String spellName, WoWUnit target, Boolean checkRange)
at Styx.Logic.Combat.SpellManager.CanCast(String spellName, Boolean checkRange)
at Styx.Logic.Combat.SpellManager.CanCast(String spellName)
at Rogue.Rogue.Pull() in d:\Utils\HonorBuddy\CustomClasses\Default Rogue\Rogue.cs:line 220 Exception caught.
Pull done.
It's as if it is trying to stealth pull but I can't tell exactly why it's failing. Am I missing something in my inventory or some skill (I have all my combat talents).
I also notice that this error shows up:
[1:21:26 PM:783] Activity: Pulling Marsh Caribou now.
[1:21:26 PM:888] System.Threading.ThreadAbortException: Thread was being aborted.
at Rogue.Rogue.Pull() in d:\Utils\HonorBuddy\CustomClasses\Default Rogue\Rogue.cs:line 285
at Levelbot.Actions.Combat.ActionPull.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.a.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.a.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.a.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.a.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.b()
[1:21:26 PM:888] Cleared POI
Finally, I notice this:
Loaded new tiled mesh for map "Northrend".
Received error code from mesh server when attempting to get tile map for Northrend: Invalid session
The Mesh folder has a Northrend folder inside of it, but then that folder is empty.
If I need to attach more logs, let me know - and people seem to say this profile works just fine.
I also loaded the bot with no profile, just hit start, and the same pull error.
And finally, once when I loaded the bot with the same profile, I got a message saying to "Select the default Rogue class" only I don't actually see where/how to load a class, only profiles.
I've tried to figure this out on my own but Googling didn't help :/
I guess until I get some feedback I'll go try another profile or more likely, create a level 1 Paladin and go try some other profile to see if it works better, although it's not really why I got the bot.
Thanks in advance. I hate asking but can't figure out how to help myself in this case.
==============================
NOTE: In the last post of the profile thread, I saw this:
if you open the profile you see its not updated to the latest HB.
so a lot of erros will come out of that.
So maybe that is the reason all this is failing. I will try a newer profile. I'd create my own but I don't see any visual gui for waypoints/hotspots, etc. so not sure how that works. Is it all done by hand?
The bot loads with no errors, warnings, exceptions. I created a Mesh folder inside the folder that HB is in, and the bot points to that folder.
Bot is set to GrindBot and I provided the name of my mount, food, and that is pretty much it.
I decided to try this profile with a 71 rogue I have:
http://www.thebuddyforum.com/honorb...blight-shoalazar-beasts-mosswalker-[hb2].html
The first time I ever ran it, the rogue stealthed...and then did nothing.
I kept noticing this error in the log:
Starting Pull
Safe location is saved
PVP Checked
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.WaitHandle.WaitOneNative(SafeWaitHandle waitHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
at System.Threading.WaitHandle.WaitOne(Int64 timeout, Boolean exitContext)
at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
at BlueMagic.ExecutorRand.Execute()
at Styx.WoWInternals.Lua.GetReturnValues(String lua, String scriptName)
at Styx.WoWInternals.Lua.LuaGetReturnValue(String lua, String scriptName)
at Styx.WoWInternals.Lua.GetReturnVal[T](String lua, UInt32 retVal)
at Styx.Logic.Combat.WoWSpell.get_Cooldown()
at Styx.Logic.Combat.SpellManager.CanCast(WoWSpell spell, WoWUnit target, Boolean checkRange)
at Styx.Logic.Combat.SpellManager.CanCast(String spellName, WoWUnit target, Boolean checkRange)
at Styx.Logic.Combat.SpellManager.CanCast(String spellName, Boolean checkRange)
at Styx.Logic.Combat.SpellManager.CanCast(String spellName)
at Rogue.Rogue.Pull() in d:\Utils\HonorBuddy\CustomClasses\Default Rogue\Rogue.cs:line 220 Exception caught.
Pull done.
It's as if it is trying to stealth pull but I can't tell exactly why it's failing. Am I missing something in my inventory or some skill (I have all my combat talents).
I also notice that this error shows up:
[1:21:26 PM:783] Activity: Pulling Marsh Caribou now.
[1:21:26 PM:888] System.Threading.ThreadAbortException: Thread was being aborted.
at Rogue.Rogue.Pull() in d:\Utils\HonorBuddy\CustomClasses\Default Rogue\Rogue.cs:line 285
at Levelbot.Actions.Combat.ActionPull.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.a.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.a.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.a.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.a.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.b()
[1:21:26 PM:888] Cleared POI
Finally, I notice this:
Loaded new tiled mesh for map "Northrend".
Received error code from mesh server when attempting to get tile map for Northrend: Invalid session
The Mesh folder has a Northrend folder inside of it, but then that folder is empty.
If I need to attach more logs, let me know - and people seem to say this profile works just fine.
I also loaded the bot with no profile, just hit start, and the same pull error.
And finally, once when I loaded the bot with the same profile, I got a message saying to "Select the default Rogue class" only I don't actually see where/how to load a class, only profiles.
I've tried to figure this out on my own but Googling didn't help :/
I guess until I get some feedback I'll go try another profile or more likely, create a level 1 Paladin and go try some other profile to see if it works better, although it's not really why I got the bot.
Thanks in advance. I hate asking but can't figure out how to help myself in this case.
==============================
NOTE: In the last post of the profile thread, I saw this:
if you open the profile you see its not updated to the latest HB.
so a lot of erros will come out of that.
So maybe that is the reason all this is failing. I will try a newer profile. I'd create my own but I don't see any visual gui for waypoints/hotspots, etc. so not sure how that works. Is it all done by hand?
Last edited: