Advertisement
Guest User

Untitled

a guest
May 26th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         <CodeChunk Name="Test">
  2.             <![CDATA[
  3.                 ff14bot.Managers.GameObjectManager.GetObjectByNPCId(X).Interact();
  4.                 await Buddy.Coroutines.Coroutine.Sleep(1000);
  5.                 ff14bot.RemoteWindows.Talk.Next();
  6.                 await Buddy.Coroutines.Coroutine.Sleep(200);
  7.                 if (ff14bot.RemoteWindows.Request.IsOpen)
  8.                     ff14bot.RemoteWindows.Request.HandOver();
  9.                 await Buddy.Coroutines.Coroutine.Sleep(2000);
  10.                 ff14bot.RemoteWindows.Talk.Next();
  11.                 await Buddy.Coroutines.Coroutine.Sleep(200);
  12.                 -----[TurnIn quest X]----- (click "Continue")
  13.         ]]>
  14.         </CodeChunk>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement