195 downloads and no reported issues for the Horde side! That's good! Keep the + Rep coming if you download please
Bot Stopped at: Gutrek's Cleaver: The Spirit Forge Head to Earthshaker Gorge to the Spirit Forge, the cave entrance is located at 51,27 didnt complete that quest and just Garrison Hearthstoned and hung. Did you miss with If conditions? PHP: <If Condition="!HasQuest(37941) && !HasQuest(37942) && !HasQuest(37943) && !HasQuest(37944) && !HasQuest(37945) && !HasQuest(37848) && !HasQuest(37849) && !HasQuest(37850) && !HasQuest(37851) && !HasQuest(37852) && !HasQuest(37881) && !HasQuest(37882) && !HasQuest(37883) && !HasQuest(37884) && !HasQuest(37885) && !HasQuest(37788) && !HasQuest(37797) && !HasQuest(37798) && !HasQuest(37799) && !HasQuest(37811) && !HasQuest(37973) && !HasQuest(37976) && !HasQuest(37977) && !HasQuest(37978) && !HasQuest(37979) && !HasQuest(37914) && !HasQuest(37916) && !HasQuest(37917) && !HasQuest(37918) && !HasQuest(37919)" > Wierd that the bot still HS'ed even though you have the Q in there. Maybe the bot had done the quest before, it is a "Daily" after all, just wierd.
Having the same issue. Maybe wrong QuestID for Horde ? Can't find ID 37992 Gutrek's Cleaver: The Spirit Forge - Quest - World of Warcraft in profile.
jep...just tried it with the above mentioned QuestID and it worked for Horde character. It's within Part 5 of this Quest. I changed the faction part around a bit.... Code: <!--Part 5 --> <If Condition="Me.IsAlliance"> <If Condition="HasQuest(37811) && !IsQuestCompleted(37811) && Me.Location.Distance(new WoWPoint(4441.851,6174.493,107.4943)) < 60"> <CustomBehavior File="MyCTM" X="4441.851" Y="6174.493" Z="107.4943" /> <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Avoiding Mesh Erros" /> </If> <If Condition="HasQuest(37811) && !IsQuestCompleted(37811)" > <CustomBehavior File="NoCombatMoveTo" X="3925.273" Y="6290.81" Z="-17.04812" /> <MoveTo X="3914.868" Y="6323.017" Z="-16.20399" /> <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Hoping to clear aggro {TimeRemaining}" TerminateWhen="!Me.Combat" /> </If> <While Condition="HasQuest(37811) && !IsQuestCompleted(37811)"> <CustomBehavior File="InteractWith" QuestId="37811" MobId="239781" NonCompeteDistance="0" WaitTime="2000" X="3903.644" Y="6311.171" Z="-15.90049" /> <CustomBehavior File="InteractWith" QuestId="37811" MobId="239782" NonCompeteDistance="0" WaitTime="2000" X="3907.198" Y="6317.178" Z="-16.33355" /> <CustomBehavior File="InteractWith" QuestId="37811" MobId="239783" NonCompeteDistance="0" WaitTime="2000" X="3930.072" Y="6305.008" Z="-15.48386" /> <CustomBehavior File="InteractWith" QuestId="37811" MobId="239779" NonCompeteDistance="0" WaitTime="15000" WaitForNpcs="false" X="3918.337" Y="6311.082" Z="-16.21862" /> <CustomBehavior File="InteractWith" QuestId="37811" MobId="89824" NonCompeteDistance="0" WaitForNpcs="false" /> </While> <!--Turn In --> <If Condition="HasQuest(37811) && IsQuestCompleted(37811)"> <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(110560)" WaitTime="1000" /> <CustomBehavior File="WaitTimer" WaitTime="12000" VariantTime="30000" GoalText="Waiting for Hearth {TimeRemaining}" TerminateWhen="Me.ZoneId == 7078 || Me.ZoneId == 7004" /> <TurnIn QuestName="Treasure Contract: Gutrek's Cleaver" QuestId="37811" TurnInName="Bodrick Grey" TurnInId="81492" X="1922.84" Y="284.0955" Z="88.96586" /> </If> </If> <If Condition="Me.IsHorde"> <If Condition="HasQuest(37992) && !IsQuestCompleted(37992) && Me.Location.Distance(new WoWPoint(4441.851,6174.493,107.4943)) < 60"> <CustomBehavior File="MyCTM" X="4441.851" Y="6174.493" Z="107.4943" /> <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Avoiding Mesh Erros" /> </If> <If Condition="HasQuest(37992) && !IsQuestCompleted(37992)" > <CustomBehavior File="NoCombatMoveTo" X="3925.273" Y="6290.81" Z="-17.04812" /> <MoveTo X="3914.868" Y="6323.017" Z="-16.20399" /> <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Hoping to clear aggro {TimeRemaining}" TerminateWhen="!Me.Combat" /> </If> <While Condition="HasQuest(37992) && !IsQuestCompleted(37992)"> <CustomBehavior File="InteractWith" QuestId="37992" MobId="239781" NonCompeteDistance="0" WaitTime="2000" X="3903.644" Y="6311.171" Z="-15.90049" /> <CustomBehavior File="InteractWith" QuestId="37992" MobId="239782" NonCompeteDistance="0" WaitTime="2000" X="3907.198" Y="6317.178" Z="-16.33355" /> <CustomBehavior File="InteractWith" QuestId="37992" MobId="239783" NonCompeteDistance="0" WaitTime="2000" X="3930.072" Y="6305.008" Z="-15.48386" /> <CustomBehavior File="InteractWith" QuestId="37992" MobId="239779" NonCompeteDistance="0" WaitTime="15000" WaitForNpcs="false" X="3918.337" Y="6311.082" Z="-16.21862" /> <CustomBehavior File="InteractWith" QuestId="37992" MobId="89824" NonCompeteDistance="0" WaitForNpcs="false" /> </While> <!--Turn In --> <If Condition="HasQuest(37992) && IsQuestCompleted(37992)"> <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(110560)" WaitTime="1000" /> <CustomBehavior File="WaitTimer" WaitTime="12000" VariantTime="30000" GoalText="Waiting for Hearth {TimeRemaining}" TerminateWhen="Me.ZoneId == 7078 || Me.ZoneId == 7004" /> <TurnIn QuestName="Treasure Contract: Gutrek's Cleaver" QuestId="37992" TurnInName="Rokhan" TurnInId="78487" X="5614.104" Y="4563.054" Z="135.189" /> </If> </If> <!-- END Quest Treasure Contract: Gutrek's Cleaver-->
Treasure Contract: Amulet of Rukhmar (The Apexis Device) Not sure if you want to call it a bug but I couldn't start it from the garrison, had to fly to crow's crook. Currently running the profile, ill let ya know if I find anything. It also threw some kind of error when it started, something about a commonbot syntax. When im done ill run it again and see if it comes up. Update: Warning: Exception of type 'Styx.CommonBot.Profiles.ProfileException' was thrown. After it picked up the quest "The Second Key" it stopped and had to reload HB completely to get it to continue These could just be my mistakes or what not but just throwing it out there. Loving the profiles thanks a ton for this! Update 2: After it picked up the quest 'The Apexis Device" inside of the cave it tried to garrison hearth [DeleteItems-vUnknown(info)] Searching for 122154... [DeleteItems-vUnknown(info)] Searching for 122101... [DeleteItems-vUnknown(info)] Searching for 121837... [DeleteItems-vUnknown(info)] Searching for 121820... [DeleteItems-vUnknown(info)] Searching for 122147... [DeleteItems-vUnknown(info)] Searching for 120989... Bot stopping! Reason: Nothing more to do.
Thank you Jaxxon for pointing out that the final step to Gutrek Cleaver has a separate horde quest ID for the final step for some reason! This made me go back and look at wowhead Garrison Town Hall Daily Quests - Guides - Wowhead Apparently all of the Horde final steps have different QuestIds. I wish one of my Horde trials would have told me it wasn't working for them. I have added the Horde 5th components and it should now be running smoothly for horde. Please let me know if different. Would appreciate some Horde players to confirm the fixes. It should run parts 1-5 completely afk. I need a log in general in order to help.
Yea, sorry about that. I've been manually doing the last quest for all my chars and forgot to post about it after poking in the code. Been focusing on my alliance chars again as well but I'm going back to my horde server. I'll update if I run into anything else like that. I guess the advantage of having 11 hordie's at 100 is it gives plenty of opportunities for debugging ;(
The new version of your profile did the Horde Questline "Amulet of Rukhmar" just fine today. Thx for the fixes !
You're very welcome! Thanks for the feedback! If you don't mind, keep a running tally and report back after all six? I know the Alliance ones work, I've run them literally hundreds of times... But have zero horde toons. Thanks!
I've just decided to get Harrison Jones follower on all my alts (11). I went through the quest manually on 3 before I realized it was going to be too much work. Went on here and searched, found this, tried it on 4th character and I'm so stoked right now. THANK YOU! THANK YOU! THANK YOU!
The Dream of Argus Questline didn't collect the Crystal in the Final Part before the Turnin. Might be a wrong ItemID ? Not sure tho as I collected it up manually. Might be the ID in line 857 .... Will post result when I got this Questline on another Char.
Thank you! I double checked wowhead and apparently now there is two item ids. I have fixed and re-released on front page! dream of argus - Wowhead Search
Just saying that today's "The Thunderlord Sage" is working perfectly horde side on all toons. I'll download the updated version next time Dream of Argus comes up since I also had to manually turn them all in. Also, for some reason the Dream of Argus seems to stand around for a WHILE before starting, but since it's the last quest I'm sure it is because it has to compile all the earlier stuff before it gets to the relevant lines.
Thanks for update on Thunderlord Horde side. The long loading likely happens on Argus due to having to download the mesh for that area. Please continue to update me, let me know if there are any issues
Is that on horde? Cause it worked fine for me on Alliance, I did have to manually turn in the Frost Blessing and stop and start the bot, but after that it went right to the end (Including farming the meat) BTW I did +Rep you, but it doesn't add any post so TY again, in case you didn't see.