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

Monster Toxic Flower (8.6+)

azzkaban

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


toxic flower.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Toxic Flower" nameDescription="a toxic flower" race="VENOM" experience="2000" speed="0" manacost="0">

*******************************************************************************************
*                  TOXIC FLOWER: This monster Was made by Amy Azzkaban                    *
*                                   Para servers 8.60+                                    *
* ADVERTENCIA: El item ID de este monstruo puede variar dependiendo del que usa tu OT     *
*******************************************************************************************

  <health now="6000" max="6000"/>
  <look typeex="11672"/>
  <targetchange interval="5000" chance="0"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="0"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="0"/>
    <flag targetdistance="10"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
     <attacks>
        <attack name="melee" interval="2000" skill="50" attack="100"/>
    <attack name="poison" interval="1000" chance="50" range="6" min="-50" max="-280">
      <attribute key="areaEffect" value="greenbubble"/>
      <attribute key="shootEffect" value="poison"/>
    </attack>
  <attack name="poisoncondition" interval="2000" chance="30" radius="4" target="0" min="-2000" max="-2000">
  <attribute key="areaEffect" value="yellowbubble"/>
    </attack>
  </attacks>
  <defenses armor="130" defense="90"/>
<elements>
<element earthPercent="99"/>
<element holyPercent="50"/>
<element deathPercent="40"/>
<element firePercent="-10"/>
<element energyPercent="99"/>
<element icePercent="69"/>
<element physicalPercent="69"/>
</elements>
  <immunities>
    <immunity physical="0"/>
    <immunity holy="0"/>
    <immunity energy="0"/>
    <immunity fire="0"/>
    <immunity death="0"/>
    <immunity earth="0"/>
    <immunity ice="0"/>
    <immunity poison="1"/>
    <immunity lifedrain="0"/>
    <immunity invisible="1"/>
  </immunities>
</monster>
 
Last edited:
Back
Top