• 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. M

    How to add news Item to ots?

    I have server 8.10? How i can add news Item to my ots? Plz tutorial with screenshots.
  2. M

    Where correctly to paste? I want do Great Spirit Potion from Strong Mana Potion

    Mega Evo 8.10 XML 1.Ask? This or this? \/ if(doTargetCombatHealth(0, cid, COMBAT_HEALING, 300, 500, CONST_ME_MAGIC_BLUE) == LUA_ERROR) then ------------------------------------------------------------------------------------------------------------------------- doTargetCombatHealth(0, cid...
  3. M

    Great Spirit Potion

    local strongEmptyPot = 7634 function onUse(cid, item, frompos, item2, topos) mag = getPlayerMagLevel(cid) if getPlayerLevel(cid) < 50 then doSendMagicEffect(frompos,2) doPlayerSendCancel(cid,"This potion can only be consumed by paladins, druids and sorcerers of level...
Back
Top