• Visit Rebornbuddy
  • All Questing Zones done!

    Discussion in 'Honorbuddy Support' started by Affli, Mar 3, 2017.

    1. Affli

      Affli New Member

      Joined:
      Mar 6, 2013
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      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
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Your log is missing a lot of data for whatever reason.
      Can you have the bot generate a log from a fresh installation?
       
    3. Affli

      Affli New Member

      Joined:
      Mar 6, 2013
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      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?
       
    5. Affli

      Affli New Member

      Joined:
      Mar 6, 2013
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      Yes behause he did started to quest. He is lvl 103.
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Well which zone is the one that it looks like it is currently questing in?
       
    7. Affli

      Affli New Member

      Joined:
      Mar 6, 2013
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      Stormheim
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Have you tried loading the Stormheim profile directly?
      If so - and it still has issues, can you give me the log for that?
       
    9. Affli

      Affli New Member

      Joined:
      Mar 6, 2013
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      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
       
    10. Affli

      Affli New Member

      Joined:
      Mar 6, 2013
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      I found the Problem. I am so dumb^^ The Bot did not take the quest from the Missionsthing in the Class oder hall.
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      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.
       
    12. Affli

      Affli New Member

      Joined:
      Mar 6, 2013
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      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
       
    13. Arabuddy

      Arabuddy Member

      Joined:
      Feb 14, 2017
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      Im having the same issue on multiple characters, it seems if you choose a landing zone manually, the bot seems to think everything done
       
    14. qwermyx

      qwermyx New Member

      Joined:
      Mar 7, 2017
      Messages:
      19
      Likes Received:
      1
      Trophy Points:
      3
      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.
       

    Share This Page