Eivohr Posted February 19, 2013 Posted February 19, 2013 Hi, My server is now 255/120 max lvl. So the players are now that lvl. They request to make it 99/70 only. so I request if there are any posibility to reset all they lvl to level 1/1 or 99/70 without wipe out? Thanks in advance Quote
Euphy Posted February 20, 2013 Posted February 20, 2013 You should probably reset some other things, too... UPDATE `char` SET `base_level` = 1, `job_level` = 1, `base_exp` = 0, `job_exp` = 0, `str` = 5, `agi` = 5, `vit` = 5, `int` = 5, `dex` = 5, `luk` = 5, `status_point` = 0; 1 Quote
Mootie Posted February 19, 2013 Posted February 19, 2013 Edit it on your sql to easy to do it get notepad++ 255 replace it into 99 Quote
yakuu Posted February 19, 2013 Posted February 19, 2013 (edited) UPDATE `char` SET `base_level` = '1', `job_level` = '1'; Edited February 19, 2013 by yakuu 1 Quote
Eivohr Posted February 19, 2013 Author Posted February 19, 2013 @Mootie and @yakuu, Thank you very much. I try it. ^^ Quote
Question
Eivohr
Hi, My server is now 255/120 max lvl. So the players are now that lvl. They request to make it 99/70 only. so I request if there are any posibility to reset all they lvl to level 1/1 or 99/70 without wipe out? Thanks in advance
4 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.