I tried to write a profile, but have stuck at this problem.
There is my code. But it dt work:
There is a piece of log according to this code:
And QB just skipped this part of code. Seems like QB can't check conditions.
There is my code. But it dt work:
Code:
<If Condition="Me.HasAura("Fae Touch")">
<CustomBehavior File="RunMacro" Macro="/cast Плащ Теней" />
<If Condition="!Me.HasAura("Stealth")">
<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.