Hi I am having trouble with the Questing Profile. My Deamon Hunter doesnt seem to have any quests. It just says "[Profile]: All questing zones done!". I cleared the cache and did a new installation of the Bot. Even when i select the questzone manually it just goes back to the Demon Hunter Class Hall Loader and back to the same "[Profile]: All questing zones done!". Any Ideas? Chris Log file: View attachment No quests.txt
Your log is missing a lot of data for whatever reason. Can you have the bot generate a log from a fresh installation?
Hi So here is the Log file. I was standing in Dalaran and startet the bot. The same message came and it just walked to the Class Hall for Demon Hunters. View attachment 28152 2017-03-03 20.28.txt Chris
There's something wrong in the zone detection from what I can figure. If you open your map and look at all the zones, does it look like any of them have been quested in or started questing in?
Have you tried loading the Stormheim profile directly? If so - and it still has issues, can you give me the log for that?
I tried that. I did it again to show you the log. I was standing in Dalaran. Loaded the Sotmheim Profile and klicked Start. Profile loaded successfully and then it changed the rofile and did the same thing again. View attachment 44812 2017-03-04 08.38.txt
I found the Problem. I am so dumb^^ The Bot did not take the quest from the Missionsthing in the Class oder hall.
From the looks of the log, you're 100% complete in Stormheim. The bot is evaluating every individual quest in that zone as complete. But for the order hall profile - I'll have to manually debug and replicate the issue on my end to see why it's thinking all the zones are done. So far nobody has reported this issue before, so I don't have any information regarding it. The only thing I could advise at the moment is to go into your order hall, start a new questing zone via your map, leave the order hall - and then load the profile for the zone that you started.
Yes Stormheim is done. Ok so it worked for Azuna with some minor problems. Now im stuck with Val'sharah and High Mountain. It is doing the same thing again. All Quests are done and it goes to the order hall and does nothing. Not even when i pick up the Zonequest. I also tried questing a bit to see if it picks up at some point but it does not. View attachment 39088 2017-03-04 21.53.txt
Im having the same issue on multiple characters, it seems if you choose a landing zone manually, the bot seems to think everything done
If you want bot do every WORLDQUESTS you should modify the autoloader.xml file. First: In the autoloader.xml file search FUNCTION public bool DoQuest(uint questId) ,you will find it with yellow color. Second: Insert the code before FUNCTION public bool DoQuest(uint questId) : public bool HasWorldQuest(uint _iquestID) { UpdateWorldQuests(); foreach (var q in WorldQuests) { if(q.QuestId == _iquestID) return true; } return false; } Third: Change the <If Condition="DoQuest(41280)"> to <If Condition="HasWorldQuest(41280)">. You must change every IF CONDITION . please delete the Cache,CompiledAssemblies,Logs filefolder. NOW you will just test. The bot will do every WorldQuest in the map. Suggest you ilvl higher 850.some WANTED or DANGEROUS quest can be done.