What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Questing] Honorbuddy blatantly skips code

Status
Not open for further replies.

Megser

Well-Known Member
Joined
Apr 17, 2010
Messages
1,389
Reaction score
73
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.
 
I am leveling a Monk and it just skipped all the Western Plaguelands quests even though they are inside the profile -_-
 
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.
 
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
 
Thanks for your comments and feedback peeps.

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.

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?
 
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.
 
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.

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.
 
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:
[h=2][/h]
quests are only up to the 16th listed

honnorbuddy sees only a maximum of 16, for whatever reason whatsoever ...
 
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.
 
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
 
Fixed yet? im so dissapointed with the current performance of the bot :(
 
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:
Status
Not open for further replies.
Back
Top