• 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. A

    pz on cast spell problem

    Hello! I have a little problem with that spell. Dragon Breath.xml How I can add to pz(can't enter to non pvp zone) for a player who is casting that spell?
  2. A

    lua spell --> add command

    Hello! I have a little problem with that spell. Dragon Breath.xml How I can add to pz(can't enter to non pvp zone) for a player who is casting that spell?
  3. A

    Lua mana potion

    local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 1200)) function onUse(cid, item, fromPosition, itemEx, toPosition) local level = getPlayerLevel(cid) local mlevel = getPlayerMagLevel(cid)...
  4. A

    Lua Problem with spell

    Hi. I have problems with a script from this thread : http://otland.net/f82/advanced-custom-spells-requests-releases-178813/. It's that mod: Dragon Breath.xml I'm using 0.4 tfs. Spell is working, but.. only in pz zone. What's wrong?
  5. A

    Solved potions based on maxHP percent

    Hi! I have a little problem with action script. Console shows error at 33 line. Somebody see a bug? Need to help. local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "no", -- make text...
Back
Top