<Profile>
	<Name>Mining - Ice Farming</Name>
	<KillRadius>40</KillRadius>
	<Order>
	
		<While Condition="True">
				<If Condition="not IsOnMap(INSERT_ALEPORT_ZONEID_IDONTREMEMBEROFFTHETOPOFMYHEAD)">
				<TeleportTo Name="aleport" AetheryteId="14" />
				</If>
				
				<Gather while ="(ItemCount(9) < 9999) and (ItemCount(3) < 9999)">
					<GatherObject>Rocky Outcrop</GatherObject>
					<HotSpots>
						<HotSpot Radius="95" XYZ="496.9813, 14.31586, 327.7469" />
					</HotSpots>
					<ItemNames>
						<ItemName>Ice Crystal</ItemName>
						<ItemName>Ice Shard</ItemName>
					</ItemNames>
					<GatheringSkillOrder>
						<GatheringSkill SpellName="Menphina's Ward" TimesToCast="1" />
					</GatheringSkillOrder>
				</Gather>
				
				<Gather while ="(ItemCount(9) < 9999)">
					<GatherObject>Rocky Outcrop</GatherObject>
					<HotSpots>
						<HotSpot Radius="95" XYZ="496.9813, 14.31586, 327.7469" />
					</HotSpots>
					<ItemNames>
						<ItemName>Ice Crystal</ItemName>
					</ItemNames>
					<GatheringSkillOrder>
						<GatheringSkill SpellName="Menphina's Ward" TimesToCast="1" />
					</GatheringSkillOrder>
				</Gather>
			
			
		</While>
	</Order>
</Profile>