• 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 [Monster] Cursed Mirror.

azzkaban

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


Cursed Mirror.xml


Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Cursed Mirror" nameDescription="a cursed mirror" race="undead" experience="1700" speed="0" manacost="0">
*******************************************************************************************
*                 CURSED MIRROR: This monster Was made by Amy Azzkaban                    *
*                                  Para servidores 8.54+                                  *
*******************************************************************************************
  <health now="3000" max="3000"/>
  <look typeex="9583" />
  <targetchange interval="5000" chance="8"/>
  <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="0"/>
    <flag staticattack="100"/>
    <flag runonhealth="0"/>
  </flags>
  <defenses armor="20" defense="20">
    <defense name="healing" interval="3000" chance="100" min="42" max="300">
      <attribute key="areaEffect" value="mirrorhorizontal"/>
    </defense>
  </defenses>
  <elements>
<element earthPercent="10"/>
<element energyPercent="20"/>
<element icePercent="10"/>
<element deathPercent="10"/>
<element physicalPercent="-15"/>
<element firePercent="-25"/>
<element holyPercent="-5"/>
  </elements>
  <immunities>
    <immunity invisible="1"/>
  </immunities>
  <summons maxSummons="7">
    <summon name="orc" interval="3000" chance="100" max="4"/>
    <summon name="Orc Berserker" interval="2000" chance="29" max="3"/>
  </summons>
</monster>
 
just love these ive got nearly all your monsters on my ot hehe waiting for new ones :D
 
just love these ive got nearly all your monsters on my ot hehe waiting for new ones :D

Thank you! :)

A gift for you:

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Block Mammoth" nameDescription="a Block Mammoth" race="blood" experience="300" speed="0" manacost="0">

*******************************************************************************************
*                   BLOCK MAMMOTH: This monster Was made by Amy Azzkaban                  *
*                                     Block Monsters                                      *
*                                                                                         *
*******************************************************************************************

    <health now="5000" max="5000"/>
    <look typeex="7177" corpse="6074"/>
    <targetchange interval="5000" chance="8"/>
    <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="1"/>
        <flag staticattack="90"/>
        <flag runonhealth="0"/>
    </flags>
    <attacks>
    </attacks>
  <defenses armor="30" defense="90">
    <defense name="healing" interval="3000" chance="100" min="2" max="60">
      <attribute key="areaEffect" value="sleep"/>
    </defense>
  </defenses>
    <elements>
        <element physicalPercent="50"/>
        <element earthPercent="-50"/>
        <element icePercent="100"/>
        <element firePercent="-40"/>
        <element energyPercent="10"/>
    </elements>
</monster>
 
Thank you! :)

A gift for you:

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Block Mammoth" nameDescription="a Block Mammoth" race="blood" experience="300" speed="0" manacost="0">

*******************************************************************************************
*                   BLOCK MAMMOTH: This monster Was made by Amy Azzkaban                  *
*                                     Block Monsters                                      *
*                                                                                         *
*******************************************************************************************

    <health now="5000" max="5000"/>
    <look typeex="7177" corpse="6074"/>
    <targetchange interval="5000" chance="8"/>
    <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="1"/>
        <flag staticattack="90"/>
        <flag runonhealth="0"/>
    </flags>
    <attacks>
    </attacks>
  <defenses armor="30" defense="90">
    <defense name="healing" interval="3000" chance="100" min="2" max="60">
      <attribute key="areaEffect" value="sleep"/>
    </defense>
  </defenses>
    <elements>
        <element physicalPercent="50"/>
        <element earthPercent="-50"/>
        <element icePercent="100"/>
        <element firePercent="-40"/>
        <element energyPercent="10"/>
    </elements>
</monster>

hehe thankyou :D
 
Back
Top