• 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 Gnome Guard

azzkaban

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


XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Gnome Guard" nameDescription="a gnome guard" race="undead" experience="0" speed="0" manacost="0">

*******************************************************************************************
*                  GNOME GUARD: This monster Was made by Amy Azzkaban                    *
*                                  Para servidores 8.6+                                  *
*      Advertencia: El item usado para este monstruo puede variar segun tu item.otb      *
*******************************************************************************************

   <health now="100" max="100"/>
   <look typeex="11754"/>
   <targetchange interval="5000" chance="20"/>
   <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="0"/>
      <flag targetdistance="1"/>
      <flag staticattack="100"/>
      <flag runonhealth="0"/>
   </flags>
   <attacks>
      <attack name="melee" interval="2000" skill="30" attack="30"/>
      <attack name="energy" interval="2000" chance="100" range="7" target="1" min="-0" max="-120">
         <attribute key="shootEffect" value="energyball"/>
         <attribute key="areaEffect" value="energy"/>
      </attack>
      <attack name="fire" interval="2000" chance="45" range="7" radius="1" target="1" min="-0" max="-175">
         <attribute key="shootEffect" value="fire"/>
         <attribute key="areaEffect" value="firearea"/>
      </attack>
      <attack name="energyfield" interval="2000" chance="32" range="7" radius="1" target="1">
         <attribute key="shootEffect" value="energy"/>
      </attack>
   </attacks>
   <defenses armor="1" defense="1"/>
   <immunities>
      <immunity physical="1"/>
      <immunity drown="1"/>
      <immunity energy="1"/>
      <immunity fire="1"/>
      <immunity poison="1"/>
      <immunity ice="1"/>
      <immunity holy="1"/>
      <immunity death="1"/>
      <immunity lifedrain="1"/>
      <immunity manadrain="1"/>
      <immunity paralyze="1"/>
      <immunity drunk="1"/>
      <immunity outfit="1"/>
      <immunity invisible="1"/>
   </immunities>
</monster>
 
Back
Top