Eggs

04/07/2006 06:26 darkfreak#1
Is there anyway to make a bot that will get a new egg every hour? I dont need it to do anything but get an egg.
04/07/2006 08:52 BSFTW#2
Quote:
DO NOT POST QUESTIONS IN THIS FORUM!!!

'nuff said
04/07/2006 15:39 knownunknown#3
um... this is the general forum.... where questions are asked.... must not have realized that you clicked ffxi main, lol
04/10/2006 19:43 cynicthefallen#4
ACTool could help you out on this one =D Ill bring over a recent post from them:
Quote:
Originally posted by From the ACTools Forum
Code:
Constants
 window = FFXiApp - Windower Enabled
end

keyrate 30

while 1=1 * * // delays and keydown times higher than normal for event lag
 * SetActiveWindow $window
 * keys /targetnpc
 * delay 500 *
 * keydown {return} 500
 * delay 500
 * keydown {return} 500
 * delay 1500
 * keydown {return} 500
 * delay 3596000 * *// I know there is sec option I like keeping it all same format
end
Of course that won't do any inventory sorting, etc. It basically gets you a new egg every hour. Pointless really unless you are grabbing them while at work, whatever. Need inventory sorting, of course you can grab the function from some of the other very fine scripts on this forum.
Using ACTool you can make a macro out of this. If it isnt against this site's TOS ill give a link to the boards. This post is not oen of my own, and i am not going to take credit for it. I'm not a dick =D