Lineage 2 Tower Forum

Full Version: custom Autotarget SCRIPT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Autotarget from PVPSUITE takes target slowly after cancel.
Can any help with custom script for AUTOTARGET, to help with aura flash or mirage?
(09-03-2014 03:06 AM)fd2dpwnz Wrote: [ -> ]Autotarget from PVPSUITE takes target slowly after cancel.
Can any help with custom script for AUTOTARGET, to help with aura flash or mirage?

Not sure what u mean... If ur problem is that your toon waits for dead mobs to disappear before targeting a new one, use the script below, it works perfect for me...

+2 rep me if it helped you...!

    LUA Programming
repeat
 if(GetTarget()~=nil) then
 if(GetTarget():IsAlikeDeath() )
	then
 ClearTargets();
 --CancelTarget(false);
 Sleep(900);
 end;
 end
 Sleep(500)
 
until false

No ,he needs a script for pvping when someone uses skills like Aura flash or miraga to autotarget that enemy again
omg wtf

l2t got built in hold target just spam skill Big Grin
Reference URL's