• 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 A monster made by me

Dark Elvis

Junior Member
Joined
Feb 20, 2010
Messages
27
Reaction score
0
Location
Bihac, Bosnia and Hercegovina
<?xml version="1.0"?>
<monster name="Mago" nameDescription="the Mago" experience="500000" speed="420" race="Fire">
<health now="500500" max="500500"/>
<look type="332" corpse="3128"/>
<strategy attack="1000" defense="750"/>
<targetchange speed="420" chance="75"/>
<flags>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag hostile="1"/>
<flag attackable="1"/>
<flag staticattack="100"/>
<flag targetdistance="1"/>
</flags>
<attacks>
<attack name="melee" interval="2000" chance="100" skill="100" attack="100" fire="400" tick="10000" min="-1337" max="-1337" range="1"/>
<attack name="physical" interval="4000" chance="50" min="-1337" max="-1337" range="6" radius="8" target="1">
<attribute key="areaEffect" value="mortarea"/>
<attribute key="shootEffect" value="suddendeath"/>
</attack>
<attack name="physical" interval="6000" chance="35" min="-6666" max="-6666" range="1" radius="9" target="0">
<attribute key="areaEffect" value="explosionarea"/>
</attack>
<attack name="lifedrain" interval="1000" chance="25" min="-420" max="-720" range="1">
<attribute key="areaEffect" value="redshimmer"/>
</attack>
<attack name="physical" interval="40000" chance="100" min="-420" max="-520" range="7">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="largerock"/>
</attack>
</attacks>
<defenses defense="75" armor="50">
<defense name="healing" interval="2300" chance="75" min="1337" max="1337">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
<defense name="speed" interval="4200" chance="50" duration="10000" speedchange="250">
<attribute key="areaEffect" value="greenshimmer"/>
</defense>
<defense name="invisible" interval="4000" chance="10" duration="5000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<immunities>
<immunity name="lifedrain"/>
<immunity name="outfit"/>
<immunity name="paralyze"/>
<immunity name="invisible"/>
<immunity name="drown"/>
<immunity name="drunk"/>
</immunities>
<voices speed="2200" chance="75">
<voice sentence="MWAHAHAHAH" yell="1"/>
<voice sentence="Rawr!" yell="1"/>
</voices>
<elements/>
<loot>
<item id="1971" countmax="1" chance="2000" text="Holy shit its a fucking book, lmao."/>
<item id="1987" countmax="1" chance="2000">
<inside>
<item id="2148" countmax="100" chance="2000"/>
</inside>
</item>
<item id="2393" countmax="1" chance="2000"/>
<item id="2421" countmax="1" chance="2000"/>
</loot>
</monster>
My first custom made monster.
Peace :peace:
 
Back
Top