FYI: The car mount is read such that your position according to HB is 0,0,0, (ish), which is your position relative to the vehicle. This means any hotspot will be read as you going from point 0,0,0 to said point. In this case taking you to the middle of the ocean. This is in BugTracker. Therefore the car cannot be used. As such, all quests in this area are completed by walking. PHP: <PickUp QuestName="Rolling with my Homies" QuestId="14071" GiverName="Megs Dreadshredder" GiverId="34874"/> <If Condition="HasQuest(14071)"> <RunTo QuestId="46856" X="-8505.8" Y="1333.98" Z="101.6967"/> <UseItem ItemId="46856" QuestName="Rolling with my Homies" QuestId="14071" X="-8505.8" Y="1333.98" Z="101.6967"/> <CustomBehavior File="EjectVeh" Eject="1"/> <RunTo QuestId="14071" X="-8188.67" Y="1309.936" Z="27.54169"/> <RunTo QuestId="14071" X="-8066.81" Y="1482.181" Z="8.935433"/> </If> Since you MUST at least enter the vehicle to complete this quest, I added a use vehicle at the first hotspot, but an Eject immediately following. PHP: <UseItem ItemId="46856" QuestName="Rolling with my Homies" QuestId="14071" X="-8505.8" Y="1333.98" Z="101.6967"/> <CustomBehavior File="EjectVeh" Eject="1"/>
nothing to do with your profile, but is there a way to change/edit what the bot will chose as quest rewards? I find sometimes my paladin will take a cloth or leather item when there's a weapon or mail item that would be an upgrade...
Not sure if I am doing something wrong, but when I try a Tauren shaman, he doesn't even try to use lighting bolt, instead he hits things with his mace and runs to another unit before it even dies. I thought it was a CC issue but he works for another profile I tried =(. I even deleted the default CC for shamans and tried to use sham-wow and he does the same thing. I am really new to this so sorry if this is a common issue I should know already.
<PickUp QuestName="Krom'gar Fortress" QuestId="26004" GiverName="Saurboz" GiverId="3431" /> GiverID = 3431 is an ID of an NPC GRENTAR in Crossroads. Need to change to GiverId="34341", u just misspelled ALSO <PickUp QuestName="Where Are the Parts?" QuestId="26044" GiverName="Chief Blastgineer Bombgutz" GiverId="40902" /> <If Condition="HasQuest(26044)"><CustomBehavior File="NoCombatMoveTo" QuestId="26044" Location="866.6805 -59.49479 9.928057" /> </If> The bot just standing and waiting for the timer to expire, 0 seconds left. For infinite period of time.
hmm i receive this message toon walk to the flymaster then hb stopped with these message what can i do?
Quest In Fungus We Trust is not working ! Could not find quest giver NPC with ID 34638 in database. Could not create current in quest bot! Druid LvL 14
First of all, amazing work next... Have the same issue trying to reach Flightmaster Doras, but unable to generate path. Which is kinda odd, because I used the damn elevators in Orgrimmar when I arrived from Thunderbluff at level 10... Redownloaded the UseTransport.cs but still not working. When I still used the old 1-25 profile, the bot stopped completely, after switching to 1-29 profile, it just starts to run. Logs attached if it will help. The big one has the old 1-25 stopping error at the very end.
Have another issue. After completion of the quest "Into the Raptor's Den" the bot can't find the next Quest Giver and stopped. Log attached. Ohh and also, the bot ran from just outside of Crossroads all the way to Orgrimmar to vendor... Another thing, once I restart the bot, it goes to the "Grind to level 10" action and runs all the way back to Orgrimmar to start. edit 1: Jeeesus, after the restart trip back to Orgrimmar it ran back to the raptor den, trying to complete the quest it already had completed... After it had cleaned out the camp, I stopped it to turn the quest in myself. Started the bot again aaaaand back to Orgrimmar to start again... edit 2: I am just going to stop botting now, doesn't seem like it want me to This is the last debug messages after it ran back to Orgrimmar. Code: [14:01:22:525] Blacklisting Doras for 5 minutes because we can't navigate to it! [14:01:22:525] Moving to entry [14:01:23:555] Goal: Waiting for wait timer to expire [14:01:23:555] Activity: Waiting for wait timer to expire, 2 seconds left [14:01:24:618] Activity: Waiting for wait timer to expire, 1 seconds left [14:01:25:669] Activity: Waiting for wait timer to expire, 0 seconds left [14:01:31:824] Picking up In Fungus We Trust : 13998 [14:01:31:824] Goal: Picking up In Fungus We Trust [14:01:31:827] Could not find quest giver NPC with ID 34638 in database. [14:01:31:827] Could not create current in quest bot! [14:01:31:827] Stop called! [14:01:31:871] System.Threading.ThreadAbortException: Thread was being aborted. at Styx.Logic.BehaviorTree.TreeRoot.b() at Styx.Logic.BehaviorTree.TreeRoot.a() [14:01:31:872] System.Threading.ThreadAbortException: Thread was being aborted. at Styx.Logic.BehaviorTree.TreeRoot.a()
Gj on this profile so far, Tested on a fresh lvl BoA Geared lock, found your 'level grouping' too tight causing us to skip quests downside to this is its been skipping some chain quests required in other sections in the profile, so part from that Very good job. And on a personal note. its nice to actually see someone updating there profiles instead of just leaving it as a WiP
lvl 21 troll shaman. just finished the Gorat quests at Mor'shan Rampart. it then says grind to lvl 19, runs to Gorat, and just stands over his body. Any ideas?
miner troubles @ lost isles dont work really well. miner keeps dying against apes =,(. i think you should reduce the wait timer time to be in front of the miner in the cave. edit: also precious cargo the bot dont get on the ship! dont know if its possible 2 handle this.
Just started up a Troll Druid and he went to do "The Arts of a Druid" quest and ran back to turn it in with only 4 healing touches cast on wounded folk. I found him spamming trying to turn quest in. My guess is he tried to heal the same wounded soldier twice and HB counted it, but the game didn't? It might be worth changing the quest to do cast HT on wounded for 6 times instead of 5? Again, not sure what the issue was exactly just a guess.