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

Turn In quest issue

Cava

Well-Known Member
Joined
Aug 15, 2012
Messages
3,133
Reaction score
46
fresh install of Honorbuddy v2.5.6316.470

quest lines=
<If Condition="((HasQuest(932)) &amp;&amp; (IsQuestCompleted(932)))" >
<CustomBehavior File="Message" Text="I have quest 932 and its completed" LogColor="Green" />
</If>
<TurnIn QuestName="Twisted Hatred" QuestId="932" TurnInName="Tallonkai Swiftroot" TurnInId="3567" X="9890.172" Y="971.8316" Z="1313.855" />

bot simple ignore turn in line as you can see at log:
 

Attachments

same issue with quest 919

profile lines:
<If Condition="((HasQuest(919)) &amp;&amp; (IsQuestCompleted(919)))" >
<CustomBehavior File="Message" Text="I have quest 919 and its completed" LogColor="Green" />
</If>
<TurnIn QuestName="Timberling Sprouts" QuestId="919" TurnInName="Denalan" TurnInId="2080" X="9507.291" Y="714.583" Z="1255.886" />

log for this lines:
[18:05:43.171 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:05:43.187 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:05:43.187 N] [Profile Message]: I have quest 919 and its completed
[18:05:43.187 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:05:43.671 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:05:43.671 N] Nothing more to do. Stopping bot.
[18:05:43.671 D] Stop called!
[18:05:43.687 D] Activity: Honorbuddy Stopped
 
Last edited:
have Honorbuddy v2.5.6316.470 where can i dowload the update?
 
i thought you were not on the latest

so,give us a full unedited log as attachment plz
so we can see everything
 
[16:51:31.109 N] Changing current profile to Teste profile

who's profile are you using?
 
[16:51:31.109 N] Changing current profile to Teste profile

who's profile are you using?

<If Condition="((HasQuest(919)) &amp;&amp; (IsQuestCompleted(919)))" >
<CustomBehavior File="Message" Text="I have quest 919 and its completed" LogColor="Green" />
</If>
<TurnIn QuestName="Timberling Sprouts" QuestId="919" TurnInName="Denalan" TurnInId="2080" X="9507.291" Y="714.583" Z="1255.886" />

like i posted at 1? post, only that 2 lines
the first one to show that bot have quest 919 and quest is completed
the second to turn in that quest
 
Back
Top