• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. conde2

    Gesior AAC 2011 - Needed? Ideas?

    possibility to see logo in guild pages is a good idea no?
  2. conde2

    Solved Sloved

    Speak english next time stop using translators. Here you are. just change the ITEMID local config = { monsters = { ['Demon'] = {} } } function onCastSpell(cid, var) if isMonster(getTopCreature(var.pos).uid) then if config.monsters[getCreatureName(getTopCreature(var.pos).uid)] then if...
  3. conde2

    Lua Forever Amulet - Player Dosen't Die In PvP Arena

    I think the problems isn't this script. Try to remove and test again, just to be sure.
  4. conde2

    Solved Sloved

    where is write ITEMID change for the id of you want local config = { monsters = { ['Demon'] = {} } } function onCastSpell(cid, var) if isMonster(getTopCreature(var.pos).uid) then if config.monsters[getCreatureName(getTopCreature(var.pos).uid)] then if math.random(10) == 1 then local...
  5. conde2

    Lua Spell Problem

    Why you don't stop player moving and after the spell done you make him walk??
  6. conde2

    Solved Problem with spell

    REP++ please this: GetCreatureHealth(getCreatureTarget(cid)) is not equal this: getCreatureHealth(getCreatureTarget(cid)) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_GRASSDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 91) setCombatFormula(combat...
  7. conde2

    TalkAction Basic Anti-dupe System

    I tried to slove the problem using some coroutine functions to delay all the connections at the same time in the DB So try this and post here if worked and REP++ please Thanks to colandus for the function sleep = coroutine.yield function doSleep(co) if coroutine.status(co) ~=...
  8. conde2

    Lua Vocation 4294967295 not found. [crashing server]

    I have this bug before REMOVE the GLobal Save and this bug will stop You are using rev 3884 TFS 8.6 right?? Yes i have the same bug REP++++++++++++ PLEASE
Back
Top