• 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!

Skills not saving in Roxor 8.42 version 0.2 HELP

Cory715

New Member
Joined
Jun 15, 2009
Messages
1
Reaction score
0
I am using RoXoR Server 8.42 (v0.21).
Simply put, my server will not save skill advancements. In the database, the player_skill file is always empty. In game, if you advance in skill and ctrl g to the same char, the skills are reset to 10. Does anyone know what could be causing this? :confused:

Thanks
 
I am using RoXoR Server 8.42 (v0.21).
Simply put, my server will not save skill advancements. In the database, the player_skill file is always empty. In game, if you advance in skill and ctrl g to the same char, the skills are reset to 10. Does anyone know what could be causing this? :confused:

Thanks

You could try run this query in your SQL-executer

Code:
UPDATE `players` SET `loss_skills` = 10

Otherwise, update your phpmyadmin.
 
Back
Top