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

    TFS 1.X+ OTBR Tfs 1.3 Crashlog

    is it something with the libs? I thought it was something related to an NPC, in my opinion they are some players that are crashing the server
  2. A

    TFS 1.X+ NPC Gorn Crash Server

    Can you explain with a video how the crash occurs?
  3. A

    TFS 1.X+ OTBR Tfs 1.3 Crashlog

    bump
  4. A

    TFS 1.X+ OTBR Tfs 1.3 Crashlog

    Hello good night, I have an error on my server sometimes it crashes and gives me this error in the crashlog.txt, I don't know if someone can help me or guide me what it could be, thanks in advance, I use otbr tfs 1.3 --------------------------------------------------- Signal caught: SIGSEGV in...
  5. A

    RevScripts Click to pass

    Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/actions/quests/warzone_789/wz_access.lua:callback ...er/data/scripts/actions/quests/warzone_789/wz_access.lua:17: attempt to concatenate global 'minLevel' (a nil value) stack traceback: [C]: in function '__concat'...
  6. A

    RevScripts Click to pass

    Is it possible that he gives a message when he does not let you go through the lvl?
  7. A

    RevScripts Click to pass

    Hello, this time I need help if someone has a revscript that when you touch (in this case a tree) will transport you to a place and if you touch it again it will return you, I will leave some example photos and a video of how it should work And apart from asking you for level 200 to click and...
  8. A

    RevScripts kill Monster create boss

    thanks bro
  9. A

    RevScripts kill Monster create boss

    Hello, someone will have a revscript of when killing X monster another appears, such as Kill 1 dragon, 1 dragon lord appears i used tfs 1.3 otbr
  10. A

    Lua Transform revscriptsys

    excellent thank you very much
  11. A

    Lua Transform revscriptsys

    This did work for me, thank you very much, but I can enter with client 10 or otclient if the character is inside the game, it is very difficult to explain but I will try .. If you enter with client 12 and you exit and the character is inside you can easily enter with the otclient and it does...
  12. A

    Lua Transform revscriptsys

    GM Krotus has logged in. | Client: 12.61 Client OS: 5 / Client version: 1261
  13. A

    Lua Transform revscriptsys

    local creatureEvent = CreatureEvent("allowedClientVersion") function creatureEvent.onLogin(player) local client = player:getClient() return table.contains({CLIENTOS_WINDOWS, CLIENTOS_LINUX}, client.os) and client.version >= 1261 end creatureEvent:register() I tried to place it as you...
  14. A

    CreatureEvent [TFS 1.3] block unofficial clients

    Which client should I put on the list so that they can only use client 12.61?
  15. A

    Lua Boss Transform

    bump
  16. A

    Lua Transform revscriptsys

    Should I register it somewhere? Why does he still let me in with any client This is the original post: CreatureEvent - [TFS 1.3] block unofficial clients (https://otland.net/threads/tfs-1-3-block-unofficial-clients.270246/)
  17. A

    Lua Transform revscriptsys

    I tried to pass this to revscript but it gave me many errors and it did not work, can someone help me? i used otbr tfs 1.3 xml <event type="login" name="clientControlLogin" script="client_control.lua" /> <event type="think" name="clientControl" interval="5000" script="client_control.lua" />...
  18. A

    Lua Market Bug Client 10

    I was able to solve it, my problem was with this commit Fix: Supply stash (crash/hireling) by marcosvf132 · Pull Request #2448 · opentibiabr/otservbr-global (https://github.com/opentibiabr/otservbr-global/pull/2448/commits/cc499ba20436933ccca38e04e446770e4f8acdc0)
  19. A

    Lua Door Storage Error

    Hello, I am using this script in my ot, it works but when you click when you are standing at the door, another door appears and the door is changed to another, here I leave a video i used otbr tfs 1.3 scripts.lua local function hasAllStorages(player) local storageKeys = {...
Back
Top