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

    Programmer Proxy services

    Cost???
  2. Morrison

    TFS 1.X+ Is possible get NPC Pos?

    HAahaha tru
  3. Morrison

    TFS 1.X+ Is possible get NPC Pos?

    getThingPos(uid) for TFS 1.3
  4. Morrison

    TFS 1.X+ [POSSIBLE BUG? 🐛] MaxPlayers wait list slot stack 😱

    SOLVED in this post 🔻 https://otland.net/threads/bug-in-wait-list-tfs-1-3-downgraded-8-6.270717/
  5. Morrison

    TFS 1.X+ Bug in Wait List tfs 1.3 downgraded 8.6

    Thanks @fabian766 get 10 USD 🥳 👍 1589781004 TESTED TFS 1.3 WORKS!
  6. Morrison

    TFS 1.X+ Bug in Wait List tfs 1.3 downgraded 8.6

    Yep Ranisalt AKA @Lordfire made the changes, this bug still there i try to fix but i dont have the expertice :/ my threat stay unsolved, if someone can fix this, i give 10 USD paypal. https://otland.net/threads/possible-bug-maxplayers-wait-list-slot-stack.270291/ 1589777431 OMG @fabian766 i...
  7. Morrison

    how to put in my server to otservlist?

    1.- Sign up in Otlist 2.- Start your sever (Aplication and webserver) 3.- Register your server otlist (stay login)
  8. Morrison

    Programmer Offering programming job

    I need OTU exe for mi ot $$?
  9. Morrison

    TFS 1.3 Kill Reward

    is OtsevBr? try registerCreatureEvent(cid, "GoldOnKillPlayer")
  10. Morrison

    TFS 1.3 Kill Reward

    creaturescripts XML <event type="death" name="GoldOnKillPlayer" script="goldonkillplayer.lua" /> creaturescripts login.lua register event. player:registerEvent("GoldOnKillPlayer")
  11. Morrison

    TFS 1.3 Kill Reward

    local itemAmount = 5 function onDeath(player, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local damageMap = player:getDamageMap() local i = 0 for pid, _ in pairs(damageMap) do i = i + 1 if isPlayer(pid) then if getPlayerIp(pid)...
  12. Morrison

    About hosting - VPS / dedicated

    Maybe the most popular hosting for Ots OVH, there are a lot of tutorials, so easy to start 🥳 https://www.ovh.com/world//vps/
  13. Morrison

    About hosting - VPS / dedicated

    👍 Same house separate rooms same services.
  14. Morrison

    About hosting - VPS / dedicated

    You can use only docker containers but Kubernetes give a container orchestration, services, routing, pipelines, node connections through containers, you can connect DB, WebServer, OtsWorld1, OtsWorl2 (For example multiworlds Ots) Alls in same house but separate rooms.
  15. Morrison

    About hosting - VPS / dedicated

    Yep, i dont like monolithic environment, all in one: Db, Website and Ots. I always separate all my shit, try kubernetes in Google cloud
  16. Morrison

    About hosting - VPS / dedicated

    Both... Try with Google Cloud Vps.. i use SQL cloud for my DB and Containers for OTs .. less lag if you can use Docker is the best option for me so you can use VPS from Google cloud... try $300 free credit new members. 1589297946 Another options is AWS "amazon" and Azure "microsoft" 1589298059...
  17. Morrison

    Tibia for android is comming ;)

    Cool bro! :D i need tha! u can add arrro keys in the left, i remember playing SpiritLords game healthbar in top left, and spells slots like a hotkeys. 1589115008 What Slider wibers? @kondra you can zoom out player view in config?
  18. Morrison

    OpenTibia [7.4] Tibia CAM to OTBM converter

    Nice... thanks pro @Cjaker , you dont use github? This feature is a great achievement for a github profile 😀 u have paypal? im searching this for a month
  19. Morrison

    create wait before giving reward

    i don't understand ta point bro / No entiendo
  20. Morrison

    C++ [TFS 1.3] Open Market instead of InGame Store button

    Hello! its possible to execute some function when player click in store button? In this case... Open Market like the image above :)
Back
Top