Eivohr Posted February 19, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 01/14/13 Last Seen: March 29, 2013 Share 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 Link to comment Share on other sites More sharing options...
Mootie Posted February 19, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted February 19, 2013 Edit it on your sql to easy to do it get notepad++ 255 replace it into 99 Quote Link to comment Share on other sites More sharing options...
yakuu Posted February 19, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 52 Reputation: 3 Joined: 01/05/12 Last Seen: June 17, 2023 Share Posted February 19, 2013 (edited) UPDATE `char` SET `base_level` = '1', `job_level` = '1'; Edited February 19, 2013 by yakuu 1 Quote Link to comment Share on other sites More sharing options...
Eivohr Posted February 19, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 01/14/13 Last Seen: March 29, 2013 Author Share Posted February 19, 2013 @Mootie and @yakuu, Thank you very much. I try it. ^^ Quote Link to comment Share on other sites More sharing options...
Euphy Posted February 20, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.