Jump to content
  • 0

Skill Reset!


Question

6 answers to this question

Recommended Posts

Posted

prontera,150,150,4	script	Free Reset	109,{

mes "Reset?";

if(select("Yes:No")==1){

if(!rstlrdy)

resetskill;

rstlrdy = 1;

}

close;

}

Posted (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 by tinko
Posted (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 by tinko

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...