10-12-2013, 08:29 AM
(10-11-2013, 11:56 PM)Evane Wrote: I think delay very big. When bot in battle, script just one click and do nothing, beteer do spam button every second. Chocobo will summon anyway
If you want to make it every 1 second, change this line:
Code:
Sleep, 60000
Code:
Sleep, 1000
The 1 minute delay works fine for me as I'm only using it to level up my chocobo - I don't actually need it in almost any fight I get into so I wont die if it somehow dies (which only happens at most once an hour). If you want to speed it up or slow it down, feel free to do so (I just wont be making other EXEs).