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

monster

  1. Crixpx

    [Request]Monster attacking with different damage depending on level

    Hello everyone.. I'm looking for a monster that attacks the player causes a greater damage if you are high level and minor damage if you are low level I need it for a quest in my server :D thanks <3
  2. demon088

    Lua Monster mystery box action script [SOLVED]

    Hello OtLanders! I need your help with this action script: local config = { monsterName = 'Demon', } function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getPlayerPosition(cid) if(fromPosition.x ~= CONTAINER_POSITION) and item.itemid == 10503 then spawnEffect...
  3. Nekiro

    Help with monster spell

    Well, im really bad in scripting spells, so im asking for help u guys. How do I make monster to hit one sqm before himself always in direction he is facing? I want to make it in lua not in xml, because monster is talking something when he is doing this. But he is hitting only one direction...
Back
Top