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

    Hunter npc (find person)

    elseif npcHandler.topic[cid] == 1 then if target and target:getAccountType() == ACCOUNT_TYPE_NORMAL then npcHandler:say("Indeed i know where " .. (target:getSex() == PLAYERSEX_FEMALE and "she" or "he") .. " is, however, this information will cost you " .. cost .. " gp. Are you...
  2. H

    Nicaw ACC 7.6 XML

    No to nie pomogę. Windows nie nadaje się pod w/w rzeczy.
  3. H

    Nicaw ACC 7.6 XML

    Zainstaluj Linuxa - Debian, Ubuntu i zobacz czy będzie ten sam efekt.
  4. H

    Nicaw ACC 7.6 XML

    Rozumiem, że VPS na Windows?
  5. H

    Nicaw ACC 7.6 XML

    Witam, Czy próbowałeś wyłączyć i włączyć wszystkie komponenty służące do obsługi serwera www? Czy badałeś co dokładnie powoduje opóźnienia w ładowaniu strony?
  6. H

    TFS 1.X+ Code not adding item to the selected container

    As far as I know Open Tibia has trouble with container enumerate. @jo3bingham could you confirm that? BTW, do not use table.insert, just foo[#foo + 1] = "bar" - much faster.
  7. H

    How to move player 1 sqm if he is on X position?

    1. https://github.com/otland/forgottenserver/tree/master/data/lib 2. https://github.com/otland/forgottenserver/blob/master/src/luascript.cpp
  8. H

    How to move player 1 sqm if he is on X position?

    doRelocate(fromPos, toPos)
  9. H

    [TFS 0.3.6] Task System

    Could you check dir path "C:/Usersoot/Desktop/YurOTS/"? Because config file doesn't exist.
  10. H

    [TFS 0.3.6] Task System

    then sorry, we cannot help you
  11. H

    [TFS 0.3.6] Task System

    Why are you yelling? You can install debian or any unix distro and configure everything in 15 minutes.
  12. H

    [TFS 0.3.6] Task System

    Why not Linux? Linux is 100 times better than Windows. The best is official distro: otland/forgottenserver (https://github.com/otland/forgottenserver)
  13. H

    [TFS 0.3.6] Task System

    0.3.6 is hella outdated distro, go forward
  14. H

    mapper poszukiwany na longterm ots

    Jak to mówią Francuzi: "marnę szansę". Kolega Kuzyn ma racje, to nie jest 2009, gdzie był duży hype na OT.
  15. H

    Collect X item script

    Yes, it is possible. You can do in several ways, e.g. update storage value with item count.
  16. H

    Server lags when login/logout with a lot of items - time to fix it!

    https://patch-diff.githubusercontent.com/raw/otland/forgottenserver/pull/2657.patch
  17. H

    Jaki hosting pod OTS 2k19

    XDDDDDDDDDD
  18. H

    Jaki hosting pod OTS 2k19

    Co ja czytam XDDDDD Jakie doświadczenie? Na lekcjach informatyki? Pingi, pingami. Zobacz jaką trasę pokonuje do serwera we Francji, a jaką do Polski.
  19. H

    TFS 1.X+ Tfs 1.3 Pets are through walls

    Okay, look here: https://github.com/opentibiabr/OTServBR-Global/blob/583783e3e0b563c0b0911526fa3cf6e7f4ea8048/src/creature.cpp#L479
  20. H

    TFS 1.X+ Tfs 1.3 Pets are through walls

    You should add house tiles under walls. https://github.com/opentibiabr/OTServBR-Global/blob/583783e3e0b563c0b0911526fa3cf6e7f4ea8048/src/tile.cpp#L1696
Back
Top