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

penalty

  1. Serene

    When the player dies in arena has a penalty

    These days a friend (Xeraphus) here on the forum helped me to set up this script: function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) setCreatureMaxHealth(cid, getCreatureMaxHealth(cid) *0.998) setCreatureMaxMana(cid, getCreatureMaxMana(cid) *0.998) end return true end It...
Back
Top