• 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!

Search results

  1. K

    command check to autoheal

    Hello, I need the command for the game master formula / hp Player, -3000 This command helps verify that the player uses autoheal. Help anyone? 8.60 engine
  2. K

    Ignores PZ in the script

    Hello I have a problem when downloading mana / hp player from the script is set PZ. There is some sort of feature that would eliminate PZ?.
  3. K

    Solved showHealingDamage in LUA

    solved.
  4. K

    Solved getCreatureSummons on getCreatureName

    something like local monster = "Demon" ... if getCreatureName(cid) == monster then then perform a spell function onCastSpell(cid, var) local summons = getCreatureSummons(cid)--wrong, need name monster if #summons > 0 then-- wrong, need name monster for _, pid in pairs(summons) do...
  5. K

    Lua monster comes out of the player

    Hi, which use the function to do that? SS:
  6. K

    Need Help

    ..
  7. K

    Transform - add bonus hp/mp

    not be valid
  8. K

    spells.lua - table

    solved.
  9. K

    Spell - Actions

    not be valid
Back
Top