Lineage 2 Tower Forum

Full Version: FULL PK Summons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i set to Tower forceattack when i get a target?

For exemple:

I have a full pk summons pt. How can i do to when i get a target with Sum1, Sum2/3/4/5 use they summons to attack too?
i used this method too Smile

just set ur summoners normal with tower gui to assist.. and then used script:

repeat
Command("/useshortcut 1 12");
Sleep(1000);
until false;

set summon attack on 1 12
(04-05-2014 14:26 PM)EnvyObscene Wrote: [ -> ]i used this method too Smile

just set ur summoners normal with tower gui to assist.. and then used script:

repeat
Command("/useshortcut 1 12");
Sleep(1000);
until false;

set summon attack on 1 12

Command("/useshortcut 1 12"); -- will not attack ....
Command("/useshortcutforce 1 12"); -- will attack ....

feel difference ?
(04-05-2014 14:59 PM)TheQQmaster Wrote: [ -> ]
(04-05-2014 14:26 PM)EnvyObscene Wrote: [ -> ]i used this method too Smile

just set ur summoners normal with tower gui to assist.. and then used script:

repeat
Command("/useshortcut 1 12");
Sleep(1000);
until false;

set summon attack on 1 12

Command("/useshortcut 1 12"); -- will not attack ....
Command("/useshortcutforce 1 12"); -- will attack ....

feel difference ?


how i can setup the sec or min this short use i need use this short all 1min
Reference URL's