L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Novice scripting issues
Author Message
coland0003 Offline
Expired VIP Member
**

Posts: 4
Joined: Aug 2014
Reputation: 0
Version: 1.4.2.142
Post: #1
Novice scripting issues

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?
01-21-2015 17:31 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Issues with adding buffs for buffer Mafian 1 2,430 10-14-2013 20:46 PM
Last Post: ClockMan
  PLS Help scripting! SinnedK 2 2,463 09-03-2013 09:44 AM
Last Post: SinnedK



User(s) browsing this thread: 1 Guest(s)