Hi,
Im using orderbot to mine multiple unspoiled mineral and I wonder if it is possible to configure the bot to use stealth or to avoid mobs when going to a hotspot/gathering point.
Ex: Mine unspoiled at Revenant's Toll, there are often mobs on the way and the bot will try to gather even in combat and then lose the gathering point.
Thanks
Im using orderbot to mine multiple unspoiled mineral and I wonder if it is possible to configure the bot to use stealth or to avoid mobs when going to a hotspot/gathering point.
Ex: Mine unspoiled at Revenant's Toll, there are often mobs on the way and the bot will try to gather even in combat and then lose the gathering point.
Code:
<!-- Carbonized Matter 4 [Slot 1] (Unspoiled) -->
<!--
<If Condition="IsTimeBetween(17,18) and not IsOnMap(156)">
<TeleportTo Name="Revenant's Toll" AetheryteId="24"/>
<Gather Loops="1">
<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
<HotSpots>
<HotSpot Radius="95" X="297.7793" Y="7.004344" Z="-589.2265" />
<HotSpot Radius="95" X="343.6565" Y="-7.780937" Z="-451.2857" />
</HotSpots>
<Slot>0</Slot>
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<GatheringSkill SpellName="Sharp Vision" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
</If>
Thanks