|
Post by playaplaya on Feb 13, 2005 19:07:05 GMT -5
I've read up on pausing, and it seems everyone uses Floppy's, is this the best method? I would like to just hit like F12 or something like that you know. Anyone know of a simple command to accomplish this? Thanks.
Playaplaya
|
|
|
Post by Duke Newrise on Feb 13, 2005 22:26:43 GMT -5
Floppy pasues are a thing of the past. Some people still like them but I can think of a better way to destroy my floppy drive. Now a days we are useing the "Numlock pause". Since Tiny built in a method to check if the numlock key is on we are now able to pause the bots by pressing the numlock button. If you need an example check out my fishing bot, because it uses a nice pause method.
P.s. You can't use the F-keys because FFXI imports it's own layout for the keyboard and overwrites the autoit layout.
|
|
|
Post by playaplaya on Feb 14, 2005 0:29:22 GMT -5
ok cool, so i have to use AutoTerror then for Numlock pause correct? /sigh i have a stand alone bot that is uber fast dont really wanna use Autoterror... Although Tiny does claim it is faster, I suppose we shall see!
|
|
|
Post by TinyTerror on Feb 14, 2005 0:35:10 GMT -5
If you have a pixel bot that works fine, you can still use it in autoterror. Im not going to tell you what you can and cant use For some things pixel ops work fine. If you already have a working script, keep using it!
|
|
|
Post by playaplaya on Feb 14, 2005 0:39:10 GMT -5
I dont use pixels. i just need a simple way to pause, i dont care how lol. just how!?!?! lol. thanks.
Playaplaya
|
|
|
Post by Duke Newrise on Feb 14, 2005 0:40:47 GMT -5
A fast bot that uses Pixel cacthing. I'm not going to say anything more. ^_^
|
|
|
Post by TinyTerror on Feb 14, 2005 0:42:10 GMT -5
Also, its not like using autoterror changes the way your script runs. Its just autoit with a few extra commands atacked onto it. Nothing to worry about.... except for the giant hairy bugs that come out ot feast on the souls of the damned from time to time >_<
|
|
|
Post by playaplaya on Feb 14, 2005 0:43:14 GMT -5
lol, ok so if i just put,
Send("{NUMLOCK off}") $Global pause = 1
That will allow me to use NumLock for a pause?
Playaplaya
|
|
|
Post by playaplaya on Feb 14, 2005 0:44:10 GMT -5
and Duke, I DONT use pixels at all... thats why it's fast lol... Pixels = Snail newb mode..
Playaplaya
|
|
|
Post by Duke Newrise on Feb 14, 2005 0:45:23 GMT -5
Oh.... So thats what happened to my soul. >_>
|
|
|
Post by playaplaya on Feb 14, 2005 0:46:45 GMT -5
lol im lost now... just confirm the pause, because that line isnt working for me ><, i looked at your fishing bot, I'm pretty sure that's how you had it.
Playaplaya
|
|
|
Post by Duke Newrise on Feb 14, 2005 0:49:19 GMT -5
Ya with AutoTerror out we are all on the same playing feild.
My voke bot (pre Autoterror) didn't use FFXI Helper at all but did all the parseing in about 3 lines of code. So I had a much qucker speed when it came to throwing tabs. I guess I'll miss thoes days.
/em goes back to work on his tank bot
|
|
|
Post by Duke Newrise on Feb 14, 2005 0:51:32 GMT -5
Send("{NUMLOCK off}") $Global pause = 1
Is not the pause code at all. Look at the funtion at the very bottom.
|
|
|
Post by playaplaya on Feb 14, 2005 0:52:05 GMT -5
It could be just me, but I don't think either of you have said how to pause lol. I tried the way I posted and it didnt work. I guess I'll have to just look on the forums for a floppy pause since you aren't being direct with me. MEANIES lol. Thanks.
Playaplaya
|
|
|
Post by playaplaya on Feb 14, 2005 0:53:05 GMT -5
Ohhhhhh the bottom... I just thought all that was for the fishing. Disregaurd the last post.
Playaplaya
|
|