• 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

    Lua Scripts Error Tile Transform

    Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/actions/quests/soulwar/greed_lever.lua:callback ...rver/data/scripts/actions/quests/soulwar/greed_lever.lua:22: attempt to get length of a nil value stack traceback: [C]: in function '__len'...
  2. A

    Lua Scripts Error Tile Transform

    You see a large crystal teleporter. Item ID: 17868 Client ID: 15320
  3. A

    Lua Scripts Error Tile Transform

    This is how the scripts work, but the crystal must go below the vortex, or simply that there is crystalline but when the vortex appears it is removed and then it appears again something like the vortex and crystals
  4. A

    Lua Scripts Error Tile Transform

    Now they only appear and are not removed or change position local function createVortex() local positions1 = { {x = 33749, y = 31661, z = 14}, {x = 33743, y = 31662, z = 14}, } local positions2 = { {x = 33747, y = 31666, z = 14}, {x = 33739, y =...
  5. A

    Lua Scripts Error Tile Transform

    would I have to add it like this? sorry i'm just learning if vortexPositions == 0 then for i = 1, #positions1 do local items = Game.createItem(itemId, 1, Position(positions1[i])) createItem(37249) addEvent(function() createItem(14938)...
  6. A

    Lua Scripts Error Tile Transform

    Hello, someone help me, I am trying to do this scripts but I have this error when the vortexes appear, erase the floor, I want it not to erase the floor and appear above the crystal local function createVortex() local positions1 = { {x = 33749, y = 31661, z = 14}, {x =...
  7. A

    Lua Change vortex x time

    Hello, it is possible a scripts that change the vortex every so often ramdon, example me use OTBR tfs 1.3 5 seconds later 7 seconds later and it is always changing in the indicated positions
  8. A

    Lua AddTime Storage

    perfect
  9. A

    Lua AddTime Storage

    Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) ...quests/feaster_of_souls/the_dread_maiden/soul_vortex.lua:30: attempt to index local 'mob' (a number value) stack traceback: [C]: in function '__index'...
  10. A

    Lua AddTime Storage

    I think it would be this, having this storage the monster is immune local storage = creature:getStorageValue(Storage.Quest.FeasterOfSouls.Bosses.TheDreadMaiden.Souls) Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile)...
  11. A

    Lua AddTime Storage

    I don't know how to do it, bro, I'm bad
  12. A

    Lua AddTime Storage

    up
  13. A

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    Could someone explain to me how to do it or do I make a thread?
  14. A

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    this script does not work for otbr?
  15. A

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/zombie/zombie.lua /home/forgottenserver/data/scripts/zombie/zombie.lua:218: attempt to index local 'eventCallback' (a nil value) stack traceback: [C]: in function '__newindex'...
  16. A

    Lua Time schedule

    Apparently it doesn't work for me
  17. A

    Lua AddTime Storage

    hello, is it possible to add time to this scripts on line 26 gives a storage to the monster, can it be given for a time of 20 seconds and remove it so that the same mechanics can be done again? me use otbr tfs 1.3 local config = { ["Blue Soul Stealer"] = {id = 37249, effect =...
  18. A

    Lua Time schedule

    Would it be something like this? sorry that scripts comes by default in otbr tfs 1.3 local raids = { -- Weekly --Segunda-Feira ['Monday'] = { ['06:00'] = {raidName = 'RatsThais'}, }, --Terça-Feira ['Tuesday'] = { ['16:00'] = {raidName = 'Midnight...
  19. A

    Lua Time schedule

    Hello, someone helps me with this, I want to know how to configure the schedule of my server, for example I want to place it in your schedule (GMT-4) me use otbr tfs1.3 It is that I am trying to place this scripts and I think it is because of the time that it does not work local raids = {...
  20. A

    Lua Xp Gain Rate Client 12

    Hello, someone help me with this, please I wanted to know if it is possible to modify the XP Gain Rate of only client 12, or place a Bonus that only sees it in client 12 Use OTbr tfs 1.3
Back
Top