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

maybe they should put this up on github.. so other ppl can do pull requests.. and make a REAL community based profile ;)
 
Ruining the Runewood in Stormheim has wrong coords in the xml.
Just worth to mention ;)
 
Thanks for these. Most are working. But the Oublion one... it never goes to the underwater cave where Oublion is. Just keeps running around killing the other mobs.

Woops sorry maybe it needs a terminate when too, still pretty new havnt written anything outside of c# in a while

<CustomBehavior File="KillUntilComplete" QuestId="42021" TerminateWhen="ObjectivesComplete(42021, 1,2,3)">
 
What do the green quests indicate on the first post?

Also "Now 2/4 of the 100 World Quests are completed" - I assume you're aware that there are way more than 100 world quests available :)
 
What do the green quests indicate on the first post?

Also "Now 2/4 of the 100 World Quests are completed" - I assume you're aware that there are way more than 100 world quests available :)

The indicates the quests added that day.. yes we know theres more then 100. but the 100 is the goal
 
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)
 
Last edited:
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
 
Last edited:
Back
Top