Hi, I just want to ask how to reset the status points of all players on the server with automatic reapplication of the all the status points that are "left" just like what the Build Manager NPC does.
Because I tried to use this SQL Query
UPDATE `char` SET `str` = '0',`agi` = '0',`vit` = '0',`int` = '0',`dex` = '0',`luk` = '0';
Well, it updated all the character's status to 0, but the problem is, what about the characters who are currently at their max levels and must have retained the total status points they've aqcuired through leveling.
Thank you!