Help - Search - Members - Calendar
Full Version: Help! with script plz!
AC Tools Everything Macro > AC Tool Macros > Final Fantasy XI Online
Lonenome
My first script for ac tools. Can someone help me fix it plz. Will not loop right or autosort right. Can someone plz! help me plz[




[CODE] keys /targetnpc
keys {return} 100
delay 100
keys /item "Pickaxe" <t>
delay 100
keys {return} 100


delay 500
keydown @i 100
delay 500
keydown @f 100
keys {return}
delay 500
keydown {up} 100
delay 500
keys {return}
delay 1000
keydown @n 100
keydown @n 100
delay 500

Loop 5000
// Insert script commands here

End




sean1976
Why not try a while loop using while 1=1 and finishing with end. And if you are having trouble with the autosort(not sure if this is your problem) you might increase the delay after the keys commands to make sure that everything is typed in by the time the next commands start and also might make sure that in game you left the pointer on auto instead of manual because that menu has pointer memory.
Pyrolol
OK This should work:
CODE

procedure Mine
keys /targetnpc
keys {return} 100
delay 100
 keys /item "Pickaxe" <t>
delay 100
keys {return} 100

 
delay 500
keydown @i 100
delay 500
keydown @f 100
keys {return}
delay 500
keydown {up} 100
delay 500
keys {return}
delay 1000
keydown @n 100
keydown @n 100
delay 500
end

while 1 = 1
 // Insert script commands here
call Mine
End
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.