Jump to content

Recommended Posts

Posted

//ean ta pots pesoun kato apo 5 kanei soe
Label(fight)
ItemCount(Healing Potion[iD=1061],<,5) 
Jmp(GO)
DELAY(500)
Jmp(fight) 
Label(GO)
UseItem(Scroll of Escape[iD=736]) 
DELAY(50)
SET(FIGHTSTOP) 
Set(L2Walker,Disable) 

 

opoios xerei apo script as me boh8hsei

8elo molis teleionoun ta healling na kanei soe kai meta logout

 

Edit by Koyfo: Title edited ;)

  • 2 weeks later...
Posted

Try this:

 

Label(fight)

ItemCount(Healing Potion[iD=1061],<,5)

{

Jmp(GO)

}

//Time in DELAY is in milliseconds. 10000 = 10 seconds

DELAY(10000)

Jmp(fight)

Label(GO)

////I don't remember whether the next line is right .. but anyway

SET(FIGHTSTOP)

Set(L2Walker,Disable)

UseItem(Scroll of Escape[iD=736])

 

Also I think that SET(FIGHTSTOP) is not the right command

to stop figthing, but I don't have the scripting manual in front of me

to check it out.

Please, try a better subject next time. Something like "SOE when out of Healing Potions script"

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