Jump to content

Recommended Posts

Posted

Hi i use tutorial on forum and i make script but he didnt work. I modify done script (in L2Walker) and he didnt work to .

I have a question. I need to make script who use GASP < greater attack speed potion > when hi end . Pls help me with them ,

thanks :

PS : sorry for my english ..

 

LABEL(检测打怪圈)
CharStatus(CHP,<=,0)
{
DELAY(1000)
MSG(死亡回城!)
GOHOME()
JMP(出城)
}
MSG(开始检测。。。)
POSINRANGE(-44821,-114537,-240,2500)
{
MSG(在城内,出城打怪。)
LOADITEM(道具名[iD=1375])
USEITEM(道具名[iD=738])
])
[b]Greater Swift Attack Potion[iD=1375] [/b]
JMP(出城)
}
POSOUTRANGE(-37480,-122220,-1672,2500)
{
MSG(走出打怪圈了,回点。)
CALL(回打怪点)
}
POSINRANGE(-37480,-122220,-1672,2500)
MSG(在圈内)
DELAY(30000)
JMP(检测打怪圈)
LABEL(回打怪点)
SET(FIGHTSTOP)
MOVETO(-37480,-122220,-1672)
SET(FIGHTSTART)
RETURN
LABEL(出城)
SET(FIGHTSTOP)
MOVETO(-44481,-115117,-240)
MOVETO(-46099,-116579,-240)
MOVETO(-45990,-118707,-272)
MOVETO(-43402,-121004,-248)
MOVETO(-40491,-122760,-408)
MOVETO(-39123,-124154,-568)
MOVETO(-37239,-124398,-1000)
MOVETO(-37199,-124148,-1008)
MOVETO(-35029,-124277,-1592)
MOVETO(-36309,-123767,-1592)
MOVETO(-36537,-122603,-1664)
MOVETO(-37480,-122220,-1672)
SET(FIGHTSTART)
MSG(到达打怪地,开始打怪。)
JMP(检测打怪圈)

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...