pia
Member
- Joined
- Sep 25, 2013
- Messages
- 126
<If Condition="IsTimeBetween(4,5)">
<If Condition="not IsOnMap(146)">
<TeleportTo Name="little ala mhigo" AetheryteId="19" />
</If>
<If Condition="Core.Me.CurrentJob != ClassJobType.Miner">
<RunCode Name="MIN"/>
<WaitTimer WaitTime="3"/>
</If>
<Gather Loops="1">
<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
<HotSpots>
<Hotspot Z="-453.1892" Y="27.34322" X="-271.194" Radius="500"/>
<Hotspot Z="-526.113" Y="21.73838" X="-229.601" Radius="500"/>
</HotSpots>
<Slot>5</Slot>
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
The above code should be no problem, but RB cannot perceive unknown mine, so do not over sampling
<If Condition="not IsOnMap(146)">
<TeleportTo Name="little ala mhigo" AetheryteId="19" />
</If>
<If Condition="Core.Me.CurrentJob != ClassJobType.Miner">
<RunCode Name="MIN"/>
<WaitTimer WaitTime="3"/>
</If>
<Gather Loops="1">
<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
<HotSpots>
<Hotspot Z="-453.1892" Y="27.34322" X="-271.194" Radius="500"/>
<Hotspot Z="-526.113" Y="21.73838" X="-229.601" Radius="500"/>
</HotSpots>
<Slot>5</Slot>
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
The above code should be no problem, but RB cannot perceive unknown mine, so do not over sampling
Attachments
Last edited: