Myth_ Posted January 17, 2017 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
0 nanakiwurtz Posted January 17, 2017 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
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?
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.