<HBProfile>
<QuestOrder>
<DisableBehavior Name="Combat" />
<CustomBehavior File="RunCode"><![CDATA[
while (true)
{
while (StyxWoW.Me.CurrentTarget != null && StyxWoW.Me.CurrentTarget.Distance >= 5)
{
Navigator.MoveTo(StyxWoW.Me.CurrentTarget.Location);
await Coroutine.Yield();
}
await Coroutine.Yield();
}
]]>
</CustomBehavior>
</QuestOrder>
</HBProfile>