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!
Hey bro can you help me in this?
this is my configuration
# Emails Config
$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "[email protected]";
$config['site']['mail_senderName'] = "Zanera-Global";
$config['site']['smtp_enabled'] = true...
Hello, why when they try to buy through paypal and they cancel it, I get like this in that "confirm" state?
Use gesior:
In this photo there were some donations that were completed and others that were not, I was testing and at the time of removing the Paypal window, it gives that "confirm"...
Lua Script Error: [Scripts Interface]
/home/forgottenserver/data/scripts/actions/mount1.lua:callback
/home/forgottenserver/data/scripts/actions/mount1.lua:5: attempt to index global 'player' (a nil value)
stack traceback:
[C]: in function '__index'...
Hello, help me with this scripts so that it can only be used 1 time per player or per IP
Me using: otbr tfs 1.3
local addcustom1 = Action()
function addcustom1.onUse(cid, item, fromPosition, itemEx, toPosition)
local mountid = math.random(1,32) -- you have to change 32 for your highest...
I was able to solve brother, apparently the value (22) that he asks you to have, does not exist or they do not give it to you and that is why I eliminated it, I do not think I have problems, you only enter that room by killing the hellgorak, that is, doing all inq
Hello, does anyone know why this script does not give the storages of lines 124,125
-- Shadow Nexus
if isInArray({8753, 8755, 8757}, target.itemid) then
if target.itemid == 8757 then
Game.setStorageValue(GlobalStorage.Inquisition, math.random(4,5))
end...
Lua Script Error: [Scripts Interface]
/home/forgottenserver/data/scripts/actions/special_flask.lua
C++ exception
> special_flask.lua [error]
^
try with another itemID and if everything is fine, apparently I have other scripts using the same itemID, and if I have it, I just don't know what it's...
Lua Script Error: [Scripts Interface]
/home/forgottenserver/data/scripts/actions/quests/soulwar/Hatred_tiempo.lua:callback
...er/data/scripts/actions/quests/soulwar/Hatred_tiempo.lua:13: attempt to index global 'creature' (a nil value)
stack traceback:
[C]: in function '__index'...
Hello, someone helps me how to configure the "Lost Account" in gesior acc
me use gesior : Gesior
my configuration is like this
# Emails Config
$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "[email protected]";
$config['site']['mail_senderName'] =...
Someone help me with a revscripts (action):
That by using this item (A) "7494" in an item (B) "8753" it will transport you to this location (32369, 32241, 7) and give you this storage (51118).
ItemID (A): 7494
ItemID (B): 8753
Pos: (32369, 32241, 7)
Storage: (51118)
I use otbr tfs 1.3
Note...
Will someone have a revscriptsys of a statue that randomly mounts only 100 players and that is of different ip?
In conclusion, I want to give the first 100 players who enter my server 1 mount at random
Note:that only 1 players can use it per ip or simply 1 player 1 time
me use:
otbr tfs 1.3
Now it only tells me this when I enter, it no longer gives me an error in the console when it kicks me
GS: table: 0x4456d340
FK: table: 0x41e36c30
AstralPowerCounter: 60095
AstralGlyph: 60096
put in functions.lua like this:
function clearForgotten(fromPosition, toPosition, exitPosition...
someone help me to pass this scripts to onUse? let it be by clicking please
local config = {
[10804] = {position = Position(33686, 31599, 14)}
}
local MaliceTimer = MoveEvent()
function MaliceTimer.onStepIn(creature, item, position, fromPosition)
local player = creature:getPlayer()...
function clearForgotten(fromPosition, toPosition, exitPosition, storage)
for x = fromPosition.x, toPosition.x do
for y = fromPosition.y, toPosition.y do
for z = fromPosition.z, toPosition.z do
if Tile(Position(x, y, z)) then
local...
Hello, someone will have a script with these functions ..
By using an "A" item on a "B" item, you create a teleport that lasts 1 minute, which gives you a storage and then returns everything to normal.
ItemID A: 7494
ItemID B: 8753
Storage: 51118
Create Teleport Pos: 33115, 31702, 12
Teleport...
when I use the lever it throws this at the console
GS: table: 0x400c8688
FK: table: 0x400c9588
AstralPowerCounter: 60095
AstralGlyph: 60096
when kicking me out of the room it throws me this error on the console
Lua Script Error: [Main Interface]
in a timer event called from:
(Unknown...