Lineage 2 Tower Forum

Full Version: Spam F1 and F2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there such a script to spam like F1 and F2
The reason I ask is because I have the summoner using skill with a script.. but he is only using one of the 2 possible skills..
I was wondering if I can just put those 2 skills on like F1 and F2 and spam them with a script.?

Unless I can add a second skill to spam in the summoner script?
Sleep(100);
Command("/useskill name1");
Command("/useskill name2");
so something like

Sleep(100);
Command("/useskill Unicorn's Touch");
Command("/useskill Unicorn's Power");
Command("/useshortcut 1 1"); --F1 xd
Sleep(100);
Command("/useshortcut 1 2")
Command("/useshortcut 1 1")

looks like when I start script it does both skills one time and then doesnt do them again. maybe add a delay?
how do I add a repeat line in this script?
repeat
until false;
    LUA Programming
repeat
-- sleep u should add like skill casting time or what u do <img src="http://forum.l2tower.eu/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />
Command("/useshortcut 1 2")
Sleep(500);
Command("/useshortcut 1 1")
Sleep(500);
until false;

Reference URL's