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

Level Protecion Script!

Its kinda hard to help you fix a broken script if we are not provided with any error messages...

Easy workaround?: onPrepareDeath - summon AOL if amulet slot is empty.
 
Its kinda hard to help you fix a broken script if we are not provided with any error messages...

Easy workaround?: onPrepareDeath - summon AOL if amulet slot is empty.

Yes, but I don't want him to lose lvl too xD!:S
 
local lolleved = 10
onDeath

if level < lollevel then
doteleportthing(cid,getplayertemplepos(cid))
return false
else
return true
end

end

something along them lines, just return false the death and teleport them to their temple
 
local lolleved = 10
onDeath

if level < lollevel then
doteleportthing(cid,getplayertemplepos(cid))
return false
else
return true
end

end

something along them lines, just return false the death and teleport them to their temple

Don't understand you at all. Take it easy :p
 
Back
Top