Emaki
Member
- Joined
- Mar 30, 2015
- Messages
- 68
Hello, I originally asked for help here, but I solved my own problem.
This is how you make Ferry Skipper work to Umbra Isles for your profiles, for future reference. Thanks.
This is how you make Ferry Skipper work to Umbra Isles for your profiles, for future reference. Thanks.
HTML:
<?xml version="1.0"?>
<Profile>
<Name>Complete Hunting Logs</Name>
<KillRadius>50</KillRadius>
<CodeChunks>
<CodeChunk name="AleportFerrySkipper"><![CDATA[
ff14bot.Managers.GameObjectManager.GetObjectByNPCId(1003584).Interact();
await Buddy.Coroutines.Coroutine.Sleep(2000);
if (ff14bot.RemoteWindows.SelectIconString.IsOpen)
ff14bot.RemoteWindows.SelectIconString.ClickSlot(2);
await Buddy.Coroutines.Coroutine.Sleep(3000);
ff14bot.RemoteWindows.Talk.Next();
await Buddy.Coroutines.Coroutine.Sleep(2000);
if (ff14bot.RemoteWindows.SelectYesno.IsOpen)
ff14bot.RemoteWindows.SelectYesno.ClickYes();
await Buddy.Coroutines.Coroutine.Sleep(10000);
]]></CodeChunk>
</CodeChunks>
<Order>
<TeleportTo name="Aleport" aetheryteId="14" force="true"/>
<MoveTo name="Ferry Skipper" xyz="319.6593, -36.325, 351.8744"/>
<RunCode name="AleportFerrySkipper"/>
</Order>
</Profile>
Last edited: