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

Does anyone know why it continually opens and closes my maps and doesn't do anything on some of the quests?

If you're not a tank don't try to solo group world quests with elites. Blizz has made it clear this is the tank expac.
 
Lords of the Hill should probably be dropped because it's too difficult to solo for most classes. Playing a Disc Priest and the thrown rocks continuously stun you, no time to do damage.
We haven't done this one?
 
We are planning to do it, the only problem is gathering information on rewards. Unluckily wowhead does not show what are quest rewards and adding categories requires us checking manually what reward is given by each WQ

If you guys could track down rewards would be helpful ;)

Turns out the reason wowhead doesnt list them is that when the WQs are generated which kind of reward they give can be random

Only way to know for sure is to read it live in game
 
So curious is there a way to tweak autoloader to prioritize quests that provide certain loot? Like say to all gear quests first then all artifact upgrade quests etc.... Not priority but curious if anyone else has modified it in this way yet.
 
how can i deactivate elite quests?

i die way to often on the elite quests
edit the autoloader.xml file - change true to false for those you want to ignore:

<CustomBehavior File="RunCode" Type="Definition" Code="bool doDanger = true;" /> <!-- change FALSE to TRUE to let the bot do DANGER World Quests -->
<CustomBehavior File="RunCode" Type="Definition" Code="bool doDanger112 = false;" /> <!-- change FALSE to TRUE to let the bot do Level 112 Elite DANGER World Quests -->
<CustomBehavior File="RunCode" Type="Definition" Code="bool doHard = false;" /> <!-- change FALSE to TRUE to let the bot do Level 110 Elite Zone World Quests -->
<CustomBehavior File="RunCode" Type="Definition" Code="bool doWanted = true;" /> <!-- change FALSE to TRUE to let the bot do WANTED World Quests -->
<CustomBehavior File="RunCode" Type="Definition" Code="bool doPVP = false;" /> <!-- change FALSE to TRUE to let the bot do PVP World Quests -->
 
edit the autoloader.xml file - change true to false for those you want to ignore:

<CustomBehavior File="RunCode" Type="Definition" Code="bool doDanger = true;" /> <!-- change FALSE to TRUE to let the bot do DANGER World Quests -->
<CustomBehavior File="RunCode" Type="Definition" Code="bool doDanger112 = false;" /> <!-- change FALSE to TRUE to let the bot do Level 112 Elite DANGER World Quests -->
<CustomBehavior File="RunCode" Type="Definition" Code="bool doHard = false;" /> <!-- change FALSE to TRUE to let the bot do Level 110 Elite Zone World Quests -->
<CustomBehavior File="RunCode" Type="Definition" Code="bool doWanted = true;" /> <!-- change FALSE to TRUE to let the bot do WANTED World Quests -->
<CustomBehavior File="RunCode" Type="Definition" Code="bool doPVP = false;" /> <!-- change FALSE to TRUE to let the bot do PVP World Quests -->

thank you!
 
I used the SVN Autoloader but its doing some quest in exodar in some sort of building i had to do alot by hand since it was just keep attacking mobs that came out of the demon gate wich was never stopping after doing everything by hand for like 30min i finished the quest and got onto another quest but it was bugged so i had to relog and when i did the bot just deleted the quest that i completed and where the bot itself started with... and after i started the bot again it just tryed to redo the entire quest i did fully by hand and that the bot deleted also besides all of this idk why it does this quest i tought this would be doing the world quests only that gives u those boxes.View attachment 1572 2016-09-23 14.33.txtView attachment 11020 2016-09-23 14.34.txtView attachment 12524 2016-09-23 15.26.txt
 
On infernal lord quest, if there's a way to make the bot do not swimm in the acid lake... melee toon keep dying in there
 
Just to preface I have followed all of the instructions properly deleting my cache and making sure no other instances of HB or WoW were open while doing so.

Whenever I try to load the auto loader it goes through checking all of the world quests in each zone and then tells me that there are no available world quests. After it doing this 4 time I checked manually and multiple of the world quests I had available were on the list of profiles. After it gives the no available world quests message it then says "If you are in Dalaran go to a broken isles zone or if you are in a broken isles zone go to dalaran".

Any help here would be greatly appreciated. Thanks.
 
This profile has its challenges of course, but this is a HUGE project. Each one of you that have worked on this, I want to thank you! Definitely saves me time.
 
Looks like some quests have been filed under the wrong location.

Checking available world quests in Stormheim...
[LoadProfile-LoadPr(info)] Loading profile 'Stormheim\43427-[N]-[QUEST]-Wq-WANTED Infernal Lord-Zinner.xml'
This should be classified as an Azsuna quest

Checking available world quests in Stormheim...
[LoadProfile-LoadPr(info)] Loading profile 'Stormheim\41308-[N]-[QUEST]-Wq-Border Reinforcements-Zinner.xml'
This should be classified as a Highmountain quest

They profiles themselves appear to work fine, just reporting for the sake of clarity.

EDIT:

Also appears that the title for a profile is set incorrectly:

[LoadProfile-LoadPr(info)] Loading profile 'Stormheim\42806-[N]-[QUEST]-Wq-WANTED_Fjorlag-WiN.xml'
Changing current profile to [42806] WANTED: Skul'vrax - WiN
 
Last edited:
Quick suggestion man.

Add an auto-loader for each zone for Emmisary quests.

I love running this when I'm on my lunch for work, just lasts a long ass time. Great work though.
 
Quick suggestion man.

Add an auto-loader for each zone for Emmisary quests.

I love running this when I'm on my lunch for work, just lasts a long ass time. Great work though.

This is the same Auto-Loader just excluding the other zones in each profile... Not sure if this is the proper way to do it, but its working :P
 

Attachments

I am getting an error code doing this, i followed this easy step perfectly, but yet i get this ->

[Compiler Error]: C:\Users\aleei\Desktop\HB TEST\Quest Behaviors\QuestBehaviorCore\Utility\Query_Database.cs(23,22) : error CS0234: The type or namespace name 'Database' does not exist in the namespace 'Styx.CommonBot' (are you missing an assembly reference?)
Profile loaded successfully!
Starting the bot!
Currently Using BotBase : Questing
Current zone is Dalaran (Dalaran - Zone - World of Warcraft)
Changing current profile to [Mining 700+] Suramar - Leystone and Felslate
Can not start quest bot - this profile does not contain a quest order!
 
Last edited:
This is the same Auto-Loader just excluding the other zones in each profile... Not sure if this is the proper way to do it, but its working :P

nice contribution, however the autoloader in the SVN has settings for each zone.

Set true or false if you want to "doAzsuna" for example by editing the xml file
 
Back
Top