Petey Pablo 0 Posted November 28, 2013 (edited) how to reset all character stats on DB? thank you! Edited November 28, 2013 by Viollently Happy Quote Share this post Link to post Share on other sites
0 Mumbles 193 Posted November 28, 2013 Load this script into your server and players will have their status points reset upon next login. If you have players online, just @kickall so they have to relog. - script status_reset -1,{ OnPCLoginEvent: if (!status_reset) { resetstatus; status_reset++; } end; } Quote Share this post Link to post Share on other sites
0 karazu 33 Posted November 28, 2013 will only happen 1 time? Quote Share this post Link to post Share on other sites
0 Mumbles 193 Posted November 28, 2013 Yes; if you want to do this again, run this query in your database: DELETE FROM `global_reg_value` WHERE `str` = 'status_reset'; Quote Share this post Link to post Share on other sites
how to reset all character stats on DB? thank you!
Edited by Viollently HappyShare this post
Link to post
Share on other sites