medo Posted April 27, 2013 Posted April 27, 2013 (edited) hello guys i want npc " Skill Reset " Free and only once !! thanks Edited April 27, 2013 by medo Quote
Jarek Posted April 27, 2013 Posted April 27, 2013 prontera,150,150,4 script Free Reset 109,{ mes "Reset?"; if(select("Yes:No")==1){ if(!rstlrdy) resetskill; rstlrdy = 1; } close; } Quote
tinko Posted April 27, 2013 Posted April 27, 2013 (edited) Here you go ^^ prontera,150,193,4 script Reset Skill 124,{ mes "[Reset Skill]"; mes "Hi, i can reset your skills."; mes "You want it?"; next; switch(select("^FF3355Yes:No^000000")) { case 1: mes "[Reset Skill]"; sc_end SC_ALL; ResetSkill; mes "Have a good day for you!"; close; case 2: mes "[Reset Skill]"; mes "Ok, see you next time."; close; } } Edited April 27, 2013 by tinko Quote
medo Posted April 27, 2013 Author Posted April 27, 2013 Can I make a one-time only?! (Free Reset only once) Quote
tinko Posted April 27, 2013 Posted April 27, 2013 (edited) prontera,150,150,4 script Free Reset 109,{ mes "Reset?"; if(select("Yes:No")==1){ if(!rstlrdy) resetskill; rstlrdy = 1; } close; } Works for me. Edited April 27, 2013 by tinko Quote
Question
medo
hello guys
i want npc " Skill Reset " Free and only once !!
thanks
Edited by medo6 answers to this question
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.