Same profile taken from - https://www.thebuddyforum.com/honor...orde/95-100-a/190065-quest-94-96-talador.html Translated all of the Chinese to English, fixed a couple things. Please don't look to me for support this is simply a translation for anyone who wants to modify.
Awesome thanks greenbrad. I ran it all morning from the start and was perfect until it started a bunch of quests in Talmor. Now it just says goal: Nothing 3 times and then the bot stops. Time to troubleshoot haha.
I also translated the original, the quest overrides are for Grondor, some TurnIN and GiverID's are incorrect but I have not tested, I just translated it fully from the original post.
Cannot load profile! 'Reagents' is an unexpected token. Expecting white space. Line 817, position 38.
Same issue I am having. Did you pick Lumber Mill or Gladiator's Sanctum in Talador? Might be the issue (for the record, I went with the Lumber Mill)
I have already completed some quests in Talador and when I run the bot it just goes to the first quest and sits there "waiting for npc to show a quest cursor", i deleted all the quests up to my current quest but it keeps running back to that first guy even though the lines are deleted?
HEY GUYS I FIXED IT, right so, when you load the profile, you get the, "Cannot load profile! 'Reagent' is an unexpected token. Expecting white space. Line 817, position 38." So go to your honorbuddy folder, found the xml, right click edit (mine opened notepad) go to edit>go to> line 751 and delete the whole quest and it should work! (That post sounded a bit eccentric lol, I'm new to this ^.^)
I get an error that says "Does not contain Quest Order" when I start it, then it stops the bot. Log attached.
If you are getting this error. 'Reagent' is an unexpected token. Expecting white space. Line 817, position 38." The reason is this block of code. At line 817 is missing the mob id to collect the item from. <Quest Id="33661" Name="Steamscar "Reagents""> <Objective Type="CollectItem" ItemId="115443" CollectCount="10"> <CollectFrom></CollectFrom> <Hotspots> <Hotspot X="6895.165" Y="849.8906" Z="147.5982" /> <Hotspot X="6732.94" Y="821.7416" Z="159.001" /> <Hotspot X="6714.978" Y="857.4296" Z="153.4841" /> <Hotspot X="6677.067" Y="911.0308" Z="146.0506" /> <Hotspot X="6694.985" Y="928.0359" Z="139.938" /> </Hotspots> </Objective> </Quest> It should look like this I think. <Quest Id="33661" Name="Steamscar Reagents"> <Objective Type="CollectItem" ItemId="115443" CollectCount="10"> <CollectFrom> <Mob Id="81738" Name="Steamscar Warrior" /> <Mob Id="81747" Name="Steamscar Primalist" /> </CollectFrom> <Hotspots> <Hotspot X="6895.165" Y="849.8906" Z="147.5982" /> <Hotspot X="6732.94" Y="821.7416" Z="159.001" /> <Hotspot X="6714.978" Y="857.4296" Z="153.4841" /> <Hotspot X="6677.067" Y="911.0308" Z="146.0506" /> <Hotspot X="6694.985" Y="928.0359" Z="139.938" /> </Hotspots> </Objective> </Quest> The quotes in the quest name throw me a little and I am not sure how the compiler will handle them so I removed them. But the part that was missing was the id of the mobs that had the needed drop. I am not sure if this is right as I can not test it. Let me know if I got this wrong. I am by no means a coder and just looking at this and seeing what looks wrong about it. Hopefully that edit will fix it for you.
Same here, Getting stuck on the NPC Foreman Grobash. already completed the 3 quests you get inside the garrison to unlock other quests in that camp, but no dice
Could not find quest giver NPC with ID 79176 in database. Bot stopping! Reason: Could not create current in quest bot!
Hi, i started this script as soon as i got talador quest line. I also got that error 817 thing, but that Javal in this thread posted fixed it. 2 quests bugged abit and i had to manually do it (ez once took 5min) other than that its working fine, i started at 94 and im almost hitting 96 now. Running no combat profile so my character kills abit slowly but who cares. Affli lock 550 ilvl prideful pvp gear XP/HR: 384244 Kills: 447 (192/hr) Deaths: 0 (0/hr) Loots: 352 (151/hr) Honor Gained: 0 (0/hr) BGs Won: 0 Lost: 0 Total: 0 (0/hr)
Honorbuddy Startup Complete Changing current profile to 94-96 maleiay兄弟 Starting the bot! Currently Using BotBase : Questing Current zone is Talador (Talador - Zone - World of Warcraft) [Singular] Your Level 95 Troll Survival Hunter Build is [Singular] ... running the Questing bot in Talador [Singular] ... Zone: Draenor using my SOLO Behaviors Moving to Type: Fly, R: Learn [Singular] PetManager: 'Growl' Auto-Cast Already Enabled Moving to Type: Fly, R: Learn TaxiMap is opened! Updating known nodes list. Moving to Type: QuestPickUp I don't want to move to <0, 0, 0> I don't want to move to <0, 0, 0> Could not find quest giver NPC with ID 78083 in database. Bot stopping! Reason: Could not create current in quest bot!
I wasn't quite ready to release this yet but you guys can give this a try. I have seen enough posts about errors and crap that should have been fixed before even releasing the original profile here. [H] 94-96 Talador Questing Profile NOT 100% AFK. Still testing this profile myself. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- For the ORIGINAL profile Reagents Error: Code: <Quest Id="33661" Name="Steamscar "Reagents""> This is invalid, you can replace line 817 with: Code: <Quest Id="33661" Name="Steamscar Reagents"> For those not good with code that still want to give China a try: View attachment [H - Quest] 94-96 Talador Translated-RegFix.xml The text editor pictured above is Sublime Text 2 for those interested. Stock LUA/XML Syntax color scheme, this allows you so see broken syntax in color rather than black and white text. Cheers