• 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

    Gaming My Little Paladin

    Oh, nice thread! soi cant see the first images on the first page :( Love u @Evil Puncker
  2. Morrison

    [TFS 1.3] [8.6] Not working Skull and PZ System

    you have a fork of TFS distro in github, u can push your changes and we can see the diferences, so we can help u.. easy
  3. Morrison

    Tibian - An OTServ List for 2020

    Yeyeye :p, one question.. The icon on the end display detail? i think is better way to show a description or some stuff ... whatever
  4. Morrison

    TFS 1.X+ 1.2 Teleport players party

    In this place only be teleport one party team or two party teams?; for only one team to open the chest, u can save a globalStorage; I think you can do all of this in Actions -> onUse, use Spectators for range from item pos. soo.... There is code not tested, need some rules like Add leader to...
  5. Morrison

    BlackFun Gallery

    Nice! how much time you spend on this mountain?
  6. Morrison

    [TFS 1.3] [8.6] Not working Skull and PZ System

    You made changes in lua scripts or sources?
  7. Morrison

    ERROR IN CONSOLE GLOBALEVENTS

    If some playe on ta query are Offline this return nil value so.. Change this: local player = Player(tostring(result.getDataString(result_plr, 'name'))) if player then To this: local name = tostring(result.getDataString(result_plr, 'name')) local player = getPlayerByName(name) if player then...
  8. Morrison

    Happy Birthday to my boy Peroxide!

    HBD! •º°”˜¨•º°”˜¨GRATZ¨˜”°º•¨˜”°º•
  9. Morrison

    C++ TFS 1.3 - GetGlobalStorage from C++ source

    OK thanks, closed thread solved
  10. Morrison

    C++ TFS 1.3 - GetGlobalStorage from C++ source

    Hello my freinds! I dont see any post for GlobalStorage or some code to help me in tha files so... it's possible? ¿How get | set GlobalStorage in c++ sources?
  11. Morrison

    Tibia 10.98 custom client

    You need to find hex not string format
  12. Morrison

    OTC Skin

    Thanks im new in this tool nice skin!
  13. Morrison

    What happened to 'Elf'

    Elf! so i know is rl friend :) so he now have a family
  14. Morrison

    Boss Room

    You can play with time and storages like: //24Hrs = 86400 local timehrs = 86400 local STORAGEVALUE = 9000 if player:getStorageValue(STORAGEVALUE) <= os.time() then // DO STUFF else player:setStorageValue(STORAGEVALUE, os.time() + timehrs) end
  15. Morrison

    Meme the thread

    I get some toilet papers from amazon, “just buy it on Amazon"
  16. Morrison

    how to change damage animation?

    https://otland.net/threads/otu-opentibiaunity-a-new-tibiaclient-based-on-unity3d-engine.262032/
  17. Morrison

    [10.77][TFS 1.2] ORTS, a real map project

    Yep I know! i only suggest.
  18. Morrison

    Gesior Acc item-images.ots.me for 10.41?

    How i put image items from tibia 10.41, something know if gesior have new version?
  19. Morrison

    [10.77][TFS 1.2] ORTS, a real map project

    Hey the vocations don't work like a tibia RL, hp and mana have fast regeneration in the ot, look this image from Tibia Wiki Vocations.
Back
Top