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

QBot Condition problems

KROKS

New Member
Joined
Sep 28, 2012
Messages
42
Reaction score
0
I tried to write a profile, but have stuck at this problem.

There is my code. But it dt work:
Code:
  <If Condition="Me.HasAura(&quot;Fae Touch&quot;)">
    <CustomBehavior File="RunMacro" Macro="/cast Плащ Теней" />
  <If Condition="!Me.HasAura(&quot;Stealth&quot;)">
    <CustomBehavior File="RunMacro" Macro="/cast Незаметность" />
  <CustomBehavior File="Message" Text="1" LogColor="Cyan" />
  <RunTo X="2687.618" Y="-2919.765" Z="3.635895" />
  <CustomBehavior File="RunMacro" Macro="/targetenemy\n/cast Обшаривание Карманов" NumOfTimes="5" />
  </If>
  </If>

There is a piece of log according to this code:
Code:
[15:54:48.524 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[15:54:48.524 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.

And QB just skipped this part of code. Seems like QB can't check conditions.
 
There's some kind of bug floating around involving this. I've noticed also by now it may follow the condition but it can skip regular <Objective's as well for basic quests.
 
Try deleting every compiled assembly in CompiledAssemblies directory. This helps... sometimes. ;-)
 
I've done everything apart from wiping my hard drive, I can't consistantly get the same results, I think the bot just doesn't like me anymore.
 
Back
Top