jaroxox Posted August 6, 2008 Posted August 6, 2008 Ok guys. I maked script with rec. It's quest and i need make, that when bot end the quest he start retry the same quest. How to make it? Quote
Hax0r Posted August 6, 2008 Posted August 6, 2008 You have to create a label and when the script ends, call the label again. Here's an example of mana potion script: Label(INICIO) CharStatus(MP,<,50) { Label(MANA) USEITEM(Mana Potion[iD=728]) DELAY(1000) CharStatus(MP,<,85) { Call(MANA) } } DELAY(500) Call(INICIO) Quote
jaroxox Posted August 6, 2008 Author Posted August 6, 2008 so my label should look that? Label ( INICI0 ) DELAY 1000 HERE SRIPT WITH QUEST DELAY 500 Call ( INICI0 ) Quote
Hax0r Posted August 6, 2008 Posted August 6, 2008 Yeah, but "INICIO" is optional, you can put anything else instead. BTW: what quest is it for? Quote
jaroxox Posted August 6, 2008 Author Posted August 6, 2008 tate recipes Hot springs;p i dowloaded scripts makes by some ppl, but is't dont work.. so i make my script :) Thx much for help :) Quote
Recommended Posts
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.