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

Lua Lua ( I think ) Death bug~

Chestnutz

Senior Member
Joined
May 19, 2010
Messages
344
Reaction score
20
Hello,
I currently have an ot (helera-ot.no-ip.org 8.6 7171 Rl Map)
We have a bug/issue we have been trying to fix but we can't figure out how..
when you die no matter if you have bless or not, you are downgraded to level one.
With bless u keep your items and lose the normal amount of skills,but you lose all your levels.
How can I fix this?!

Thank you,

~Chestnutz
 
and why do you think it's in lua?
did you look in your database for how much you lose when dying?

Shouldnt be anything with your bless command since it doesnt matter if you have blessings or not..
but post it if you think its there.
 
PHP:
UPDATE `players` SET `loss_experience` = 100;
UPDATE `players` SET `loss_mana` = 100;
UPDATE `players` SET `loss_skills` = 100;
UPDATE `players` SET `loss_containers` = 100;
UPDATE `players` SET `loss_items` = 100;

in your database
 
no it wasnt the bless command, we took it out and it still happened then we changed the database php code, and it still is going down to level 1.
 
Back
Top