Talaysen Posted June 21, 2013 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 161 Reputation: 5 Joined: 02/07/13 Last Seen: March 25, 2016 Share Posted June 21, 2013 On my server, we don't have a higher level skill/stat reset NPC (intentionally). Resets are granted on a case-by-case basis (IE: Player had no clue what they were doing and screwed up their spec). Is there a simple way to reset the player's stats and skill points without doing it manually in the database? Quote Link to comment Share on other sites More sharing options...
Patskie Posted June 21, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: Yesterday at 02:52 AM Share Posted June 21, 2013 You can reset status/skill points on script : *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. --------------------------------------- *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. 1 Quote Link to comment Share on other sites More sharing options...
Talaysen Posted June 21, 2013 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 161 Reputation: 5 Joined: 02/07/13 Last Seen: March 25, 2016 Author Share Posted June 21, 2013 (edited) You can reset status/skill points on script : *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. --------------------------------------- *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. Wouldn't the character needing the reset need to use the command? I don't want players to be able to do this at-will, I need to be able to reset their stats and skill points for them. Derp. I wasn't aware #command <user> could be used to target users with the command. #reset <user> worked perfectly, thank you very much! Edited June 21, 2013 by Talaysen Quote Link to comment Share on other sites More sharing options...
Question
Talaysen
On my server, we don't have a higher level skill/stat reset NPC (intentionally).
Resets are granted on a case-by-case basis (IE: Player had no clue what they were doing and screwed up their spec).
Is there a simple way to reset the player's stats and skill points without doing it manually in the database?
Link to comment
Share on other sites
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.