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!
Hi guys, how are you?
I having some problems with a script, that's it.
I want a script that when i put an item in my container backpack , other item in the slot ring become colored, because this item come with the player when you creat a character, but i want when you put something like a...
but i already put the end in the end o.0
i will post the bug again
look the same error
[Error - LuaScriptInterface::loadFile] data/spells/scripts/druid/icestorm.lua:99: 'end' expected (to close 'function' at line 87) near '<eof>'
[28/12/2010 22:24:54] [Warning - Event::loadScript] Cannot load...
I got and error when i try this script
local combat1 = createCombatObject()
setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE)
setCombatParam(combat1, COMBAT_PARAM_EFFECT, 41)
setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, 5, 18, 5, 24)
local combat2 =...
Hi guys, how are you?
I having problems with a script:
function onUse(cid, item, frompos, item2, topos)
if getPlayerMana(cid) >= 30 then
doPlayerAddMana(cid, -30)
doPlayerCastSpell(cid, "ef1")
end
end
The problem is, my magic has a exausted of 4 seconds but everytime thet a click...
Hi guys, i having a problem with my summons, for example, i summon a horse and when i enter in the depot he stay outside, and after he teleports to my left side ou right in Depot o.0
How to fix it?