Jump to content
  • 0

Skill Reset!


medo

Question


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  138
  • Reputation:   0
  • Joined:  07/05/12
  • Last Seen:  

hello guys

 

i want npc " Skill Reset " Free and only once !!

 

thanks

Edited by medo
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  143
  • Reputation:   30
  • Joined:  12/23/11
  • Last Seen:  

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

mes "Reset?";

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

if(!rstlrdy)

resetskill;

rstlrdy = 1;

}

close;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  138
  • Reputation:   0
  • Joined:  07/05/12
  • Last Seen:  

no working !

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   3
  • Joined:  03/15/13
  • Last Seen:  

 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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  138
  • Reputation:   0
  • Joined:  07/05/12
  • Last Seen:  

Can I make a one-time only?!

 

 

(Free Reset only once)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   3
  • Joined:  03/15/13
  • Last Seen:  


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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  138
  • Reputation:   0
  • Joined:  07/05/12
  • Last Seen:  

sorry !

 

 

thanks all !!!!!!!!!!!!

Link to comment
Share on other sites

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.

×
×
  • Create New...