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

Recent content by KamilM

  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

    Yes, Just for that spell. Thank You very much, again.
  4. K

    Solved showHealingDamage in LUA

    solved.
  5. K

    Solved getCreatureSummons on getCreatureName

    Thank You man.
  6. K

    Solved getCreatureSummons on getCreatureName

    Yes, you can write to me?
  7. K

    Solved getCreatureSummons on getCreatureName

    monster not target, if you summon a demon name then the spell will work
  8. K

    Solved getCreatureSummons on getCreatureName

    Want to remove from this script the number of monsters needed to complete the spell and be replaced with this one monster called Demon will show on the function function onCastSpell(cid, var) local monster = "Demon" if getCreatureName(cid) == monster then for _, pid in...
  9. 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...
  10. K

    Lua monster comes out of the player

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

    Need Help

    ..
  12. K

    Transform - add bonus hp/mp

    not be valid
  13. K

    spells.lua - table

    solved.
  14. K

    Spell - Actions

    not be valid
Back
Top