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: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
Hiya, Kickatronic,

In the "[A - Quest] 85-86 The Jade Forest [Kick].xml" profile, a skinner will never complete the Hue quest. This happens because Honorbuddy skins the mob, which causes the body to disappear, before the profile can use the Delicate Shearing Knife.

I made adjustments starting around line 1264 of the profile to temporarily turn off Mob skinning, and restore it when the quest was complete. The code now looks like the following:

<PickUp QuestName="Hue" QuestId="29893" GiverName="Lorewalker Cho" GiverId="61218" X="-592.1667" Y="-2320.578" Z="18.47412" />
<CustomBehavior File="UserSettings" SkinMobs="false" />
<While Condition="((HasQuest(29893)) &amp;&amp; (!IsQuestCompleted(29893)))" >
<CustomBehavior File="InteractWith" QuestId="29893" MobId="54559" MobState="Alive" WaitForNpcs="False" CollectionDistance="1000" X="-654.2847" Y="-2435.005" Z="26.4146" />
<CustomBehavior File="UseItemOn" QuestId="29893" MobId="54559" MobState="Dead" WaitForNpcs="False" ItemId="76128" NumOfTimes="1" WaitTime="3000" Range="5" CollectionDistance="5" />
<CustomBehavior File="InteractWith" QuestId="29893" MobId="54559" MobState="Alive" WaitForNpcs="False" CollectionDistance="1000" X="-654.2847" Y="-2435.005" Z="26.4146" />
<CustomBehavior File="UseItemOn" QuestId="29893" MobId="54559" MobState="Dead" WaitForNpcs="False" ItemId="76128" NumOfTimes="1" WaitTime="3000" Range="5" CollectionDistance="5" />
<CustomBehavior File="InteractWith" QuestId="29893" MobId="54559" MobState="Alive" WaitForNpcs="False" CollectionDistance="1000" X="-689.2635" Y="-2532.481" Z="26.06712" />
<CustomBehavior File="UseItemOn" QuestId="29893" MobId="54559" MobState="Dead" WaitForNpcs="False" ItemId="76128" NumOfTimes="1" WaitTime="3000" Range="5" CollectionDistance="5" />
<CustomBehavior File="InteractWith" QuestId="29893" MobId="54559" MobState="Alive" WaitForNpcs="False" CollectionDistance="1000" X="-675.3683" Y="-2611.612" Z="19.3764" />
<CustomBehavior File="UseItemOn" QuestId="29893" MobId="54559" MobState="Dead" WaitForNpcs="False" ItemId="76128" NumOfTimes="1" WaitTime="3000" Range="5" CollectionDistance="5" />
<CustomBehavior File="InteractWith" QuestId="29893" MobId="54559" MobState="Alive" WaitForNpcs="False" CollectionDistance="1000" X="-619.6975" Y="-2683.45" Z="9.990462" />
<CustomBehavior File="UseItemOn" QuestId="29893" MobId="54559" MobState="Dead" WaitForNpcs="False" ItemId="76128" NumOfTimes="1" WaitTime="3000" Range="5" CollectionDistance="5" />​
</While>
<CustomBehavior File="UserSettings" Preset="UserOriginal" />

cheers,
chinajade
 
Hiya, Kickatronic,

In the "[A - Quest] 85-86 The Jade Forest [Kick].xml" profile, a skinner will never complete the Hue quest. This happens because Honorbuddy skins the mob, which causes the body to disappear, before the profile can use the Delicate Shearing Knife.

I made adjustments starting around line 1264 of the profile to temporarily turn off Mob skinning, and restore it when the quest was complete. The code now looks like the following:

<PickUp QuestName="Hue" QuestId="29893" GiverName="Lorewalker Cho" GiverId="61218" X="-592.1667" Y="-2320.578" Z="18.47412" />
<CustomBehavior File="UserSettings" SkinMobs="false" />
<While Condition="((HasQuest(29893)) &amp;&amp; (!IsQuestCompleted(29893)))" >
<CustomBehavior File="InteractWith" QuestId="29893" MobId="54559" MobState="Alive" WaitForNpcs="False" CollectionDistance="1000" X="-654.2847" Y="-2435.005" Z="26.4146" />
<CustomBehavior File="UseItemOn" QuestId="29893" MobId="54559" MobState="Dead" WaitForNpcs="False" ItemId="76128" NumOfTimes="1" WaitTime="3000" Range="5" CollectionDistance="5" />
<CustomBehavior File="InteractWith" QuestId="29893" MobId="54559" MobState="Alive" WaitForNpcs="False" CollectionDistance="1000" X="-654.2847" Y="-2435.005" Z="26.4146" />
<CustomBehavior File="UseItemOn" QuestId="29893" MobId="54559" MobState="Dead" WaitForNpcs="False" ItemId="76128" NumOfTimes="1" WaitTime="3000" Range="5" CollectionDistance="5" />
<CustomBehavior File="InteractWith" QuestId="29893" MobId="54559" MobState="Alive" WaitForNpcs="False" CollectionDistance="1000" X="-689.2635" Y="-2532.481" Z="26.06712" />
<CustomBehavior File="UseItemOn" QuestId="29893" MobId="54559" MobState="Dead" WaitForNpcs="False" ItemId="76128" NumOfTimes="1" WaitTime="3000" Range="5" CollectionDistance="5" />
<CustomBehavior File="InteractWith" QuestId="29893" MobId="54559" MobState="Alive" WaitForNpcs="False" CollectionDistance="1000" X="-675.3683" Y="-2611.612" Z="19.3764" />
<CustomBehavior File="UseItemOn" QuestId="29893" MobId="54559" MobState="Dead" WaitForNpcs="False" ItemId="76128" NumOfTimes="1" WaitTime="3000" Range="5" CollectionDistance="5" />
<CustomBehavior File="InteractWith" QuestId="29893" MobId="54559" MobState="Alive" WaitForNpcs="False" CollectionDistance="1000" X="-619.6975" Y="-2683.45" Z="9.990462" />
<CustomBehavior File="UseItemOn" QuestId="29893" MobId="54559" MobState="Dead" WaitForNpcs="False" ItemId="76128" NumOfTimes="1" WaitTime="3000" Range="5" CollectionDistance="5" />​
</While>
<CustomBehavior File="UserSettings" Preset="UserOriginal" />

cheers,
chinajade

China the instructions say to leave off all gathering iirc.
 
China the instructions say to leave off all gathering iirc.

Hi, Deevoon,

Aye, but I just can't stand to be all over this terrain and not harvest nodes while questing. Also, you'll get a lot of people that won't read, they just download-and-go and post here when the problem occurs. So, the fix is kinda defensive from a support standpoint. The fix is sooo simple, too. :)

thanks for the heads up!
chinajade
 
Last edited:
I am getting an Error when it comes to moving to the next quest phase or hub. I am alittle confused on where your files should go if you could explain alittle more in detail that would be great. i have attached two of the logs. Hopefully they are the right damn ones lol. Thx in advance.
 

Attachments

I am getting an Error when it comes to moving to the next quest phase or hub. I am alittle confused on where your files should go if you could explain alittle more in detail that would be great. i have attached two of the logs. Hopefully they are the right damn ones lol. Thx in advance.

Looks like your profiles aren't in the right place(s). Using an example:

All PROFILES should be in HB/Profiles/TMoPDE
The scripts folder, with all scripts that were in it, should go here too.

If you use SVN, it downloads exactly as it should run. If you move the profiles, it will not work. If you move the scripts, it will not work. If you move the SVN folder, it WILL still work, as long as you don't move the profiles outside it. The SVN folder can have any name.
 
Brodie, i've reinstalled clean HB,downloaded and updated all files with SVN, but the problem still is. Here's my log file. Thx in advance.

Exceptions thrown are during Singular startup. My profile hasn't started by the time it goes fatal. I'm sorry, the error is with the bot, not the profile. I don't know enough about that to help much beyond reinstall. :( might recommend posting in support threads, or try loading a different quest profile to see if that works.
 
Hey could anyone please help me!
I started the bot in Kun Lai Summit at 88, then the bot says ''compiling Binan Village Quest'' Then the bot starts running to god damn townlong steppes!!
Anyone know how to fix this?
 
Hey could anyone please help me!
I started the bot in Kun Lai Summit at 88, then the bot says ''compiling Binan Village Quest'' Then the bot starts running to god damn townlong steppes!!
Anyone know how to fix this?

Delete quest cache folder, try again, post a log if it fails.
 
Horde - WOTLK
Panda Hunter
HB .518

Quest: Free at Last

Toon is doing strange moves. It stucks while moving, mount, dismount, unstuck, go a little bit forward stop again. Looks like, in the Log, that the Toon always try to useIteminCombat. While i got this Error i saw 2 other with the same Movement problem.
 

Attachments

  • Desktop.zip
    Desktop.zip
    151.3 KB · Views: 18
  • Kick's Mega Profile Packs 1-90 - Page 52 - Mozilla Firefox_2012-12-07_20-37-36.webp
    Kick's Mega Profile Packs 1-90 - Page 52 - Mozilla Firefox_2012-12-07_20-37-36.webp
    117.3 KB · Views: 35
  • World of Warcraft_2012-12-07_20-37-44.webp
    World of Warcraft_2012-12-07_20-37-44.webp
    78 KB · Views: 30
There it is!

Hi, Epetersson,

It looks like everything is correct--the profile is trying to pick up Educating Saurok from Len the Whisperer. You might turn on "Use Flight Paths" in the Honorbuddy Settings tab, and see if that gives you a different result. The other alternative is to run to Len and pick up the quest manually.

For the life of me can't see anything going wrong in this log. But the log doesn't report the path your taking to get there. (I originally thought you may have been running of to sell or repair, but that's not what the log says is going on).

cheers,
chinajade
 
Status
Not open for further replies.
Back
Top