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!

HB ARCHIVES: Honorbuddy Profile Pack--DO NOT DELETE!

Hi, and thanks for the commit to the profile and the updates.

It just so happens I've a second toon doing this quest today. I've updated the SVN since the last fix, and looks like we need one slight change. I'm unsure why it worked with my last toon, perhaps because it was a warlock last time and the pet effected things, or maybe the Singular behaves differently.
Running a Rogue this time, and the timeout is just a little too low, so he speaks to the witch (which is what last fix sorted), and she goes outside, but then the bot runs out, counts down the 10 seconds, and runs back inside before the witch has become hostile.

Line 1510 Jade Forest Horde

Code:
				<CustomBehavior File="WaitTimer" WaitTime="10000" GoalText="Waiting for quest to complete {TimeRemaining}" />

At present this 10 seconds is too short. Multiple attempts and bot just runs back inside and waits (odd cause my previous Warlock did the quest inside here -- must be the pet!). I tried setting it to 20000 and with 1 second left on the countdown the witch becomes hostile and (even as a stealthed rogue) she attacks and the bot kills and completes quest.

I'd suggest setting to 25000 or even 30000 to be sure this works okay for everyone (am presuming run speeds, and even PC performance effect this?)

Hope this helps!

Hi again, Wullie, and thank for you for all this awesome information!

It turns out the Alliance profile had it right again... after the move outside the hut, it implements a 10-sec 'spin timer' that will keep being invoked until the quest completes. I copied this solution into the Horde profile, so most of the time, it will probably meet your 30-second recommendation.

The fix has been applied in v2728 of the profile pack.

thanks again!
chinajade


[size=-2]Ref: [post=1271660]Wullie's original post w/log[/post][/size]
 
Zone: Dustwallow Marsh
Quest error: [Raze Direhorn Post!] and [The Grimtotem Weapon]
Log : Attached

It stops saying too many errors and telling me to fix the profile.

View attachment 104326

Hi, SHJordan, and many thanks for the report and log!

I captured the issue with "The GrimTotem Weapon" to our [post=1260127]Known Bugs List: Classic 1-58[/post]. This problem has existed for a while, and for now, just please do it manually.

I could not find a problem with the "Raze Direhorn Post!" quest in your log.

cheers,
chinajade



[size=-2]Ref: [post=1271661]SHJordan's original post w/log[/post][/size]
 
Hey sorry i can not attach a log if one is needed or would make this a lot easier to solve please let me know and i will attacha s soon as i get home. My issue : LVL 69 Prot pally I have completed the whole foolish endeavors quest line. I will add that my bot crashed half way through Vermin Extermination quest and on reload is when the issue started. Now when i load the profile it goes to Quest Pick-up: Foolish Endeavors from Shadowstalker Getry. Since I have completed this all i do is stand next to him and I can not get past this to continue the profile. Thanks
 
Hi, SHJordan, and many thanks for the report and log!

I captured the issue with "The GrimTotem Weapon" to our [post=1260127]Known Bugs List: Classic 1-58[/post]. This problem has existed for a while, and for now, just please do it manually.

I could not find a problem with the "Raze Direhorn Post!" quest in your log.

cheers,
chinajade



[size=-2]Ref: [post=1271661]SHJordan's original post w/log[/post][/size]
I could lend you my account for this to be fixed. PM me if needed.
 
I could lend you my account for this to be fixed. PM me if needed.
Hi, SHJordan,

While the offer is greatly appreciated, its not an acceptable for BosslandGmbH to take such risks with the accounts of customers.

cheers,
chinajade
 
Hey sorry i can not attach a log if one is needed or would make this a lot easier to solve please let me know and i will attacha s soon as i get home. My issue : LVL 69 Prot pally I have completed the whole foolish endeavors quest line. I will add that my bot crashed half way through Vermin Extermination quest and on reload is when the issue started. Now when i load the profile it goes to Quest Pick-up: Foolish Endeavors from Shadowstalker Getry. Since I have completed this all i do is stand next to him and I can not get past this to continue the profile. Thanks

Hi JMurray08,

Indeedy, we will need the full log for any problem you would like assistance with.
Ref: [post=1259963]Reporting Problems[/post]

cheers,
chinajade
 
Hi, SHJordan,

While the offer is greatly appreciated, its not an acceptable for BosslandGmbH to take such risks with the accounts of customers.

cheers,
chinajade
I understand, hopefully it will be fixed in a near future, i did both quests manually and i must state again, BOTH were giving errors till turned in.
 
Zone: The Jade Forest
Quest: The Seal is Broken - Quest - World of Warcraft

After gossiping with the NPC in order to get on the dragon, HB/singular is reporting STUNNED loss of control, and won't jump to the next step in the profile which triggers the custom behavior needed for this quest.

View attachment 1672 2013-09-19 23.07.txt

line 2090
Code:
			  </If>
				<CustomBehavior File="InteractWith" MobId="64244" GossipOptions="1" X="531.9583" Y="-1674.62" Z="198.8996" />
				<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for transport to mount {TimeRemaining}" />
			 </If>
			 <If Condition="(Me.IsOnTransport)" >
				<CustomBehavior File="SpecificQuests\31303-JadeForest-TheSealIsBroken"/>
			 </If>
				<CustomBehavior File="Misc\RunLua" Lua="StopCinematic()" WaitTime="1000" />
 
Zone: The Jade Forest
Quest: The Seal is Broken - Quest - World of Warcraft

After gossiping with the NPC in order to get on the dragon, HB/singular is reporting STUNNED loss of control, and won't jump to the next step in the profile which triggers the custom behavior needed for this quest.

View attachment 104377

line 2090
Code:
			  </If>
				<CustomBehavior File="InteractWith" MobId="64244" GossipOptions="1" X="531.9583" Y="-1674.62" Z="198.8996" />
				<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for transport to mount {TimeRemaining}" />
			 </If>
			 <If Condition="(Me.IsOnTransport)" >
				<CustomBehavior File="SpecificQuests\31303-JadeForest-TheSealIsBroken"/>
			 </If>
				<CustomBehavior File="Misc\RunLua" Lua="StopCinematic()" WaitTime="1000" />

Hi, Copyleft, and thank you for the report!

We've captured the issue to our [post=1260135]Known Bugs List: MoP 85-90[/post]. We'll actually have to visit the area ourself to determine an adequate solution.

cheers,
chinajade



[size=-2]Ref: [post=1272076]Copyleft's problem report w/log[/post][/size]
 
OK the Argent Tourney Dailies for the Horde has problems. I realize this thread is oriented towards 1-90 leveling and MOP, I dont have MOP yet so I am doing other stuff.
The problems - The quest ID's and givers are broken in some of the Valiant Tourneys, and I am having varied success with the quests. I have lost track of what exactly was wrong with which profile
OK in the Troll Variant, the one I am on now, the quest ID's were definitely wrong and the profile would not get the quests. The vehicle quests would not work at all, they worked in somewhat in TB and BELF variants.
The Edge of Winter did not work at all, it would acquire the Everburning Ember but not use it. The calls changed and I changed to the new ones and still no dice.
The new calls for using Everburning Ember - DEPRECATED BEHAVIOR (UseItemOn)
The UseItemOn behavior has been deprecated, but will continue to function as originally designed. Please replace the use of the UseItemOn behavior with the InteractWith behavior.
The replacement command to accomplish this task is:
<CustomBehavior File="InteractWith" QuestId="13780" InteractByUsingItemId="45005" MobId="33303" CollectionDistance="50" WaitTime="5000" X="2324.844" Y="-3944.382" Z="218.2621" />

My broken file, some of it works and some doesnt. I am breaking my brain trying to figure out the commands and syntax and order of operation. Any help would be appreciated
View attachment Argent Tourney - Troll Valiant - BubbaDad.xml
 
OK the Argent Tourney Dailies for the Horde has problems. I realize this thread is oriented towards 1-90 leveling and MOP, I dont have MOP yet so I am doing other stuff.
The problems - The quest ID's and givers are broken in some of the Valiant Tourneys, and I am having varied success with the quests. I have lost track of what exactly was wrong with which profile
OK in the Troll Variant, the one I am on now, the quest ID's were definitely wrong and the profile would not get the quests. The vehicle quests would not work at all, they worked in somewhat in TB and BELF variants.
The Edge of Winter did not work at all, it would acquire the Everburning Ember but not use it. The calls changed and I changed to the new ones and still no dice.
The new calls for using Everburning Ember - DEPRECATED BEHAVIOR (UseItemOn)
The UseItemOn behavior has been deprecated, but will continue to function as originally designed. Please replace the use of the UseItemOn behavior with the InteractWith behavior.
The replacement command to accomplish this task is:
<CustomBehavior File="InteractWith" QuestId="13780" InteractByUsingItemId="45005" MobId="33303" CollectionDistance="50" WaitTime="5000" X="2324.844" Y="-3944.382" Z="218.2621" />

My broken file, some of it works and some doesnt. I am breaking my brain trying to figure out the commands and syntax and order of operation. Any help would be appreciated
View attachment 104423

Hi, Bubbadad,

Thanks for the report. Indeed, the Argent Tournament profiles are incredibly stale.

I've captured the need for rework to our [post=1260136]Known Bugs List: Miscellaneous (Rep, Seasonal, etc)[/post]. My guess is the team will tackle such a rewrite after the questing work is completed.

As to your other issue, it sounds like you're asking about all the details necessary for writing quest profiles. If so, then this is your starting point:

cheers,
chinajade
 
Code:
			<PickUp QuestName="Fear No Evil" QuestId="29082" GiverName="Brother Paxton" GiverId="951" />
				<While Condition="((HasQuest(29082)) &amp;&amp; (!IsQuestCompleted(29082)))" >
					<CustomBehavior File="InteractWith" QuestId="29082" MobId="50047" NumOfTimes="4" CollectionDistance="500" X="-8769.394" Y="-190.3564" Z="84.5011" />
				</While>
			<TurnIn QuestName="Fear No Evil" QuestId="29082" TurnInName="Brother Paxton" TurnInId="951" />

The quest is obsolete it seems. Brother Paxton - Quest - World of Warcraft
 
Zone: Valley of the Four Winds
Quest: Hop Hunting - Quest - World of Warcraft

Code:
[12:02:53.032 D] Activity: Gossiping with Gai Lan
[12:02:53.112 N] [InteractWith-v719(error)] Gai Lan is not offering gossip option 2 on page 1.  Did competing player alter NPC state?  Did you stop/start Honorbuddy?  Terminating behavior.
[12:02:53.469 D] [InteractWith-v719(debug)] InteractWith behavior complete.

Gai Lan is only offering one gossip option

[N - Quest] 86-87 Valley of the Four Winds [Kick].xml line 1247
Code:
				<CustomBehavior File="InteractWith" MobId="57385" Range="6" GossipOptions="2, 1" X="-257.5347" Y="1164.847" Z="169.5992" />

EDIT: Actually while we are on Weed War - Quest - World of Warcraft there are indeed 2 gossip options. But once we complete the requirements for this quest, there is only one gossip option available so replacing it with GossipOptions="1" is an easy fix, for me at least (after testing it).
 
Zone: Valley of the Four Winds
Quest: Taste Test - Quest - World of Warcraft

Will not interact with Fresh Grain - Object - World of Warcraft because it seems that the area is blackspotted.

Code:
    [Ref: "[N - Quest] 86-87 Valley of the Four Winds [Kick] ($Rev: 2722 $)" @line 1268]
[12:39:34.650 D] Activity: Moving to hunting ground waypoint 'hunting ground center'
[12:39:42.419 D] Activity: No viable mobs in area.
[12:39:42.419 D] [InteractWith-v719(debug)] No viable mobs in area.
Excluded Units:
    Fresh Grain [InBlackspot(object @<-594.257, 574.3871, 136.54>; Blackspot(<-595.3854, 593.4844, 169.1998>, r:20))]
    Fresh Grain [InBlackspot(object @<-594.2344, 576.7136, 136.5893>; Blackspot(<-595.3854, 593.4844, 169.1998>, r:20))]
    Fresh Grain [InBlackspot(object @<-596.8021, 575.25, 136.3989>; Blackspot(<-595.3854, 593.4844, 169.1998>, r:20))]
    Fresh Grain [InBlackspot(object @<-591.7257, 597.1771, 136.391>; Blackspot(<-595.3854, 593.4844, 169.1998>, r:20))]
    Fresh Grain [InBlackspot(object @<-592.6458, 600.243, 136.3906>; Blackspot(<-595.3854, 593.4844, 169.1998>, r:20))]

View attachment 4356 2013-09-20 14.37.txt

EDIT: I've reduced the blackspot radius from 20 to 10 and it seems to work fine, I'm not sure if it will cause navigation issues.
[N - Quest] 86-87 Valley of the Four Winds [Kick].xml line 52

Code:
		<Blackspot X="-595.3854" Y="593.4844" Z="169.1998" Radius="10" Height="50" /> <!-- Tower by Grainery -->
 
Zone: Valley of the Four Winds
Quest: Learn and Grow II: Tilling and Planting - Quest - World of Warcraft
Bot tries to plant the seeds before tilling the soil.
View attachment 104435
Zone: Valley of the Four Winds
Quest: Learn and Grow III: Tending Crops - Quest - World of Warcraft
Bot waters one parched cabage, but never moves on to the other to do the same.
View attachment 104437
Zone: Valley of the Four Winds
Quest: Gardener Fran and the Watering Can - Quest - World of Warcraft
View attachment 104438
Starts out alright, but after a while it goes back to the NPC in order to get another watering can even though it still has it and could continue fine. Because it still has the buff Fran isn't offering the gossip option, which halts the bot. The watering can buff lasts 10 mins currently, it remember it being a lot less some while ago.
Hi again, Copyleft, and many thanks for these.

These issues have been captured to the [post=1260135]Known Bugs List: MoP 85-90[/post].

Zone: Valley of the Four Winds
Quest: Hop Hunting - Quest - World of Warcraft
Code:
[12:02:53.032 D] Activity: Gossiping with Gai Lan
[12:02:53.112 N] [InteractWith-v719(error)] Gai Lan is not offering gossip option 2 on page 1.  Did competing player alter NPC state?  Did you stop/start Honorbuddy?  Terminating behavior.
[12:02:53.469 D] [InteractWith-v719(debug)] InteractWith behavior complete.
Gai Lan is only offering one gossip option
[N - Quest] 86-87 Valley of the Four Winds [Kick].xml line 1247
Code:
				<CustomBehavior File="InteractWith" MobId="57385" Range="6" GossipOptions="2, 1" X="-257.5347" Y="1164.847" Z="169.5992" />
EDIT: Actually while we are on Weed War - Quest - World of Warcraft there are indeed 2 gossip options. But once we complete the requirements for this quest, there is only one gossip option available so replacing it with GossipOptions="1" is an easy fix, for me at least (after testing it).

On your recommendation, I've updated v2733 of the profile pack to be GossipOptions="1". Thank you SO much for providing the repair and testing it!

cheers,
chinajade
 
Back
Top