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

    [Poland][10.98 + Android] Rookgaard - Xyla

    A big update is behind us! Below are only Xyla changes. There will be more changes at the end of August, because this month will be dedicated almost exclusively to this server. 1. Android client. A refreshed look and functionality of the Android client (downloadable at Rookgaard.pl...
  2. kor

    [Poland] [8.60] Rookgaard

    A big update is behind us! 1. Android client. A refreshed look and functionality of the Android client (downloadable at Rookgaard.pl (https://www.rookgaard.pl/pobierz)). Below is a short video showing new changes and earlier from the year behind to compare 2. Daily challenges. After...
  3. kor

    Feature Quiver [TFS 1.X + 0.X]

    Thanks :) My servers are on 0.4 and 1.3 so I didn't have possibility to test it on OTX.
  4. kor

    On look item information doesnt appear on Server Log

    And start using git or any other version-control tool.
  5. kor

    Single server and protocol mod

    @kuhi oh really? edubart/otclient (https://github.com/edubart/otclient/blob/master/otclientrc.lua)
  6. kor

    new open tibia list project

    #responsiveless
  7. kor

    On look item information doesnt appear on Server Log

    Check what you have changed in your commit history.
  8. kor

    [Poland] [8.60] Rookgaard

    Hello. We have holidays ahead of us, and holidays include barbecues and outdoor cooking. In today's update, Jean Pierre - a chef who has many excellent and proven recipes - starts his services. Hot Cuisine Quest is the main point of this update. His missions in comparison to the version known...
  9. kor

    MyOTClient

    @chrillefock, @ori_kasimiro, @ralke on my website there are some few custom client to generate - Rookgaard.pl (https://www.rookgaard.pl/client) - if you need any client more just PM me and I'll add it.
  10. kor

    How do mappers collaborate?

    Yes, in our team we are using rookgaard/OTBM2JSON (https://github.com/rookgaard/OTBM2JSON) to unpack otbm file to json string. Then, if there are any conflicts (i.e. two of us made changes in close time), I can easy merge json and then recreate otbm from it again. Edit: worth to mention, when...
  11. kor

    receive 3 days of premium when creating the account the first time.

    function onLogin(cid) local storage, days = (getPlayerAccountId(cid) + 550), 1 if getPlayerStorageValue(cid, storage) <= 0 then setPlayerStorageValue(cid, storage, 1) doPlayerAddPremiumDays(cid, days) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Bla...
  12. kor

    Quiver for paladins - tfs1.X

    @jackl90 Feature - Quiver [TFS 1.X + 0.X] (https://otland.net/threads/quiver-tfs-1-x-0-x.264070/)
  13. kor

    Feature Quiver [TFS 1.X + 0.X]

    Hello. Inspired @xydius solution I've created possibility to make use for quivers for both TFS (1.X based on otland/forgottenserver (https://github.com/otland/forgottenserver) and 0.X on Fir3element/3777 (https://github.com/Fir3element/3777)). I won't post what to change in what line, instead...
  14. kor

    TFS 0.X how to display exact hour and minutes left

    local timer = 7612 local timeParts = {} local hours = tonumber(os.date('%H', timer)) - 1 -- (-1) because Unix Epoch starts with 01:00:00 if (hours > 0) then table.insert(timeParts, hours .. ' hour' .. (hours > 1 and 's' or '')) end local minutes = tonumber(os.date('%M', timer)) if (minutes...
  15. kor

    tfs 1.2 Pomoc przy premium rune.

    Piszesz, że serwer 1.2, a funkcje wyglądają jak z 0.4: onUse(cid, item, fromPosition, itemEx, toPosition) doCreatureSay(cid, ... Wracając do pytania, dodaj przed db.query linię: jeśli to 0.4 local accountId = getAccountIdByName(getCreatureName(cid)) jeśli to 1.2 local accountId =...
  16. kor

    Login only with custom client

    OH MY GOD, can I touch you?
  17. kor

    C++ Cast system tfs 1.3

    https://github.com/otland/forgottenserver/pull/994 https://github.com/otland/forgottenserver/pull/2230
  18. kor

    Feature Embedded proxy in your server.

    No, you didn't.
Back
Top