Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
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'...
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
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 =...
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)...
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 =...
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
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'...
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)...
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'...
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 =...
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...
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 = {...
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