Thread Rating:
  • 17 Vote(s) - 2.82 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chocobo-Training & Ventures
#1
Is it possible to set the bot up so he trains my chocobo every hour and sends my retainer on a new quick venture?
Reply
#2
nope
Reply
#3
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...
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products