<If condition="not IsOnMap(399)" or ="not IsOnMap(478)">
<If condition="not IsOnMap(401)">
<TeleportTo name="Sea Of Clouds" aetheryteId="72"/> <!-- Let's make sure we've repaired gear at startup -->
</If>
<If condition="IsOnMap(401)">
<ExLog Color="#FF00FFFF" Name="Tour Guide" Message="Repairing, checking for bait, then heading out to catch some blue scripts and possibly Dravanian Bass if weather permits while we wait for next Aetherial fishing window."/>
<NoCombatMoveTo Name="Towards vendors, over fence" XYZ="-557.7043, -79.83096, 543.6319"/>
<NoCombatMoveTo Name="Mender of Wreckage" XYZ="-649.9777, -123.7722, 525.8538"/>
<RunCode Name="Dismount" />
<If Condition="&RepairEnable; == 1">
<RunCode Name="Dismount" />
<NPCRepair NpcID="1011948" DialogOption="4"/>
</If>
<If condition="not HasAtLeast(12708,99)">
<ExLog Color="#FF00FFFF" Name="Tour Guide" Message="You need more Red Balloons!"/>
<NoCombatMoveTo name="Peddler of Wonders" xyz="-649.9294, -123.7753, 524.0593"/>
<RunCode Name="Dismount" />
<BuyItem itemId="12708" itemCount="198" DialogOption="1" interactDistance="3.0" npcId="1011947" xyz="-649.9294, -123.7753, 524.0593"/>
</If>
<TeleportTo name="Idyllshire" aetheryteId="75"/>
<If Condition="&ReductionEnable; == 1">
<RunCode Name="Reduction"/>
</If> <!-- Do aetherial reduction on the Caimans if enabled -->
<ExLog Color="#FF00FFFF" Name="Tour Guide" Message="Heading out for Illuminati Perch fishing 9pm-7am. If weather allows, fishing Dravanian Bass from 12am-7am. Hello blue scripts and possible water clusters!"/>
<MoveTo Name="Aethereyte Touchpoint" XYZ="77.83993, 209.25, -20.27446" />
<RunCode Name="Aethernet"/>
</If>
</If>