MMOMinion

Full Version: Chocobo-Training & Ventures
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to set the bot up so he trains my chocobo every hour and sends my retainer on a new quick venture?
nope
I have been using AutoHotKey script to feed my choco.

All it does is spams numpad 0 , got it from oficall forums. Hopefully it works for you.

Code:
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

flKeepLooping := 0

Loop {
    if (flKeepLooping = 1) {        
    ControlSend, , {Numpad0}, ahk_class FFXIVGAME
        Sleep 500
    }
}

^z::
if flKeepLooping = 1
    flKeepLooping = 0
else
    flKeepLooping = 1
return


link to forums if you need instructions
http://forum.square-enix.com/ffxiv/threa...ro-program...