Lineage 2 Tower Forum

Full Version: Summon skills
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, i would like to use my summon skills while botting.
someone could help me with a script? and if it is possible to use it every 10 seconds
i'll provide for the skillID, i need only the logic.
Many thanks
Action(ID);

http://forum.l2tower.eu/showthread.php?tid=812

    LUA Programming
repeat
Sleep(10000); --10s
Action(4); --your summon skill id here
until false;

Reference URL's