What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Q][A] Harrison Jones - Master Relic Hunter

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) &amp;&amp; !HasQuest(37942) &amp;&amp; !HasQuest(37943) &amp;&amp; !HasQuest(37944) &amp;&amp; !HasQuest(37945)
	 &amp;&amp; !HasQuest(37848) &amp;&amp; !HasQuest(37849) &amp;&amp; !HasQuest(37850) &amp;&amp; !HasQuest(37851) &amp;&amp; !HasQuest(37852)
	 &amp;&amp; !HasQuest(37881) &amp;&amp; !HasQuest(37882) &amp;&amp; !HasQuest(37883) &amp;&amp; !HasQuest(37884) &amp;&amp; !HasQuest(37885)
	 &amp;&amp; !HasQuest(37788) &amp;&amp; !HasQuest(37797) &amp;&amp; !HasQuest(37798) &amp;&amp; !HasQuest(37799) &amp;&amp; !HasQuest(37811)	
	 &amp;&amp; !HasQuest(37973) &amp;&amp; !HasQuest(37976) &amp;&amp; !HasQuest(37977) &amp;&amp; !HasQuest(37978) &amp;&amp; !HasQuest(37979)
	 &amp;&amp; !HasQuest(37914) &amp;&amp; !HasQuest(37916) &amp;&amp; !HasQuest(37917) &amp;&amp; !HasQuest(37918) &amp;&amp; !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.
 
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) &amp;&amp; !HasQuest(37942) &amp;&amp; !HasQuest(37943) &amp;&amp; !HasQuest(37944) &amp;&amp; !HasQuest(37945)
	 &amp;&amp; !HasQuest(37848) &amp;&amp; !HasQuest(37849) &amp;&amp; !HasQuest(37850) &amp;&amp; !HasQuest(37851) &amp;&amp; !HasQuest(37852)
	 &amp;&amp; !HasQuest(37881) &amp;&amp; !HasQuest(37882) &amp;&amp; !HasQuest(37883) &amp;&amp; !HasQuest(37884) &amp;&amp; !HasQuest(37885)
	 &amp;&amp; !HasQuest(37788) &amp;&amp; !HasQuest(37797) &amp;&amp; !HasQuest(37798) &amp;&amp; !HasQuest(37799) &amp;&amp; !HasQuest(37811)	
	 &amp;&amp; !HasQuest(37973) &amp;&amp; !HasQuest(37976) &amp;&amp; !HasQuest(37977) &amp;&amp; !HasQuest(37978) &amp;&amp; !HasQuest(37979)
	 &amp;&amp; !HasQuest(37914) &amp;&amp; !HasQuest(37916) &amp;&amp; !HasQuest(37917) &amp;&amp; !HasQuest(37918) &amp;&amp; !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.
Checked code didn't see any issues, so I ran the quest... No issues... Can you post a log?
 
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) &amp;&amp; !IsQuestCompleted(37811) &amp;&amp; Me.Location.Distance(new WoWPoint(4441.851,6174.493,107.4943)) &lt; 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) &amp;&amp; !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) &amp;&amp; !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) &amp;&amp; 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) &amp;&amp; !IsQuestCompleted(37992) &amp;&amp; Me.Location.Distance(new WoWPoint(4441.851,6174.493,107.4943)) &lt; 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) &amp;&amp; !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) &amp;&amp; !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) &amp;&amp; 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-->
 
Last edited:
195 downloads and no reported issues for the Horde side! That's good!
Keep the + Rep coming if you download please :-)

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.
 
Last edited:
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.
 
Last edited:
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 ;(
 
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 ;(
in the future, any help will be greatly appreciated!

However, all of the part 5 should now be fixed.
 
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.

The new version of your profile did the Horde Questline "Amulet of Rukhmar" just fine today.
Thx for the fixes !
 
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!
 
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!

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.
 
Last edited:
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.
 
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
 
Had close to over 1000 downloads, no major bugs reported, and very little +rep.
Please +Rep if you download (especially free content as it is increasingly rare), I spent a TON of time on this and +Rep takes 2 seconds.

Excellent free work .. much appreciated +REP

Tekken
 
The quest in Stonefury cliffs with end quest Blessing Of Beast doesn't work out, just goes;
[DeleteItems-vUnknown(info)] Searching for 120989...
Guessing it's searching for the Clefhoof meat?
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.
 
Last edited:
Back
Top