• 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

    C++ Debug

    Someone help me because it gives so much debug to the players i use otbr tfs 1.3 code ----- 08/05/2021 16:43:36 - Sir Vinger () ----- Debug Assertion 1100 Buddies.cpp 170 Sat May 08 18:42:54 2021 Graphic Engine: DirectX9 (2) Operating System: Windows Vista Family in BRA Processor: Intel Core i7...
  2. A

    Lua Scarleth Etzel

    Does anyone know why this error is? i used otbr tfs 1.3 Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) luaDoTargetCombatHealth(). Creature not found stack traceback: [C]: in function 'doTargetCombatHealth'...
  3. A

    AAC Kill Assistance

    Does anyone know where I configure the player's death on the page so that it appears for all the people who killed him, this is how it is on my page And this is how I want it to turn out i used gesior acc and otbr tfs 1.3
  4. A

    Compiling Error Install VPS

    Anyone help me with this error when trying to install my vps? i used debian 9 [0/2] Re-checking globbed directories... [2/91] Building CXX object CMakeFiles/vcpkg.dir/src/vcpkg.cpp.o FAILED: CMakeFiles/vcpkg.dir/src/vcpkg.cpp.o /usr/bin/g++-6 -DVCPKG_BASE_VERSION=2021-05-05...
  5. A

    AAC Gesior Acc Status Server Offline

    Does anyone know how I can fix this? sometimes it appears online with connected people and other times offline I use this gesior https://github.com/opentibiabr/gesior-aac/
  6. A

    Lua Teleport Scroll

    Can it be changed to not allow it?
  7. A

    Lua Convert Revscripts

    Can someone do me a favor to pass this scripts to revscriptsys? <event type="statschange" name="onStatsChange_staminaTraining" event="script" value="onStatsChange_staminaTraining.lua"/> local creatures = {} local config = { timer = 180, -- time in seconds, before you gain stamina while...
  8. A

    Lua Teleport Scroll

    So I can use it even with pk or red pz
  9. A

    Help stamina training online

    HEY BRO Does it work for otbr tfs 1.3? can you do it in revscriptsys?
  10. A

    Lua Teleport Scroll

    This scripts only works in protection zone, how can I make it work in any zone but if it doesn't have pz? local teleportScroll = Action() function teleportScroll.onUse(player, item, fromPos, target, toPos, isHotkey) local playerPos = player:getPosition() local tile = Tile(playerPos)...
  11. A

    Lua Ferumbras Lever

    Hello, someone helps me with the scripts of the ferumbras lever, when 2 players pass 2 bosses are created, if 1 passes, only one is created, it depends on the number of players are the bosses that are created, please help me use otbr tfs 1.3 a video for them to see ferumbras_lever.lua...
  12. A

    Lua Doors

    global.lua math.randomseed(os.time()) dofile('data/lib/lib.lua') NOT_MOVEABLE_ACTION = 100 PARTY_PROTECTION = 0 -- Set to 0 to disable. ADVANCED_SECURE_MODE = 0 -- Set to 0 to disable. STORAGEVALUE_PROMOTION = 30018 SERVER_NAME = configManager.getString(configKeys.SERVER_NAME) -- Bestiary...
  13. A

    Lua Doors

    Hello, does anyone know how I make this door the same as the other, that is, open and close normally Me use OTBR Tfs 1.3
  14. A

    Lua Ferumbras

    Someone help me with this scripts, it does not work for me and it does not give me an error in the console, if I have the storages i use otbr tfs 1.3 local fount = { [1] = {transformid = 24822, pos = Position(33421, 32383, 12), revert = 3729}, [2] = {transformid = 24823, pos =...
  15. A

    Lua Creaturescripts Monster Attack Teleport

    Someone will have a creaturescripts that a monster when touching you sends you to the temple? in this case it would be the Zombie, it is for me zombie events me use OTBR tfs 1.3
  16. A

    Action [1.3] Bomberman 💣💥

    bro, is it possible to place reward? What has each player take away 10 crystal coins and the winner takes it all?
  17. A

    Lua Error Scripts Console

    change Game.sendEventMessage for Game.broadcastMessage ??
  18. A

    Lua Error Scripts Console

    can the function be added or changed?
  19. A

    Lua Error Scripts Console

    Someone help me with this error in my console by these scripts? i use OTBR tfs 1.3 Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/eventosglobal/Zombie/zombie_movements.lua:callback /home/forgottenserver/data/scripts/lib/zombie.lua:172: attempt to call field...
Back
Top