manabeast Posted December 31, 2011 Posted December 31, 2011 http://eathena-proje.../jobs/reset.txt i found reset npc. how to remove the reset skill? my server i think give over point for skill not need. i just need a npc for stat onle =) tq. Quote
Emistry Posted December 31, 2011 Posted December 31, 2011 try this prontera,155,181,5 script Sample 757,{ mes "Reset Cost = 10000 Zeny"; if( select("Reset Stats:Cancel") == 2 ) close; if( Zeny < 10000 ){ mes "Zeny Not Enough"; }else{ ResetStatus; set Zeny,Zeny - 10000; mes "Done.."; } close; } 1 Quote
manabeast Posted December 31, 2011 Author Posted December 31, 2011 want to say something for u. thank you !!! ^^ Quote
Question
manabeast
http://eathena-proje.../jobs/reset.txt
i found reset npc. how to remove the reset skill? my server i think give over point for skill not need. i just need a npc for stat onle =) tq.
2 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.