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!
local function filter(list, f, i)
if i < #list then
if f(list[i]) then
return list[i], filter(list, f, i + 1)
else
return filter(list, f, i + 1)
end
elseif list[i] and f(list[i]) then
return list[i]
end
end
local function...
I have a problem when the player uses a lot of time and says the exori magic has no difference in damage as if the exori magic was not detecting the increase in skills
local condition = Condition(CONDITION_ATTRIBUTES)
condition:setParameter(CONDITION_PARAM_SUBID, 5)...
can if that
if not creature then
return true
end
if not creature:getType():getLoot() then
return true
or
if not corpse or not corpse:isContainer() then
return
end
end
I thought of something like this but the error remains
I thought I had not registered in the login but it is .. yes the code is correct now the reason is giving the error I don't know. tested in 1.3 and as it has a large number on I tested it alone like you had no error something else is giving the error now is you know what.
the problem is that whoever used the magic has it active and as its time is 9999 would have to if something for when the player logs in removes the effect