• 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 Quara Predator like Real

Snow

New Member
Joined
Jan 16, 2008
Messages
381
Reaction score
0
Hi Guys, please check if my monster is good because if he is I can make a perfect monster pack and post it, thank you.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Quara Predator" nameDescription="a quara predator" race="blood" experience="1600" speed="520" manacost="0">
  <health now="2200" max="2200"/>
  <look type="20" head="0" body="0" legs="0" feet="0" corpse="6067"/>
  <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="1"/>
    <flag staticattack="90"/>
    <flag targetdistance="1"/>
    <flag runonhealth="0"/>
  </flags>
<attacks>
    <attack name="melee" interval="2000" min="-0" max="-470"/>
</attacks>
  <defenses armor="18" defense="25"/>
    <defense name="healing" interval="1000" chance="34" min="200" max="400">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
    <defense name="speed" interval="1000" chance="35" speedchange="650" duration="9000">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
  <elements>
    <element energyPercent="-25"/>
    <element earthPercent="-15"/>
  </elements>
    <immunity physical="0"/>
    <immunity energy="0"/>
    <immunity fire="1"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="0"/>
    <immunity outfit="0"/>
    <immunity invisible="1"/>
    <immunity holy="0"/>
    <immunity death="0"/>
    <immunity ice="1"/>
    <immunity earth="0"/>
  </immunities>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="Rraaar!"/>
    <voice sentence="Rrrah!"/>
  </voices>
<loot>
<item id="2148" chance="10000" countmax="100"/> -- Gold Coin
<item id="2148" chance="10000" countmax="30"/> -- Gold Coin
<item id="2670" chance="2222" countmax="5"/> -- Shrimp
<item id="5895" chance="1212" countmax="1"/> -- Fish Fin
<item id="2387" chance="3333"/> -- Double Axe
<item id="2226" chance="7777"/> -- Fishbone
<item id="7591" chance="1313"/> -- Great Health Potion
<item id="7897" chance="555"/> -- Glacier Robe
<item id="1987" chance="100000"> -- Bag
<inside>
    <item id="2473" chance="3333"/> -- Viking Helmet
    <item id="2145" chance="1414" countmax="1"/> -- Small Diamond
    <item id="2483" chance="4444"/> -- Scale Armor
    <item id="5741" chance="999"/> -- Skull Helmet
        <item id="7378" chance="3333" countmax="7"/> -- Royal Spear
        <item id="7368" chance="1111" countmax="2"/> -- Assassin Star
        <item id="7383" chance="777"/> -- Relic Sword
</inside>
</item>
</loot>
 
Last edited by a moderator:
Back
Top