Lineage 2 Tower Forum

Full Version: Novice scripting issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
Excuse me how to use this script to change in this program?
I studied for a long time did not understand.........
I just need a solution
Hope to answer Thank you

-----------------------------------------
Set(BeatBackClose)
MOVETO(-216643,213718,5987)
DELAY(1000)
label(Detection of own position)
PosInRange(-216643,213718,5987,5000)
{
CALL(Start)
MOVETO(-207785,213329,5987)
UseSkill(self,Cunning[ID=411])
}
label(Start)
Set(RangeType,DefPos,-216643,213718,5987,5000)
DELAY(1000)
CALL(Find the target1)
RETURN

label(Find the target1)
NPCInBattleRange(Red Star Stone)
{
MoveToNPC(Red Star Stone)
NPCSel(Red Star Stone)
UseSkill2(Star stone together[ID=932])
DELAY(500)
jmp(Find the target1)
}
RETURN
-------------------------------------------------
This is another application of the script, I want to know what to do to achieve this effect?
Now known to be:

1 Sleep(10000); = DELAY(1000)
2 MoveTo = MoveTo
3 Command('/useshortcut 2 11') = UseSkill(self,Cunning[ID=411])

---This is representative of shortcut keys in second rows, eleventh?

4 If it is, then:UseSkill2(Star stone together[ID=932]) = Command('/useshortcut 2 11') too
5 TargetNpc = NPCInBattleRange

So:MoveToNPCInRange NPCSelInRange
What command to represent?

This is a collection of scripts, how to use the range to find and select the NPC program?
The procedure to make the corresponding settings like?
Reference URL's