Help fixing profiles please.
These profiles were perfect but are now broken. Can anyone please update them? Thank you.
These profiles were perfect but are now broken. Can anyone please update them? Thank you.
Code:
<Profile>
<Name>Fishing: Gigant Clam</Name>
<KillRadius>50</KillRadius>
<Order>
<!-- Bait to use: Heavy Steel Jig -->
<While condition="not HqHasAtLeast(10123,30)">
<If Condition="IsTimeBetween(8,24) or IsTimeBetween(0,3)">
<If Condition="not IsOnMap(137)">
<TeleportTo AetheryteId="11" />
</If>
<Fish Mooch="0" Condition="IsTimeBetween(8,22)">
<FishSpots>
<FishSpot XYZ="483.3244,17.39324,470.5694" Heading="0.449999988" />
</FishSpots>
</Fish>
<Fish Mooch="0" Condition="IsTimeBetween(22,23)">
<FishSpots>
<FishSpot XYZ="488.4197, 9.9081, 594.0562" Heading="5.809999942" />
</FishSpots>
</Fish>
<Fish Mooch="0" Condition="IsTimeBetween(23,24) or IsTimeBetween(0,2)">
<FishSpots>
<FishSpot XYZ="541.28, 8.70105, 579.5362" />
<FishSpot XYZ="560.7628, 8.698034, 585.7589" />
<FishSpot XYZ="564.9565, 8.663778, 608.3327" />
<FishSpot XYZ="542.0089, 8.659445, 617.5783" />
</FishSpots>
</Fish>
<Fish Mooch="0" Condition="IsTimeBetween(2,3)">
<FishSpots>
<FishSpot XYZ="488.4197, 9.9081, 594.0562" Heading="5.809999942" />
</FishSpots>
</Fish>
</If>
<If Condition="IsTimeBetween(3,8)">
<If Condition="not IsOnMap(138)">
<TeleportTo Name="Aleport" AetheryteId="14" />
</If>
<Fish Mooch="0" Condition="IsTimeBetween(3,7)">
<FishSpots>
<FishSpot XYZ="222.2999, -31.14042, 271.9302" Heading="1.336751" />
<FishSpot XYZ="222.304, -27.31251, 256.6113" Heading="1.344448" />
<FishSpot XYZ="232.7221, -24.99233, 245.037" Heading="0.05650282" />
</FishSpots>
</Fish>
<Fish Mooch="0" Condition="IsTimeBetween(7,8)">
<FishSpots>
<FishSpot XYZ="243.0911,-24.99833,235.3326" Heading="3.779999971" />
</FishSpots>
</Fish>
</If>
</While>
</Order>
</Profile>
Code:
<Profile>
<Name>Boillabaisse Fishing Farm Aleport and Horizon</Name>
<KillRadius>50</KillRadius>
<Order>
<!-- Clear inventory as much as you feel necessary and buy as much rat tail as you need ~100 per hour -->
<!-- Stop Fishing and Job Switch chunks courtesy of Becto, fishing made available in orderbot thanks to kagamihiiragi17 -->
<While Condition ="True">
<!-- Wait between 11pm and 0am -->
<If Condition="IsTimeBetween(23,0)">
<LogMessage Message= "Waiting until 00:00 Eorzea"/>
<WaitWhile Condition ="IsTimeBetween(23,0)" />
</If>
<!-- Rothlyt Oyster and some Razorclam. ~30% Aleport -->
<If Condition="IsTimeBetween(0,6)">
<If Condition="not IsOnMap(138)">
<TeleportTo Name="Aleport" AetheryteId="14" />
</If>
<WaitTimer WaitTime="6"/>
<If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
<RunCode Name="FSH"/>
</If>
<!-- Bait to use: Rat Tails -->
<Fish Mooch="0" Condition="IsTimeBetween(0,6)">
<FishSpots>
<FishSpot XYZ="222.2999, -31.14042, 271.9302" Heading="1.336751" />
<FishSpot XYZ="222.304, -27.31251, 256.6113" Heading="1.344448" />
<FishSpot XYZ="232.7221, -24.99233, 245.037" Heading="0.05650282" />
</FishSpots>
</Fish>
<WaitTimer WaitTime="10"/>
<RunCode Name="BreakFishing"/>
</If>
<!-- Razor clams ~60% Horizon Map -->
<If Condition="IsTimeBetween(6,12)">
<If Condition="not IsOnMap(140)">
<TeleportTo Name="Horizon" AetheryteId="17" />
</If>
<WaitTimer WaitTime="6"/>
<If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
<RunCode Name="FSH"/>
</If>
<!-- Bait to use: Rat Tails -->
<Fish Mooch="0" Condition="IsTimeBetween(6,12)">
<FishSpots>
<FishSpot XYZ="-279.3113, 13.48067, -141.2883" Heading="0.03999999" />
<FishSpot XYZ="-324.3458, 13.9835, -110.5778" Heading="1.549999952" />
</FishSpots>
</Fish>
<WaitTimer WaitTime="10"/>
<RunCode Name="BreakFishing"/>
</If>
<!-- Rothlyt Oyster and some Razorclam. ~30% Aleport -->
<If Condition="IsTimeBetween(12,18)">
<If Condition="not IsOnMap(138)">
<TeleportTo Name="Aleport" AetheryteId="14" />
</If>
<WaitTimer WaitTime="6"/>
<If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
<RunCode Name="FSH"/>
</If>
<!-- Bait to use: Rat Tails -->
<Fish Mooch="0" Condition="IsTimeBetween(12,18)">
<FishSpots>
<FishSpot XYZ="222.2999, -31.14042, 271.9302" Heading="1.336751" />
<FishSpot XYZ="222.304, -27.31251, 256.6113" Heading="1.344448" />
<FishSpot XYZ="232.7221, -24.99233, 245.037" Heading="0.05650282" />
</FishSpots>
</Fish>
</If>
<!-- Razor clams ~60% Horizon Map -->
<If Condition="IsTimeBetween(18,23)">
<If Condition="not IsOnMap(140)">
<TeleportTo Name="Horizon" AetheryteId="17" />
</If>
<WaitTimer WaitTime="6"/>
<If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
<RunCode Name="FSH"/>
</If>
<!-- Bait to use: Rat Tails -->
<Fish Mooch="0" Condition="IsTimeBetween(18,23)">
<FishSpots>
<FishSpot XYZ="-279.3113, 13.48067, -141.2883" Heading="0.03999999" />
<FishSpot XYZ="-324.3458, 13.9835, -110.5778" Heading="1.549999952" />
</FishSpots>
</Fish>
<WaitTimer WaitTime="10"/>
<RunCode Name="BreakFishing"/>
</If>
</While>
</Order>
<CodeChunks>
<CodeChunk Name="FSH">
<![CDATA[ ff14bot.Managers.ChatManager.SendChat("/gs change 12");
]]>
</CodeChunk>
<CodeChunk Name="BreakFishing">
<![CDATA[
SpellData data;
if (Actionmanager.CurrentActions.TryGetValue("Quit", out data) && Actionmanager.CanCast(data, Core.Me))
{
await Buddy.Coroutines.Coroutine.Sleep(1000);
Actionmanager.DoAction("Quit", Core.Me);
await Buddy.Coroutines.Coroutine.Sleep(1000);
}
]]>
</CodeChunk>
</CodeChunks>
</Profile>
Last edited: