• 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 Wyrm Monster [Completed]

Snowman

Swaggg
Joined
Mar 1, 2008
Messages
167
Reaction score
0
Location
USA
Code:
<?xml version="1.0" encoding="UTF-8"?>
  <monster name="Wyrm" nameDescription="a wyrm" race="blood" species="fire" experience="1450" speed="170" manacost="0">
    <health now="1825" max="1825"/>
    <look type="291" head="20" body="30" legs="40" feet="50" corpse="8847"/>
    <targetchange interval="60000" chance="0"/>
    <strategy attack="100" defense="0"/>
    <flags>
      <flag summonable="0"/>
      <flag attackable="1"/>
      <flag hostile="1"/>
      <flag illusionable="1"/>
      <flag convinceable="0"/>
      <flag pushable="0"/>
      <flag canpushitems="1"/>
      <flag staticattack="50"/>
      <flag lightlevel="0"/>
      <flag lightcolor="0"/>
      <flag targetdistance="1"/>
      <flag runonhealth="1"/>
    </flags>
    <attacks>
      <attack name="melee" interval="2000" min="0" max="195"/>
      <attack name="energy berserk" interval="5000" chance="36"/>                                     <attack name="smoke beam" interval="5000" chance="36"/>
    </attacks>
    <defenses armor="30" defense="31">
      <defense name="light healing" interval="6000" chance="65" min="0" max="175"/>
    </defenses>
    <immunities>
      <immunity physical="0"/>
      <immunity energy="1"/>
      <immunity fire="0"/>
      <immunity poison="0"/>
      <immunity lifedrain="0"/>
      <immunity paralyze="1"/>
      <immunity outfit="0"/>
      <immunity drunk="0"/>
      <immunity invisible="1"/>
    </immunities>
    <voices interval="2000" chance="5">
      <voice sentence="GRRR!"/>
      <voice sentence="GROOOOAAAAAAAAR!"/>
    </voices>
    <loot>
      <item id="2672" countmax="3" chance1="9000" chancemax="0"/>
      <item id="2148" countmax="200" chance1="6000" chancemax="0"/>
      <item id="2647" chance="1222"/>
      <item id="8777" chance="1990"/>
      <item id="2546" countmax="10" chance1="6000" chancemax="0"/>
      <item id="1987" chance="10000">
        <inside>
          <item id="2148" countmax="200" chance1="100000" chancemax="0"/>
          <item id="7430" chance="1554"/>
          <item id="7588" chance="5332"/>
          <item id="8827" chance="3999"/>
        </inside>
      </item>
    </loot>
  </monster>
All Corpse/looktype/loot/and health immuns all there i did some atk but not all i was tired xD
 
Last edited by a moderator:
what about spells? well i think you should realise spells for this monsters :) cause ppls will get error while adding it
 
Back
Top