<If Condition="IsTimeBetween(4,5)">
		<If Condition="Core.Me.CurrentJob != ClassJobType.Miner">
			<WaitTimer WaitTime="3"/>
			<RunCode Name="MIN"/>
			<WaitTimer WaitTime="3"/>
		</If>
		<If Condition="not IsOnMap(146)">
		<TeleportTo Name="Little Ala Mhigo" AetheryteId="19" />
	</If>
		<Gather Loops="1">
			<GatherObject>Unspoiled Mineral Deposit</GatherObject>
			<HotSpots>
            <HotSpot Radius="150" XYZ="-229.0867,22.32257,-516.2305" />
	    <HotSpot Radius="150" XYZ="-96.01563,12.06209,-640.4351" />
         </HotSpots>
			<Slot>5</Slot> <!-- platinum ore -->
			<GatheringSkillOrder>
				<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
				<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
			</GatheringSkillOrder>
		</Gather>
		<TeleportTo Name="Summerford Farms" AetheryteId="52" />
	</If>
<If Condition="IsTimeBetween(4,7)">		
		<If Condition="not IsOnMap(134)">
		<TeleportTo Name="Summerford Farms" AetheryteId="52" />
	</If>
	
		<If Condition="Core.Me.CurrentJob != ClassJobType.Botanist">
					<WaitTimer WaitTime="3"/>
					<RunCode Name="BTN"/>
					<WaitTimer WaitTime="3"/>
		</If>	
		
		<Gather Loops="1">
             	<GatherObject>Unspoiled Mature Tree</GatherObject>
         	<HotSpots>
         	   <HotSpot Radius="700" XYZ="131.3368, 60.43965, 260.1599" />
         	</HotSpots>
               <Slot>5</Slot>
		<GatheringSkillOrder>
		    <GatheringSkill SpellName="Field Mastery" TimesToCast="1" />
		</GatheringSkillOrder>
		</Gather>
		</If>
不客气