• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Questing] Honorbuddy blatantly skips code

    Discussion in 'Honorbuddy Support' started by Megser, Oct 7, 2012.

    Thread Status:
    Not open for further replies.
    1. Megser

      Megser Well-Known Member

      Joined:
      Apr 17, 2010
      Messages:
      1,389
      Likes Received:
      73
      Trophy Points:
      48
      Code is JUST BEING SKIPPED, every questing profile I've tried so far that involves conditions, JUST SKIPPED. I have tried several profiles here from the forums and made new installations of Honorbuddy.
      Is it because it is daily quests?
      HTML:
      <!-- <While Condition="HasQuest(31487) &amp;&amp; !IsQuestCompleted(31487)">
      
      			<CustomBehavior File="FlyTo" X="350.0091" Y="3735.014" Z="233.6085" />
      
      			<CustomBehavior File="CollectThings" CollectUntil="QuestComplete" QuestId="31487" MobId="64717" HuntingGroundRadius="200">
      				<Hotspot X="356.027" Y="3721.63" Z="233.4328" />
      				<Hotspot X="88.35867" Y="3839.071" Z="213.8864" />
      				<Hotspot X="209.2251" Y="3620.052" Z="261.5729" />
      				<Hotspot X="491.9977" Y="3531.376" Z="213.4064" />
      			</CustomBehavior>
      		</While> -->
      What's going on? I've deved a lot of times in the questing bot before and this is just unbearable.

      "Bot Stopped! Reason: Nothing more to do. Stopping bot." -- Source of all my current frustration.
       
    2. tozededao

      tozededao Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,225
      Likes Received:
      5
      Trophy Points:
      38
      I am leveling a Monk and it just skipped all the Western Plaguelands quests even though they are inside the profile -_-
       
    3. Megser

      Megser Well-Known Member

      Joined:
      Apr 17, 2010
      Messages:
      1,389
      Likes Received:
      73
      Trophy Points:
      48
      bump
       
    4. Niv

      Niv New Member

      Joined:
      Jul 8, 2012
      Messages:
      257
      Likes Received:
      9
      Trophy Points:
      0
      The comment <!-- and --> are not actually in your code, are they?
      Check "diagnostic" log of the compilation of the While Condition.
      Does the log show CustomBehavior considered "done"?
      Try adding parentheses around the Condition.
       
    5. GIVEMEANAME

      GIVEMEANAME Active Member

      Joined:
      Dec 17, 2010
      Messages:
      1,533
      Likes Received:
      14
      Trophy Points:
      38
      im having issues now on 68-80, keeps stopping at hand ins/pickups or just constantly trying to pick up a quest its either completed or already has in its log :/

      very annoyinh
       
    6. Megser

      Megser Well-Known Member

      Joined:
      Apr 17, 2010
      Messages:
      1,389
      Likes Received:
      73
      Trophy Points:
      48
      Thanks for your comments and feedback peeps.

      No in the profile they are not commented out :). And I did try to add additional parentheses around the conditions, sadly didn't fix anything.

      Can a developer perhaps shed some light on this?
       
    7. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Could you give me a profile (preferably one where I don't need to spend a few days leveling a toon) that I can test this with? Any other info (where, quests required, etc) would be helpful as well.

      PM it to me, as I'll probably lose this thread.
       
    8. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
    9. tia79

      tia79 New Member

      Joined:
      Jan 15, 2010
      Messages:
      406
      Likes Received:
      1
      Trophy Points:
      0
      Could you give me a bot that works? This one turned out to be not working anymore after MOP. Questing fails.. No picking rewards, stuck at flightpoints and mesh issues.
       
    10. Liferose

      Liferose New Member

      Joined:
      Sep 1, 2010
      Messages:
      1,586
      Likes Received:
      37
      Trophy Points:
      0
      Confirmed having similar problems trying to make daily profiles for the new content. Really annoying me.

      Started with "Striking First", but also with "Mistfall Village".

      Code:
              <!--Objective: Striking First-->        
              <If Condition="((HasQuest(31760)) &amp;&amp; (!IsQuestCompleted(31760)))" >
                  <CustomBehavior File="Message" Text="Doing Daily: Striking First" LogColor="Cyan" />
                  <CustomBehavior File="FlyTo" X="1683.707" Y="1343.38" Z="474.0168" />
                  <CustomBehavior File="ForcedDismount" />
                  <CustomBehavior WaitTime="300000" />
              </If>
      
      Code:
                  <If Condition="((HasQuest(31242)) &amp;&amp; (!IsQuestCompleted(31242)))" >
                      <CustomBehavior File="LoadProfile" ProfileName="[N - Quest] Mistfall Village" />
                  </If>
      
      Both are compiled, but are ignored. Even if just set to ="HasQuest(31760)"...etc.
       
      Last edited: Oct 13, 2012
    11. Megser

      Megser Well-Known Member

      Joined:
      Apr 17, 2010
      Messages:
      1,389
      Likes Received:
      73
      Trophy Points:
      48
    12. basse

      basse New Member

      Joined:
      Sep 8, 2012
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      what he said!
       
    13. Corny

      Corny New Member

      Joined:
      Jan 8, 2011
      Messages:
      306
      Likes Received:
      5
      Trophy Points:
      0
      [h=2][/h]
      quests are only up to the 16th listed

      honnorbuddy sees only a maximum of 16, for whatever reason whatsoever ...
       
    14. liquidsnakeblue

      liquidsnakeblue New Member

      Joined:
      Feb 1, 2012
      Messages:
      70
      Likes Received:
      0
      Trophy Points:
      0
      Could we get an update?
       
    15. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      They still request logs regarding this issue so perhaps they haven't been able to isolate the bug yet.

      I'm sure we'll be updated as soon as they spot the bug.
       
    16. Dante_Alighieri

      Dante_Alighieri New Member

      Joined:
      Jun 12, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      View attachment 992 2012-10-12 18.59.txt

      Have we had any updates to this issue? I can't do any dailies profile of any kind because of this. No amount of restarting or reloading seems to help, and I've had this happen with every profile I've tried. The attached log was used with :

      http://www.thebuddyforum.com/honorb...al/77359-quest-mop-fishing-dailies-corny.html

      However I get the same issue with :

      http://www.thebuddyforum.com/honorb...les/neutral/74823-rep-golden-lotus-daily.html
      http://www.thebuddyforum.com/honorb...es/neutral/74637-rep-klaxxi-daily-quests.html
      http://www.thebuddyforum.com/honorb...6165-n-quest-order-cloud-serpent-dailies.html
       
    17. wanted31

      wanted31 New Member

      Joined:
      Aug 8, 2011
      Messages:
      362
      Likes Received:
      2
      Trophy Points:
      0
      Fixed yet? im so dissapointed with the current performance of the bot :(
       
    18. h0n0r1

      h0n0r1 Member

      Joined:
      Feb 4, 2012
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      6
      Currently trying Kick's Jade Forest Profile, there are two flaws I can see:
      1) Defining hotspots for mailboxes seems to be broken
      2) IsQuestCompleted seems to be broken:

      In this very situation, the toon picks up quest 29632, and immediately wants to turn it in, although he has "0/8 Tian pupils defeated". It may also be related to the while loop. This is kick's repo Revision 1688.

      Log attached
      View attachment 3484 2012-10-17 21.44.txt

      thi is the part of the profile where I'm stuck:
      Code:
      <PickUp QuestName="Becoming Battle-Ready" QuestId="29632" GiverName="Master Stone Fist" GiverId="54922" X="2499.927" Y="-1567.247" Z="400.8686" />
          <While Condition="((HasQuest(29632)) &amp;&amp; (!IsQuestCompleted(29632)))" >
      		<CustomBehavior File="InteractWith" QuestId="29632" MobId="54944" GossipOptions="1" NumOfTimes="8" X="2477.271" Y="-1572.878" Z="400.8682" />
          </While>
      <TurnIn QuestName="Becoming Battle-Ready" QuestId="29632" TurnInName="Master Stone Fist" TurnInId="54922" X="2499.927" Y="-1567.247" Z="400.8686" />
      
       
      Last edited: Oct 17, 2012
    19. Envoy517

      Envoy517 New Member

      Joined:
      Oct 8, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Bump for fix.
       
    20. Ryan9049

      Ryan9049 New Member

      Joined:
      May 14, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
    Thread Status:
    Not open for further replies.

    Share This Page