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

Recent content by Kafona

  1. Kafona

    How can i remove PVP Pointer?

    Thanks you very much i remove it and my server works :3
  2. Kafona

    How can i remove PVP Pointer?

    [PVP Kills: 0] [PVP Deaths: 0] when look characters
  3. Kafona

    Lua Addon doll egg

    function onUse(cid, item, fromPosition, itemEx, toPosition, isHotkey) local player = Player(cid) if not player:hasMount(94) then player:addMount(94) player:getPosition():sendMagicEffect(15) item:remove(1) doCreatureSay(cid, "You receive the permission to ride a sparkion.", TALKTYPE_ORANGE_1)...
  4. Kafona

    I can't open my remere's map editor 10.98

    Tibia.SPR and DAT are hidden :s
  5. Kafona

    how can i make a infinite potions in 10.98?

    Thanks you very much <3
  6. Kafona

    how can i make a infinite potions in 10.98?

    local config = { -- strong health potion [7588] = {health = {min = 280, max = 380}, vocations = {3, 4}, text = 'paladins and knights', level = 50, emptyId = 7634}, -- strong mana potion [7589] = {mana = {min = 225, max = 355}, vocations = {1, 2, 3}, text = 'sorcerers, druids and...
Back
Top