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!

Work in progress World Quests

Came up with a simple autoloader for quests released so far...

Zippyshare.com - qq.rar

(had to upload quests too since i had to edit each one of em to load back auto-loader after they are complete)

ill try and keep up to date with releasing of new quests, untill the makers come up with their intended autoloader plugin.

(dont load it in Dalaran, be anywhere in broken isles landmass when you start it)

Thanks its much needed. Im not at PC to switch between all profiles :p
 
how to add new quests from SVN when they release them:

- copy quest xml file to folder where autoloader is
- add <CustomBehavior File="LoadProfile" ProfileName="autoloader" RememberProfile="true" /> line before </QuestOrder> line in quest XML file
- add quest entry in autoloader :
<If Condition="WorldQuestInfo.HasWorldQuest(QUEST_ID_HERE)">
<CustomBehavior File="LoadProfile" ProfileName="XML_FILE_NAME_HERE" RememberProfile="true" />
</If>

ill be uploading quests and autouploader from time to time, until devs come up with their intended autoloader. cheers
omg, THX bro!
 
Is there no feature in honorbuddy to queue up profiles ? If not there should be.

There is, you use a profile, like the one above, that queues up other profiles.
If you're referring to building this feature into the bot interface, that would be unnecessary and inefficient because you'd have to sit there loading all your profiles each time, instead of just one autoloader.
 
how to add new quests from SVN when they release them:

- copy quest xml file to folder where autoloader is
- add <CustomBehavior File="LoadProfile" ProfileName="autoloader" RememberProfile="true" /> line before </QuestOrder> line in quest XML file
- add quest entry in autoloader :
<If Condition="WorldQuestInfo.HasWorldQuest(QUEST_ID_HERE)">
<CustomBehavior File="LoadProfile" ProfileName="XML_FILE_NAME_HERE" RememberProfile="true" />
</If>

ill be uploading quests and autouploader from time to time, until devs come up with their intended autoloader. cheers

cant load the autoloader? says its the wrong file type?
 
Aquatic Assassination. Swims to nowhere for me

Same. To fix this, just remove the aquatic assassination xml and go into the auto loader and find the aquatic assassination if clause and remove it. It will skip to the next world quest.

As far as what the profile creators want to do is beyond me, this is just a work around.
 
I also recommend removing the DANGER quests if you cannot handle them solo. Mine wants to kamikaze into them. It's okay if there are others around but ime that doesnt always happen. ymmv
 
Try to update WQ folder with SVN. Had the same problem on the first version but should work on the updated one. Tried on Three chars!

dont work for me aswell, its an island under dalaran, isnt it? the toon trys to swim there and dies in reason of fatigue...anyone knows how to get there?
 
Bug: Devouring darkness is inside a cave. It navigates to the top of the mountain.


Works great so far, thanks!
Same. To fix this, just remove the aquatic assassination xml and go into the auto loader and find the aquatic assassination if clause and remove it. It will skip to the next world quest.

As far as what the profile creators want to do is beyond me, this is just a work around.

This is a HB3 pathing issue - I think you are either missing the flight point - which is an island way off the coast of Dalaran or HB3 cant get you there.
 
Back
Top