Myth_ Posted January 17, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 10 Reputation: 2 Joined: 11/30/14 Last Seen: December 12, 2017 Share Posted January 17, 2017 First of all, i dont know if this is the right forum to post this but i couldnt find any specific section. What happens is that for some reason I used "@useskill 54 5" on a few players in my server, the max lvl for resurrection is 4 and I used 5 by mistake. Now those players cant be targeted by mobs, cant talk to npcs, and if they log out cant log in their character again. Since I cant kill them if they're offline, how can I fix this? Anywhere in the database for the "state" their characters have right now? Its like they're alive but still dead at the same time, please any ideas? Quote Link to comment Share on other sites More sharing options...
0 nanakiwurtz Posted January 17, 2017 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: May 3 Share Posted January 17, 2017 Hello, to fix this issue, open up your MySQL and run this query: UPDATE `char` SET `hp`='1' WHERE `hp`='0'; 1 Quote Link to comment Share on other sites More sharing options...
Question
Myth_
First of all, i dont know if this is the right forum to post this but i couldnt find any specific section.
What happens is that for some reason I used "@useskill 54 5" on a few players in my server, the max lvl for resurrection is 4 and I used 5 by mistake.
Now those players cant be targeted by mobs, cant talk to npcs, and if they log out cant log in their character again.
Since I cant kill them if they're offline, how can I fix this? Anywhere in the database for the "state" their characters have right now?
Its like they're alive but still dead at the same time, please any ideas?
Link to comment
Share on other sites
1 answer 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.