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

9.8 not losing items on death

in your phpmyadmin send this commands

Code:
UPDATE `YOUR DATABASE NAME`.`players` SET `loss_items` = '15';


UPDATE `YOUR DATABASE NAME`.`players` SET `loss_containers` = '100';

YOUR DATABASE NAME = add here the server database name

remember that all the players must be offline when you change that
 
Back
Top