• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. P

    TFS 1.2 Reward Chest

    This Reward Chest Work https://otland.net/threads/reward-chest-boss-reward-tfs-1-2.238554/
  2. P

    Edit Level

    You means this server? https://otland.net/threads/evolera-se-server-files.225026/
  3. P

    Edit Level

    Find response code for this limit and change. Which serwer you use?
  4. P

    Witam Potrzebuje pomocy !

    Najpierw przeczytaj na temat błędu. https://pomoc.home.pl/baza-wiedzy/blad-500-dlaczego-sie-pojawia/
  5. P

    TFS 1.3 Get sender parcel

    Hello, i have a little question about mailbox.cpp from official TFS project. I want get Sender name. This is Receiver, but how to get Player name, who send this Parcel? https://github.com/otland/forgottenserver/blob/master/src/mailbox.cpp#L103 This code work for Letter, but not work for...
  6. P

    OpenTibia Remere's Map Editor 3.2

    When you add option to export tab "Search Results"? I want a list of used UID/AID.
  7. P

    Lua [1.2]Simple onUse quest problem

    function onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getStorageValue(4444)==1 then player:sendCancelMessage("You already done that quest.") else player:setStorageValue(4444, 1) player:sendTextMessage(MESSAGE_STATUS_CONSOLE_ORANGE...
Back
Top