Lineage 2 Tower Forum

Full Version: lf script for jump attack
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys some1 have script or smth for tyrr duelist on jump attack i mean move from target and use jump attack and again and again if some1 can help me +reputation for him thx a lot
(08-29-2014 22:06 PM)misiax1983 Wrote: [ -> ]hi guys some1 have script or smth for tyrr duelist on jump attack i mean move from target and use jump attack and again and again if some1 can help me +reputation for him thx a lot
Use sreach before ask !
use recstart and use skill u want then put the id and the name to here
    LUA Programming
NameSkillId= id -- name
NameSkill= GetSkills():FindById(NameSkillId); -- Find Skill By ID
repeat
if (NameSkill~= nil) and (NameSkill:CanBeUsed()) then
 UseSkillRaw(NameSkillId,false,false); -- name skill
 Sleep(1000);
 end;
until false

working perfect but u know jump attack doesnt work when i m close to target that why i asking about script with move from target and back again use this skill. some 1 can help me?
(08-30-2014 12:30 PM)misiax1983 Wrote: [ -> ]working perfect but u know jump attack doesnt work when i m close to target that why i asking about script with move from target and back again use this skill. some 1 can help me?

... u mean reuse that skill ?
distance to use that skill...because i can use that skill if i have some distance to target no if i m close to target
ok i know your point !
http://forum.l2tower.eu/thread-auto-seed...se%2bskill
check this thread Smile
(08-30-2014 17:40 PM)benbt91 Wrote: [ -> ]ok i know your point !
http://forum.l2tower.eu/thread-auto-seed...se%2bskill
check this thread Smile

cant get to that link Sad
(09-28-2014 16:33 PM)aut0matic Wrote: [ -> ]
(08-30-2014 17:40 PM)benbt91 Wrote: [ -> ]ok i know your point !
http://forum.l2tower.eu/thread-auto-seed...se%2bskill
check this thread Smile

cant get to that link Sad

can't get that link ? what's u mean ?
(08-30-2014 13:36 PM)misiax1983 Wrote: [ -> ]distance to use that skill...because i can use that skill if i have some distance to target no if i m close to target
- Check distance from target, if less than min to jump, move far and then do the skill.
Reference URL's