• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Monster Custom Fun Monster

nice job! they look awesome and lmfao at talaturen, make one with ID 320.
 
Look this monter, is in test.


Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="test" nameDescription="a test" race="undead" experience="320" speed="0" manacost="0">
  <health now="2000" max="2000"/>
  <look typeex="8777" corpse="2253"/>
  <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="1"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="90"/>
    <flag runonhealth="20"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" min="-100" max="-500"/>
    <attack name="energy" interval="2000" chance="25" radius="2" target="0" min="-200" max="-400">
      <attribute key="areaEffect" value="stones"/>
        </attack>
    <attack name="physical" interval="500" chance="100" range="7" min="-100" max="-250">
      <attribute key="shootEffect" value="largerock"/>
      </attack>
	</attacks>
  <defenses armor="199" defense="199"/>
  <elements>
  <element deathPercent="100"/>
  </elements>
  <immunities>
    <immunity physical="1"/>
    <immunity energy="1"/>
    <immunity fire="1"/>
    <immunity poison="1"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
	<voices interval="5000" chance="10">
   <voice sentence="Hail Durin"/>
	</voices>
</monster>
 
<look typeex="8777" corpse="2253"/>
Dwarven statue (made with stone) will change after death into wooden trash? Nice idea -,-

<defenses armor="199" defense="199"/>
n/c and good luck...


<immunities>
<immunity physical="1"/>
<immunity energy="1"/>
<immunity fire="1"/>
<immunity poison="1"/>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity outfit="1"/>
<immunity drunk="1"/>
<immunity invisible="1"/>
</immunities>
again n/c...
 
Back
Top