• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Monster Cursed Chest.

azzkaban

Monster Maker
Joined
Feb 23, 2010
Messages
1,101
Reaction score
194
Location
Iquique Chile
cursedchest.png



cursed chest.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Cursed Chest" nameDescription="a cursed chest" race="undead" experience="0" speed="0" manacost="0">

*******************************************************************************************
*                CURSED CHEST: This monster Was made by Amy Azzkaban                      *
*                                 Para servidores 9.60+                                   *
*******************************************************************************************

    <health now="100" max="100"/>
    <look typeex="1740"/>
    <targetchange interval="5000" chance="15"/>
    <strategy attack="100" defense="0"/>
    <flags>
        <flag summonable="0"/>
        <flag attackable="0"/>
        <flag hostile="1"/>
        <flag illusionable="0"/>
        <flag convinceable="0"/>
        <flag pushable="0"/>
        <flag canpushitems="0"/>
        <flag canpushcreatures="1"/>
        <flag targetdistance="1"/>
        <flag staticattack="100"/>
        <flag runonhealth="0"/>
        <flag hidehealth="1"/>
    </flags>
    <attacks>
        <attack name="melee" interval="2000" skill="10000" attack="10000"/>
     </attacks>
  <defenses armor="20" defense="20">
    <defense name="healing" interval="3000" chance="25" min="1" max="2">
      <attribute key="areaEffect" value="tutorialarrow"/>
    </defense>
    <defense name="healing" interval="7000" chance="100" min="1" max="2">
      <attribute key="areaEffect" value="tutorialsquare"/>
    </defense>
    </defenses>
    <elements>
        <element firePercent="0"/>
        <element energyPercent="0"/>
    </elements>
    <immunities>
        <immunity paralyze="1"/>
        <immunity invisible="1"/>
    </immunities>
</monster>
 
Back
Top