Jump to content

[Request] Full Walker Script Documentation


Recommended Posts

Posted

Like in topic... I'm not asking about this tutorial-a-like scripting basics which is avilable on almost any forum, but full documentation or almost full.

 

Ps. Comands like:

Set(L2Walker,Disable) 
Set(L2Walker,Enable) 
Set(RangeType,Defpath) 
Set(RangeType,DefPos,x,y,z,radii)
Set(Mon,Attack,NAME [iD=#])

Posted

All Syntax:

ItemCount(ITEMNAME[iD=#],>=|>|==|!=|<|<=,1)

 

NPCSel(NPCNAME[iD=#])

 

CharStatus(CHP|CMP|HP|MP|WEIGHT|LV|SP|RACE|STAND,>=|>|==|!=|<|<=,#)

 

LoadItem(ITEMNAME[iD=#],#;)

 

PosInRange(x,y,z,radii)

 

PosOutRange(x,y,z,radii)

 

Set(RangeType,StartPos,radii)

 

Set(RangeType,RAnd)

 

Set(RangeType,DefRange)

 

Set(RangeType,DefPos,x,y,z,radii)

 

Set(RangeType,Defpath)

 

Set(Mon,Attack|AttackOne|NoAttack,NAME [iD=#])

 

Set(L2Walker,Enable|Disable)

 

Set(Item,PICKUPSETTING,NAME[iD=#])

 

Set(FightStart|FightStop)

 

Set(DefRange,Clear)

 

Set(DefRange,Add,x,y,z)

 

Set(DefPath,Clear)

 

Set(DefPath,Add,x,y,z,radii)

 

UseItem(ITEMNAME [iD=#];)

 

ChangeWaitType(0|1)

 

SellSeed(SEEDNAME[iD=#],#;)

 

SellItem(ITEMNAME[iD=#],#;)

 

SaveItem(ITEMNAME[iD=#],#;)

 

BuySeed(SEEDNAME[iD=#],#;)

 

BuyItem(ITEMNAME[iD=#],#;)

 

StrNotInDlg(Diologue)

 

StrInDlg(Diologue)

 

DlgSel(Diologue)

 

NPCDlg(NPCNAME[iD=#])

 

Say(Message)

 

Return()

 

Pause(Text)

 

Label(Text)

 

Jmp(Text)

 

GoHome(Text)

 

Exit(Text)

 

Delay(Milliseconds)

 

Call(Text)

 

/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...