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: [Spell Interface]
data/spells/scripts/attack/berserk.lua:eek:nCastSpell
cannot open config.lua: Too many open files
stack traceback:
[C]: at 0x555555666950
[C]: in function 'dofile'
data/lib/compat/compat.lua:1157: in function 'getConfigInfo'...
otbr
1635900339
I found the error in case there is monster this spell as it is a monster it has no items there is a way to put it if it is a monster it does not execute
Lua Script Error: [Spell Interface]
data/spells/scripts/attack/berserk.lua:onCastSpell
data/spells/scripts/attack/berserk.lua:21: attempt to call method 'getSlotItem' (a nil value)
stack traceback:
[C]: in function 'getSlotItem'
data/spells/scripts/attack/berserk.lua:21: in function...
it worked, thanks everyone now i need only understand a problem players who are in pt is doubling the points 3x gets 6x for pt players
will it be something in the lua script?
it worked in parts when it closes the right amount the player sometimes wins the points and when it passes the kill number the player doesn't get the points
I would like to put an option to put bestiary 3x
void IOBestiary::addBestiaryKill(Player* player, MonsterType* mtype, uint32_t amount /*= 1*/)
{
uint16_t raceid = mtype->info.raceid;
if (raceid == 0 || !player || !mtype) {
return;
}
uint32_t curCount =...
local leaveHouse = TalkAction("!leavehouse")
function leaveHouse.onSay(player, words, param)
local position = player:getPosition()
local tile = Tile(position)
local house = tile and tile:getHouse()
if not house then
player:sendCancelMessage("You are not inside a house.")...
I'm looking for programmer and designer to create a page similar to the one in the link above. using my character sale page.
https://www.kaldrox.com/index.php?subtopic=buycharacters
local function Formula(skill, level, attack)
local skillTotal = skill*attack
local levelTotal = level / 5
return {-(((skillTotal * 0.04) + 8) + (levelTotal)), -(((skillTotal * 0.09) + 13) + (levelTotal))}
end
local area = createCombatArea(AREA_SQUARE1X1)
local function...
https://github.com/opentibiabr
I'm looking for someone who sells the fix/missing bits? from the market
2021-09-20, 22:33:30: "updateOrCreateCreatureFromProtobuf: no creature with id 1073816487 found"
2021-09-20, 22:33:31: "updateOrCreateCreatureFromProtobuf: no creature with id 1073816487...
local posdotp = Position(33104, 31908, 10)
local creatures = {
"humongous fungus",
"hideous fungus"
}
local function removeTp()
local t = Tile(posdotp):getItemById(1387)
if t then
t:remove()
Game.createItem(17999,1,posdotp)-- Stone pos...