Chaos92 Posted September 15, 2014 Posted September 15, 2014 can i know how to reset all character status points and give backs their original total status points ?Gladly someone help me~ urgent ~ Quote
Bin4ry Posted September 16, 2014 Posted September 16, 2014 https://raw.githubusercontent.com/rathena/rathena/master/doc/script_commands.txt *resetstatus; This is a character reset command, which will reset the stats on the invoking character and give back all the stat points used to raise them previously. Nothing will happen to any other numbers about the character. Used in reset NPC's (duh!) --------------------------------------- *resetskill; This command takes off all the skill points on the invoking character, so they only have Basic Skill blanked out (lvl 0) left, and returns the points for them to spend again. Nothing else will change but the skills. Quest skills will also reset if 'quest_skill_reset' option is set to Yes in 'battle_athena.conf'. If the 'quest_skill_learn' option is set in there, the points in the quest skills will also count towards the total. Used in reset NPC's (duh!) Quote
Chaos92 Posted September 16, 2014 Author Posted September 16, 2014 https://raw.githubusercontent.com/rathena/rathena/master/doc/script_commands.txt *resetstatus; This is a character reset command, which will reset the stats on the invoking character and give back all the stat points used to raise them previously. Nothing will happen to any other numbers about the character. Used in reset NPC's (duh!) --------------------------------------- *resetskill; This command takes off all the skill points on the invoking character, so they only have Basic Skill blanked out (lvl 0) left, and returns the points for them to spend again. Nothing else will change but the skills. Quest skills will also reset if 'quest_skill_reset' option is set to Yes in 'battle_athena.conf'. If the 'quest_skill_learn' option is set in there, the points in the quest skills will also count towards the total. Used in reset NPC's (duh!) that command is for personal use right, if i want to query all character ? i mean whole character in server. how ? Quote
Chaos92 Posted September 16, 2014 Author Posted September 16, 2014 how sir, tell me please ~ hehehe argh.. but they can skip some character if they know login would settle their stats, is there any ideas for all character Quote
Chaos92 Posted September 19, 2014 Author Posted September 19, 2014 up, if anyone have any ideas ? Quote
Elendil Posted September 20, 2014 Posted September 20, 2014 (edited) Hello!I think you can do an SQL Query like this: UPDATE `char` SET `status_point` = `str` + `agi` + `vit` + `int` + `dex` + `luk`, `str` = `agi` = `vit` = `int` = `dex` = `luk` = 0 This gonna reset stats from all chars on server! Do a test in a duplicate of your DB first, I'm not quite sure if it works. Edited September 20, 2014 by Elendil Quote
Chaos92 Posted September 20, 2014 Author Posted September 20, 2014 (edited) now i find a solution.. reset all to 0.. and after that set the status point to the right number for all. thanks for your help btw, brainstorm me :3 oh shit.. its different for baby, and 2nd job class.. if anyone have ideas or solution, pls tell me Edited September 20, 2014 by Chaos92 Quote
Question
Chaos92
can i know how to reset all character status points and give backs their original total status points ?
Gladly someone help me~ urgent ~
7 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.