after the order tag put in <While Condition ="True">
and the end tag </While> should be before the </Order> tag at the end
So I keep messing up. I don't want to do the clusters, just astral rock, gold ore, gold sand, and darksteel for right now... This is how I modified but it's giving all kinds of errors... Sorry not proficient in programming.
<?xml version="1.0" encoding="UTF-8"?>
<Profile>
<Name>Unspoiled</Name>
<Order>
<While Condition ="True">
<WaitWhile Condition ="IsTimeBetween(0,1)" />
<!--Darksteel Ore -->
<If Condition="IsTimeBetween(1,3)">
<TeleportTo Name="Camp Dragonhead" AetheryteId="23" />
<Gather Loops="2000">
<GatherObject>Unspoiled Mineral Deposit</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="309.7161,305.0083,-62.78537" />
<!--HotSpot Radius="95" XYZ="301.0099, 307.6327, -89.7529"/-->
</HotSpots>
<Slot>2</Slot> <!--Darksteel Ore -->
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<!--GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /-->
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<MoveTo XYZ="224.433, 302, -181.7083"/>
<WaitWhile Condition ="IsTimeBetween(1,3)" />
</If>
<!--Gold Sand -->
<If Condition= "IsTimeBetween(6,7)">
<TeleportTo Name="Camp Drybone" AetheryteId="18" />
<Gather Loops="2000" >
<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="277.8999, -2.309269, 48.01617" />
<HotSpot Radius="95" XYZ="140.3306, -13.30936, 143.5792" />
</HotSpots>
<Slot>1</Slot> <!--Gold Sand -->
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<!--GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /-->
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<TeleportTo Name="Horizon" AetheryteId="17"/>
<WaitWhile Condition ="IsTimeBetween(6,7)" />
</If>
<WaitWhile Condition ="IsTimeBetween(8,10)" />
<!--Gold Ore-->
<If Condition="IsTimeBetween(10,12)">
<TeleportTo Name="Camp Drybone" AetheryteId="18" />
<Gather Loops="2000">
<GatherObject>Unspoiled Mineral Deposit</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="307.6837, 10.1216, -9.528715" />
</HotSpots>
<Slot>5</Slot> <!--Gold Ore-->
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<!--GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /-->
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<MoveTo XYZ="-67.53981, -21, -12.79922"/>
<WaitWhile Condition ="IsTimeBetween(12,21)" />
</If>
<If Condition="IsTimeBetween(21,23)">
<TeleportTo Name="Camp Dragonhead" AetheryteId="23" />
<Gather Loops="2000">
<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="125.7782, 275.2774, 96.14079" />
<HotSpots>
<Slot>6</Slot> <Astral Rock >
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<MoveTo XYZ="224.433, 302, -181.7083"/>
<WaitWhile Condition ="IsTimeBetween(21,24)" />
</If-->
<WaitWhile Condition ="IsTimeBetween(21,24)" />
</While>
</Order>
<While Condition ="True">
</Profile>