Chaos92 Posted September 15, 2014 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Share 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 Link to comment Share on other sites More sharing options...
Bin4ry Posted September 16, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share 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 Link to comment Share on other sites More sharing options...
Chaos92 Posted September 16, 2014 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Author Share 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 Link to comment Share on other sites More sharing options...
Akbare Posted September 16, 2014 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted September 16, 2014 use pclogin event Quote Link to comment Share on other sites More sharing options...
Chaos92 Posted September 16, 2014 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Author Share 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 Link to comment Share on other sites More sharing options...
Chaos92 Posted September 19, 2014 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Author Share Posted September 19, 2014 up, if anyone have any ideas ? Quote Link to comment Share on other sites More sharing options...
Elendil Posted September 20, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 03/03/12 Last Seen: March 5, 2016 Share 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 Link to comment Share on other sites More sharing options...
Chaos92 Posted September 20, 2014 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Author Share 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 Link to comment Share on other sites More sharing options...
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 ~
Link to comment
Share on other sites
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.