Lineage 2 Tower Forum

Full Version: [Help] script for macros
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!i need a script that actives an in-game macro...for exemple i create a macro and i put it on the bar in the f9 position...how can i make a script that active f9 with a delay of 20min?
    LUA Programming
repeat
Command("/useshortcut 1 9");
Sleep(20*60*1000)
until false;

Thanks man Smile
Reference URL's