• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Character Bug problem

Berzerky

Banned User
Joined
Apr 7, 2008
Messages
799
Reaction score
0
Location
Your mum's bed.
I'm a GM On Resoria rl map and im having some difficulties with my character.
My Character (not GM) is a 141 rp and is highest on server atm, but when i log off it resets.
So it goes back to the place where i logged on.
I can edit it on the database but ive edited nothing.
if anyone knows anything about how to solve this or has any further information please comment or PM me, i would really appreciate it.

Thanks.

Berzerky.
 
Check in your phpmyadmin players table in your player structure if it has save = 1.

you can do like that also:
PHP:
UPDATE players SET save = 1 WHERE name ='Your name here';
 
It happened to me several revisions ago when my server had crashed. One player wasn't saved although save was set to 1. Try to mannualy copy his character.
 
Back
Top