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

Search results

  1. S

    Remove mana without message

    Is it possible to doPlayerAddMana(cid, -100) with out "You lose 100 mana." coming up?
  2. S

    Get weapons attack power

    function finalDamage(cid) local magicLevel = getPlayerMagLevel(cid) local distSkill = getPlayerSkill(cid, 4) local damage = (-(magicLevel*distSkill))*4/20 -- Damage formula return damage*0.8, damage end setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE, "finalDamage") This is...
Back
Top