Lineage 2 Tower Forum

Full Version: Script item using before hitting mob
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi there

is there a way to use item before killing mob like if that item is skill and i want it to use it once


i searched and came up with this script of how i use item i tried it and it's not perfect some times it uses it so fast(more than 1 time for mob) some times it uses it after hitting mob which makes the char stuck until the mob corpse disappear

repeat
UseItem(ItemID);
Sleep(1000*5);
until false;




is there a way to add item as skill for char and use it ?
or script to use it before hitting mobs ?


thanks in advance
Reference URL's