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!
hello fellow tibians as the tittle says striker ot a new real map (yea yea i know lol only the one millionth one right)
anyway to the fun stuff
it will be a custom real map not just vanilla
crafting systems all those creature products are now useful
mining and woodcutting coming soon
custom item...
[IOLoginData::gameworldAuthentication] Account not found!
i changed nothing fresh server loaded everything up and this is the error i get in console
using god acc that come in data base god/god the character list comes up then when i go to login i get this error
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end
function onCreatureDisappear(cid)...
that fixes the database problem but i still have this one if tried changing it to player:getid but no luck
data/actions/scripts/fishbowl.lua:onUse
data/actions/scripts/fishbowl.lua:55: attempt to call method 'getId' (a nil value)
stack traceback:
[C]: in function 'getId'...
[Error - mysql_real_query] Query: UPDATE `fishing_catchs` SET `amount` = `amount` + 1 WHERE `player_id` = 11 and `name` = Dragon;
Message: Unknown column 'Dragon' in 'where clause'
i get this error now
solved
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if item.itemid == 5123 then
if player:getVocation():getId() == 4 then
player:teleportTo(toPosition, true)
item:transform(item.itemid + 1)
end
else...
Lua Script Error: [GlobalEvent Interface]
data/globalevents/scripts/gesior-shop-system.lua:onThink
data/lib/compat/compat.lua:1275: attempt to call method 'getUniqueId' (a nil value)
stack traceback:
[C]: in function 'getUniqueId'
data/lib/compat/compat.lua:1275: in function...