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

    Lua [help] [Rune giving Points Premium]

    Hello I have Problem... I wanted to make premium Runes and did so Data/Actions/Scripts/NAZWA.lua local cfg = { points = 100, effect = CONST_ME_GIFT_WRAPS } function onUse(cid, item, fromPosition, itemEx, toPosition) if(not isPlayer(itemEx.uid)) then return false end...
  2. X

    Lua [help][zombie events]

    hello i found this part of the tutorial for the zombie event http://otland.net/f82/zombie-event-new-version-bug-free-updated-128664/ but, i have problem I do not know what are the positions ... I do not know what to do -- CONFIG ZE_DEFAULT_NUMBER_OF_PLAYERS = 5 ZE_ACCESS_TO_IGNORE_ARENA = 3 --...
  3. X

    Lua [help][task system]

    Hello, I have problem. I have used this guide http://otland.net/f82/creatureevent-npc-killing-name-now-player-can-choose-task-107936/ My problem is that the Taska you do not get experience All did well, not only pasted the How to fix my problem I got the experience //Sorry for...
Back
Top