Jump to content

Question

Posted

hello, i saw a one-time reset but only your skill will reset.. 

i need stat and skill reset one time only..

 

thank you..

 

i saw this script but only skill..

 

prontera,149,193,4 script Free Reset 109,{
mes "Reset?";
if(select("Yes:No")==1){
if(!rstlrdy)
resetskill;
rstlrdy = 1;
}
close;
}

6 answers to this question

Recommended Posts

Posted

 

hello, i saw a one-time reset but only your skill will reset.. 

i need stat and skill reset one time only..

 

thank you..

 

i saw this script but only skill..

prontera,149,193,4 script Free Reset 109,{
mes "Reset?";
if(select("Yes:No")==1){
if(!rstlrdy)
resetskill;
rstlrdy = 1;
}
close;
}
prontera,149,193,4 script Free Reset 109,{
mes "Reset?";
if(select("Yes:No")==1){
if(!rstlrdy)
resetskill;
resetstatus;
rstlrdy = 1;
}
close;
}
Posted
prontera,149,193,4 script Free Reset 109,{mes "Reset?";if(select("Yes:No")==1){if(!rstlrdy){resetstatus;rstlrdy = 1;}}close;}

lol that scrips so cute and tiny

  • Upvote 1
Posted

You have to ask clearly, try not to make your helper guess of what you need. Because the people aren't mind readers...

prontera,149,193,4 script Free Reset 109,{mes "Reset?";if(select("Yes:No")==1){if(!rstlrdy){resetstatus;resetstatus;rstlrdy = 1;}}close;}

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