Lineage 2 Tower Forum

Full Version: Questions about Shortcut
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello use a script with shortcut to my soutaker but I have a problem, never executed the shortut to F1 (Curse Gloom). all other work well. her is my script.

Code:
repeat
Command("/useshortcut 1 1");--->Curse Gloom
Sleep(500);
Command("/useshortcut 1 2");--->Death Spike
Sleep(500);
Command("/useshortcut 1 2");--->Death Spike
Sleep(500);
Command("/useshortcut 1 3");--->Vampiric Claw
Sleep(500);
Command("/useshortcut 1 4");--->Dark Vortex
Sleep(500);
until false

any1 know how to solve this?
Reference URL's