• 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 My 1st one..

Bulldoggi DoG

New Member
Joined
Nov 19, 2007
Messages
38
Reaction score
0
I was bored while training knight, so i decided to make this..<_<
PHP:
<?xml version="1.0" encoding="UTF-8"?>
  <monster name="Marko" nameDescription="a Marko" tp="1" race="blood" experience="6000" speed="110" manacost="0">
    <health now="4000" max="4000"/>
    <look type="153" head="81" body="114" legs="126" feet="81" addons="3" corpse="3128"/>
    <targetchange interval="60000" 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 staticattack="40"/>
      <flag lightlevel="0"/>
      <flag lightcolor="0"/>
      <flag targetdistance="1"/>
      <flag runonhealth="0"/>
    </flags>    
    <attacks>
      <attack name="melee" interval="100" min="-20" max="-100"/>
      <attack name="manadrain" interval="1000" chance="40" min="-100" max="-500"/>
      <attack name="Sudden death" interval="3000" chance="60" min="-100" max="-390"/>
      <attack name="explosion" interval="1500" chance="90" min="-200" max="-350"/>
      <attack name="energy bomb" interval="2000" chance="10" min="-10" max="-200"/>
      <attack name="poison field" interval="2000" chance="10" min="-10" max="10"/>
    </attacks>
    <defenses armor="40" defense="45">
      <defense name="Ultimate Healing" interval="4000" chance="5" min="500" max="2000"/>
    </defenses>
    <immunities>
      <immunity physical="0"/>
      <immunity energy="1"/>
      <immunity fire="1"/>
      <immunity poison="1"/>
      <immunity lifedrain="0"/>
      <immunity paralyze="1"/>
      <immunity outfit="1"/>
      <immunity drunk="1"/>
      <immunity invisible="1"/>
    </immunities>
    <summons max="2">
      <summon name="Minotaur mage" interval="2000" chance="50"/>
      <summon name="elf arcanist" interval="2000" chane="40"/>
    </summons>
    <voices interval="2000" chance="30">
      <voice sentence="Would you like to have tasty mushroom?"/>
      <voice sentence="Boyaah!"/>
    </voices>
    <loot>
      <item id="2148" countmax="100" chance1="100000" chancemax="0"/>
      <item id="2148" countmax="25" chance1="100000" chancemax="0"/>
      <item id="2169" chance="1000"/>
      <item id="2527" chance="500"/>
      <item id="7386" chance="1500"/>
      <item id="7457" chance="330"/>
      <item id="2365" chance="100000">
        <inside>
          <item id="2131" countmax="3" chance1="10000" chancemax="0"/>
          <item id="2148" countmax="100" chance1="100000" chancemax="0"/>
          <item id="2361" countmax="1" chance1="4000" chancemax="0"/>
          <item id="2490" chance="555"/>
          <item id="2789" countmax="3" chance1="1400" chancemax="0"/>
          <item id="2488" chance="400"/>
          <item id="2416" chance="800"/>
          <item id="6579" chance="3333"/>
        </inside>
      </item>
    </loot>
  </monster>
 
Back
Top