• 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 Ok, The Best Ruthless Seven

Indenpedens

Banned User
Joined
Nov 6, 2010
Messages
584
Reaction score
39
Location
Poland
Annihilon:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Annihilon" nameDescription="annihilon" race="fire" experience="10000" speed="380" manacost="0">
	<health now="40000" max="40000"/>
	<look type="12" head="3" body="9" legs="96" feet="96" corpse="6068"/>
	<targetchange interval="2000" chance="10"/>
	<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 targetdistance="1"/>
		<flag staticattack="85"/>
		<flag runonhealth="0"/>
	</flags>
	<script>
		<event name="inquisition"/>
	</script>
	<attacks>
		<attack name="melee" interval="2000" skill="190" attack="180"/>
		<attack name="physical" interval="2000" chance="20" radius="5" target="1" min="-100" max="-300">
			<attribute key="areaEffect" value="groundshaker"/>
		</attack>
		<attack name="physical" interval="2000" chance="15" target="0" radius="1">
			<attribute key="areaEffect" value="groundshaker"/>
		</attack>
		<attack name="energy" interval="2000" chance="25" radius="3" target="1" min="-100" max="-500">
			<attribute key="areaEffect" value="energyarea"/>
		</attack>
		<attack name="poisoncondition" interval="2000" chance="20" range="5" min="-1" max="-600">
			<attribute key="shooteffect" value="poison"/>
		</attack>
		<attack name="manadrain" interval="2000" chance="25" radius="5" target="0" min="-50" max="-210">
			<attribute key="areaEffect" value="energyarea"/>
		</attack>
		<attack name="death" interval="2000" chance="20" length="8" spread="0" min="-100" max="-800">
			<attribute key="areaEffect" value="smallclouds"/>
		</attack>
		<attack name="speed" interval="2000" chance="25" radius="5" target="1" speedchange="-600" duration="5000">
			<attribute key="areaEffect" value="icearea"/>
		</attack>
	</attacks>
	<defenses armor="60" defense="55"> 
	</defenses>
	<elements>
		<element energyPercent="96"/>
		<element icePercent="20"/>
		<element deathPercent="95"/>
		<element earthPercent="-5"/>
		<element firePercent="-15"/>
		<element holyPercent="-5"/>
	</elements>
	<immunities>
		<immunity lifedrain="1"/>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="2000" chance="15">
		<voice sentence="Flee as long as you can!"/>
		<voice sentence="Annihilon's might will crush you all!"/>
		<voice sentence="I am coming for you!"/>
	</voices>
	<loot>
    <item id="7591" chance="7350" /><!-- great health potion -->
    <item id="2152" countmax="28" chance="13050" /><!-- platinum coin -->
    <item id="2148" countmax="97" chance="29275" /><!-- gold coin -->
    <item id="2150" countmax="22" chance="5800" /><!-- small amethyst -->
    <item id="9808" chance="4975" /><!-- rusty armor -->
    <item id="2515" chance="4900" /><!-- guardian shield -->
    <item id="2432" chance="4700" /><!-- fire axe -->
    <item id="7840" countmax="99" chance="4025" /><!-- flaming arrow -->
    <item id="2127" chance="7175" /><!-- emerald bangle -->
    <item id="2153" chance="5450" /><!-- violet gem -->
    <item id="2214" chance="4250" /><!-- ring of healing -->
    <item id="2165" chance="4150" /><!-- stealth ring -->
    <item id="2381" chance="5185" /><!-- halberd -->
    <item id="2170" chance="4185" /><!-- silver amulet -->
    <item id="2156" chance="5450" /><!-- red gem -->
    <item id="7590" chance="7575" /><!-- great mana potion -->
    <item id="2528" chance="3600" /><!-- tower shield -->
    <item id="1987" chance="1000000"><!-- bag -->
        <inside>
            <item id="6529" countmax="49" chance="2900" /><!-- infernal bolt -->
            <item id="9971" chance="6450" /><!-- gold ingot -->
            <item id="2452" chance="390" /><!-- heavy mace -->
            <item id="2154" chance="5450" /><!-- yellow gem -->
            <item id="2427" chance="1900" /><!-- guardian halberd -->
            <item id="8891" chance="1700" /><!-- paladin armor -->
            <item id="7368" countmax="50" chance="3150" /><!-- assassin star -->
            <item id="2158" chance="5450" /><!-- blue gem -->
            <item id="7439" chance="7390" /><!-- berserk potion -->
            <item id="5944" countmax="5" chance="10350" /><!-- soul orb -->
            <item id="8928" chance="350" /><!-- obsidian truncheon -->
            <item id="5954" countmax="2" chance="8625" /><!-- demon horn -->
            <item id="7632" countmax="2" chance="7050" /><!-- giant shimmering pearl -->
            <item id="8473" chance="6325" /><!-- ultimate health potion -->
            <item id="2547" countmax="98" chance="3150" /><!-- power bolt -->
            <item id="2155" chance="5450" /><!-- green gem -->
            <item id="7366" countmax="70" chance="3550" /><!-- viper star -->
            <item id="7421" chance="390" /><!-- onyx flail -->
            <item id="7440" chance="4150" /><!-- mastermind potion -->
            <item id="8889" chance="390" /><!-- skullcracker armor -->
            <item id="2520" chance="1900" /><!-- demon shield -->
            <item id="8929" chance="350" /><!-- the stomper -->
            <item id="2514" chance="1000" /><!-- mastermind shield -->
            <item id="7387" chance="390" /><!-- diamond sceptre -->
            <item id="2519" chance="950" /><!-- crown shield -->
            <item id="8877" chance="350" /><!-- lavos armor -->
            <item id="8472" chance="8925" /><!-- great spirit potion -->
            <item id="7431" chance="370" /><!-- demonbone -->
        </inside>
    </item>
</loot>
</monster>
Golgordan:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Golgordan" nameDescription="golgordan" race="fire" experience="10000" speed="390" manacost="0">
	<health now="40000" max="40000"/>
	<look type="12" head="108" body="100" legs="105" feet="114" corpse="6068"/> 
	<targetchange interval="2000" chance="10"/>
	<strategy attack="90" defense="10"/>
	<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 targetdistance="1"/>
		<flag staticattack="85"/>
		<flag runonhealth="0"/>
	</flags>
	<script>
		<event name="inquisition"/>
	</script>
	<attacks>
		<attack name="melee" interval="2000" skill="170" attack="330"/>
		<attack name="fire" interval="2000" chance="40" radius="7" target="1" min="-50" max="-200">
			<attribute key="areaEffect" value="firearea"/>
		</attack>
		<attack name="poisoncondition" interval="2000" chance="40" length="6" spread="0" min="-100" max="-100">
			<attribute key="areaEffect" value="poison"/>
		</attack>	
		<attack name="death" interval="2000" chance="25" length="6" spread="0" min="-250" max="-570">
			<attribute key="areaEffect" value="mortarea"/>
		</attack>		
		<attack name="death" interval="2000" chance="35" target="1" min="-50" max="-600">
			<attribute key="areaEffect" value="mortarea"/>
		</attack>
		<attack name="fire" interval="2000" chance="30" length="6" spread="0" min="-50" max="-600">
			<attribute key="areaEffect" value="firearea"/>
		</attack>
	</attacks>
	<defenses armor="48" defense="54"/>
	<elements>
		<element icePercent="30"/>
		<element energyPercent="30"/>
		<element holyPercent="3"/>
		<element physicalPercent="5"/>
		<element firePercent="-8"/>
		<element earthPercent="-8"/>
	</elements>
	<immunities>
		<immunity death="1"/>
		<immunity invisible="1"/>
		<immunity lifedrain="1"/>
	</immunities>
	<voices interval="2000" chance="10">
		<voice sentence="Latrivan, your fool!"/>
		<voice sentence="We are the right hand and the left hand of the seven!"/>
	</voices>
		<loot>
    <item id="2148" countmax="100" chance="8650" /><!-- gold coin -->
    <item id="2148" countmax="100" chance="8650" /><!-- gold coin -->
    <item id="2148" countmax="57" chance="53650" /><!-- gold coin -->
    <item id="2197" chance="5175" /><!-- stone skin amulet -->
    <item id="2165" chance="5550" /><!-- stealth ring -->
    <item id="2432" chance="5250" /><!-- fire axe -->
    <item id="2149" countmax="10" chance="9000" /><!-- small emerald -->
    <item id="2182" chance="6950" /><!-- snakebite rod -->
    <item id="6300" chance="6100" /><!-- death ring -->
    <item id="2146" countmax="8" chance="5475" /><!-- small sapphire -->
    <item id="2387" chance="6225" /><!-- double axe -->
    <item id="6500" chance="9100" /><!-- demonic essence -->
    <item id="2162" chance="6775" /><!-- magic light wand -->
    <item id="2402" chance="6250" /><!-- silver dagger -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="7591" countmax="2" chance="6400" /><!-- great health potion -->
            <item id="2186" chance="5725" /><!-- moonlight rod -->
            <item id="2170" chance="6850" /><!-- silver amulet -->
            <item id="2167" chance="6550" /><!-- energy ring -->
            <item id="2144" countmax="15" chance="6725" /><!-- black pearl -->
            <item id="2143" countmax="13" chance="8200" /><!-- white pearl -->
            <item id="2200" chance="6175" /><!-- protection amulet -->
            <item id="2214" chance="6375" /><!-- ring of healing -->
            <item id="2150" countmax="20" chance="8400" /><!-- small amethyst -->
            <item id="2393" chance="6025" /><!-- giant sword -->
            <item id="9971" chance="5100" /><!-- gold ingot -->
            <item id="2185" chance="4800" /><!-- necrotic rod -->
            <item id="2192" chance="1575" /><!-- crystal ball -->
            <item id="2164" chance="3725" /><!-- might ring -->
            <item id="2462" chance="3725" /><!-- devil helmet -->
            <item id="2179" chance="5100" /><!-- gold ring -->
            <item id="2145" countmax="5" chance="6475" /><!-- small diamond -->
            <item id="2396" chance="6100" /><!-- ice rapier -->
            <item id="7365" countmax="6" chance="4275" /><!-- onyx arrow -->
            <item id="2436" chance="2650" /><!-- skull staff -->
            <item id="2158" chance="1575" /><!-- blue gem -->
            <item id="2155" chance="4800" /><!-- green gem -->
            <item id="2520" chance="5025" /><!-- demon shield -->
            <item id="2171" chance="1575" /><!-- platinum amulet -->
            <item id="2195" chance="2650" /><!-- boots of haste -->
            <item id="2178" chance="4800" /><!-- mind stone -->
            <item id="7368" countmax="8" chance="1575" /><!-- assassin star -->
        </inside>
    </item>
</loot>
</monster>
Hellgorak:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Hellgorak" nameDescription="hellgorak" race="blood" experience="10000" speed="360" manacost="0">
<health now="30000" max="30000"/>
<look type="12" head="19" body="96" legs="21" feet="81" corpse="6068"/>
<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 targetdistance="1"/>
    <flag staticattack="85"/>
    <flag runonhealth="0"/>
</flags>
<script>
		<event name="inquisition"/>
	</script>
<attacks>
    <attack name="melee" interval="2000" skill="130" attack="130"/>
    <attack name="energy" interval="1000" chance="11" length="8" spread="0" min="-250" max="-819">
        <attribute key="areaEffect" value="purpleenergy"/>
    </attack>
    <attack name="manadrain" interval="2000" chance="14" radius="5" target="0" min="-90" max="-500">
        <attribute key="areaEffect" value="stun"/>
    </attack>
    <attack name="fire" interval="1000" chance="11" radius="5" target="1" min="-50" max="-520">
        <attribute key="areaEffect" value="firearea"/>
    </attack>
    <attack name="lifedrain" interval="2000" chance="5" radius="7" target="0" min="0" max="-150">
        <attribute key="areaEffect" value="poff"/>
    </attack>
</attacks>
<defenses armor="70" defense="65">
    <defense name="healing" interval="1000" chance="11" min="400" max="900">
        <attribute key="areaEffect" value="greenshimmer"/>
    </defense>
</defenses>
<elements>
    <element icePercent="98"/>
    <element energyPercent="98"/>
    <element earthPercent="98"/>
    <element holyPercent="98"/>
    <element deathPercent="98"/>
    <element firePercent="98"/>
    <element drownPercent="-205"/>
</elements>
<immunities>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity invisible="1"/>
</immunities>
    <summons maxSummons="8">
 <summon name="Dreadbeast" interval="2000" chance="40" max="8"/>
 </summons>
<voices interval="5000" chance="25">
    <voice sentence="I'll sacrifice yours souls to seven!" yell="1"/>
    <voice sentence="I'm bad news for you mortals!" yell="1"/>
                <voice sentence="No man can defeat me!" yell="1"/>
                <voice sentence="Your puny skills are no match for me!" yell="1"/>
                <voice sentence="I smell your fear!" yell="1"/>
</voices>
	<loot>
    <item id="2148" countmax="100" chance="48150" /><!-- gold coin -->
    <item id="2148" countmax="100" chance="48150" /><!-- gold coin -->
    <item id="2488" chance="1000" /><!-- crown legs -->
    <item id="6500" chance="9000" /><!-- demonic essence -->
    <item id="5954" countmax="2" chance="8175" /><!-- demon horn -->
    <item id="8871" chance="1500" /><!-- focus cape -->
    <item id="7591" chance="6400" /><!-- great health potion -->
    <item id="2149" countmax="25" chance="6525" /><!-- small emerald -->
    <item id="3962" chance="1533" /><!-- beastslayer axe -->
    <item id="8901" chance="1533" /><!-- spellbook of warding -->
    <item id="2645" chance="1533" /><!-- steel boots -->
    <item id="8870" chance="1533" /><!-- spirit cloak -->
    <item id="8473" countmax="2" chance="10625" /><!-- ultimate health potion -->
    <item id="2147" countmax="25" chance="7150" /><!-- small ruby -->
    <item id="2487" chance="1533" /><!-- crown armor -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="2150" countmax="25" chance="7300" /><!-- small amethyst -->
            <item id="9970" countmax="25" chance="7350" /><!-- small topaz -->
            <item id="7412" chance="1000" /><!-- butcher's axe -->
            <item id="2152" countmax="30" chance="11075" /><!-- platinum coin -->
            <item id="2133" chance="3150" /><!-- ruby necklace -->
            <item id="9811" chance="3125" /><!-- rusty legs -->
            <item id="2656" chance="1000" /><!-- blue robe -->
            <item id="2466" chance="1000" /><!-- golden armor -->
            <item id="8472" chance="6100" /><!-- great spirit potion -->
            <item id="2477" chance="2700" /><!-- knight legs -->
            <item id="9808" chance="3125" /><!-- rusty armor -->
            <item id="7894" chance="1000" /><!-- magma legs -->
            <item id="8903" chance="1000" /><!-- spellbook of lost souls -->
            <item id="8918" chance="300" /><!-- spellbook of dark mysteries -->
            <item id="7590" chance="9250" /><!-- great mana potion -->
            <item id="2143" countmax="25" chance="7350" /><!-- white pearl -->
            <item id="2144" countmax="25" chance="6875" /><!-- black pearl -->
            <item id="7456" chance="1000" /><!-- noble axe -->
            <item id="2197" chance="2750" /><!-- stone skin amulet -->
            <item id="2146" countmax="25" chance="6800" /><!-- small sapphire -->
            <item id="2125" chance="6625" /><!-- crystal necklace -->
            <item id="2145" countmax="25" chance="7500" /><!-- small diamond -->
            <item id="7453" chance="1000" /><!-- executioner -->
            <item id="7388" chance="1000" /><!-- vile axe -->
            <item id="2470" chance="1000" /><!-- golden legs -->
            <item id="2130" chance="4750" /><!-- golden amulet -->
            <item id="8902" chance="1000" /><!-- spellbook of mind control -->
            <item id="2136" chance="1490" /><!-- demonbone amulet -->
            <item id="8904" chance="1000" /><!-- spellscroll of prophecies -->
            <item id="8879" chance="300" /><!-- voltage armor -->
            <item id="8926" chance="300" /><!-- demonwing axe -->
            <item id="2415" chance="300" /><!-- great axe -->
        </inside>
    </item>
</loot>
</monster>
Latrivan:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Latrivan" nameDescription="a latrivan" race="fire" experience="10000" speed="390" manacost="0">
	<health now="25000" max="25000"/>
	<look type="12" head="120" body="128" legs="121" feet="111" corpse="6068"/>
	<targetchange interval="2000" chance="10"/>
	<strategy attack="80" defense="20"/>
	<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 targetdistance="1"/>
		<flag staticattack="85"/>
		<flag runonhealth="0"/>
	</flags>
	<script>
		<event name="inquisition"/>
	</script>
	<attacks>
		<attack name="melee" interval="2000" skill="10" attack="1"/>
		<attack name="fire" interval="2000" chance="30" length="7" spread="3" min="-50" max="-850">
			<attribute key="areaEffect" value="firearea"/>
		</attack>
		<attack name="fire" interval="2000" chance="40" length="7" spread="0" min="-50" max="-250">
			<attribute key="areaEffect" value="firearea"/>
		</attack>
		<attack name="death" interval="2000" chance="40" range="3" min="-50" max="-600">
			<attribute key="areaEffect" value="mortarea"/>
		</attack>
		<attack name="earth" interval="2000" chance="10" target="0" radius="1" min="-50" max="-165">
			<attribute key="areaEffect" value="firearea"/>
		</attack>
	</attacks>
	<defenses armor="35" defense="45"/>
	<elements>
		<element icePercent="30"/>
		<element energyPercent="30"/>
		<element earthPercent="-5"/>
		<element firePercent="-5"/>
	</elements>
	<immunities>
		<immunity death="1"/>
		<immunity invisible="1"/>
		<immunity lifedrain="1"/>
	</immunities>
	<voices interval="2000" chance="10">
		<voice sentence="I might reward you for killing my brother ~ with a swift death!"/>
		<voice sentence="Colateral damage is so fun!"/>
		<voice sentence="Golgordan you fool!"/>
		<voice sentence="We are the brothers of fear!"/>
	</voices>
	<loot>
    <item id="2150" countmax="20" chance="8325" /><!-- small amethyst -->
    <item id="2148" countmax="100" chance="800" /><!-- gold coin -->
    <item id="2148" countmax="100" chance="8400" /><!-- gold coin -->
    <item id="2148" countmax="82" chance="8400" /><!-- gold coin -->
    <item id="2179" chance="9925" /><!-- gold ring -->
    <item id="2432" chance="7150" /><!-- fire axe -->
    <item id="7591" chance="7200" /><!-- great health potion -->
    <item id="2197" chance="7775" /><!-- stone skin amulet -->
    <item id="2214" chance="8425" /><!-- ring of healing -->
    <item id="2387" chance="8550" /><!-- double axe -->
    <item id="2178" chance="3125" /><!-- mind stone -->
    <item id="2162" chance="6700" /><!-- magic light wand -->
    <item id="2143" countmax="12" chance="7975" /><!-- white pearl -->
    <item id="9971" chance="9025" /><!-- gold ingot -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="2149" countmax="10" chance="10400" /><!-- small emerald -->
            <item id="6300" chance="9550" /><!-- death ring -->
            <item id="2144" countmax="15" chance="7050" /><!-- black pearl -->
            <item id="2146" countmax="10" chance="8575" /><!-- small sapphire -->
            <item id="2164" chance="5750" /><!-- might ring -->
            <item id="2402" chance="6650" /><!-- silver dagger -->
            <item id="2165" chance="6800" /><!-- stealth ring -->
            <item id="6500" chance="6150" /><!-- demonic essence -->
            <item id="2396" chance="5750" /><!-- ice rapier -->
            <item id="2195" chance="4525" /><!-- boots of haste -->
            <item id="2145" countmax="5" chance="4000" /><!-- small diamond -->
            <item id="2393" chance="4200" /><!-- giant sword -->
            <item id="2185" chance="4000" /><!-- necrotic rod -->
            <item id="2170" chance="9050" /><!-- silver amulet -->
            <item id="2167" chance="8400" /><!-- energy ring -->
            <item id="7365" countmax="7" chance="2375" /><!-- onyx arrow -->
            <item id="2520" chance="5750" /><!-- demon shield -->
            <item id="2192" chance="4000" /><!-- crystal ball -->
            <item id="7368" countmax="7" chance="2500" /><!-- assassin star -->
            <item id="2462" chance="5650" /><!-- devil helmet -->
            <item id="2436" chance="4900" /><!-- skull staff -->
            <item id="2200" chance="4000" /><!-- protection amulet -->
            <item id="2158" chance="1375" /><!-- blue gem -->
            <item id="2186" chance="2250" /><!-- moonlight rod -->
            <item id="2182" chance="1375" /><!-- snakebite rod -->
            <item id="2471" chance="390" /><!-- golden helmet -->
        </inside>
    </item>
</loot>
</monster>
Madareth:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Madareth" nameDescription="madareth" race="fire" experience="10000" speed="330" manacost="0">
	<health now="75000" max="75000"/>
	<look type="12" head="77" body="116" legs="82" feet="79" corpse="6068"/>
	<targetchange interval="2000" chance="10"/>
	<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 targetdistance="1"/>
		<flag staticattack="85"/>
		<flag runonhealth="0"/>
	</flags>
	<script>
		<event name="inquisition"/>
	</script>
	<attacks>
		<attack name="melee" interval="2000" skill="200" attack="180"/>
		<attack name="energy" interval="2000" chance="40" range="3" target="1" min="-180" max="-860">
			<attribute key="areaEffect" value="purpleenergy"/>
		</attack>
		<attack name="death" interval="2000" chance="30" length="8" spread="0" min="-600" max="-850">
			<attribute key="areaEffect" value="mortarea"/>
		</attack>
		<attack name="physical" interval="2000" chance="20" length="8" spread="3" distance="-60%" duration="20000">
			<attribute key="areaEffect" value="poff"/>
		</attack>
		<attack name="manadrain" interval="2000" chance="25" target="1" spread="1" min="-250" max="-850">
			<attribute key="areaEffect" value="energyarea"/>
		</attack>
		<attack name="manadrain" interval="2000" chance="10" range="7" target="1" radius="5" min="-0" max="-225">
			<attribute key="areaEffect" value="energyarea"/>
		</attack>
	</attacks>
	<defenses armor="48" defense="46"/>
	<elements>
		<element icePercent="25"/>
		<element earthPercent="25"/>
		<element physicalPercent="25"/>
		<element deathPercent="-10"/>
		<element holyPercent="-10"/>
	</elements>
	<immunities>
		<immunity energy="1"/>
		<immunity fire="1"/>
		<immunity invisible="1"/>
		<immunity paralyze="1"/>
	</immunities>
	<voices interval="2000" chance="10">
		<voice sentence="I am going to play with yourself!"/>
		<voice sentence="Feel my wrath!"/>
		<voice sentence="No one matches my battle prowess!"/>
		<voice sentence="You will all die!"/>
	</voices>
	<loot>
    <item id="2148" countmax="100" chance="9400" /><!-- gold coin -->
    <item id="2148" countmax="54" chance="9900" /><!-- gold coin -->
    <item id="9811" chance="4200" /><!-- rusty legs -->
    <item id="5954" countmax="2" chance="9675" /><!-- demon horn -->
    <item id="9808" chance="4575" /><!-- rusty armor -->
    <item id="7443" chance="4425" /><!-- bullseye potion -->
    <item id="2183" chance="1575" /><!-- hailstorm rod -->
    <item id="7404" chance="1325" /><!-- assassin dagger -->
    <item id="2169" chance="6900" /><!-- time ring -->
    <item id="7591" chance="9550" /><!-- great health potion -->
    <item id="2152" countmax="30" chance="16875" /><!-- platinum coin -->
    <item id="8473" chance="9725" /><!-- ultimate health potion -->
    <item id="7440" chance="5550" /><!-- mastermind potion -->
    <item id="2396" chance="2175" /><!-- ice rapier -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="6300" chance="5300" /><!-- death ring -->
            <item id="6500" chance="8200" /><!-- demonic essence -->
            <item id="8912" chance="1600" /><!-- springsprout rod -->
            <item id="8472" chance="6675" /><!-- great spirit potion -->
            <item id="7439" chance="5150" /><!-- berserk potion -->
            <item id="2071" chance="4600" /><!-- lyre -->
            <item id="8910" chance="1000" /><!-- underworld rod -->
            <item id="2207" chance="9475" /><!-- sword ring -->
            <item id="2072" chance="7475" /><!-- lute -->
            <item id="2214" chance="8600" /><!-- ring of healing -->
            <item id="3953" chance="7100" /><!-- war drum -->
            <item id="2187" chance="5325" /><!-- wand of inferno -->
            <item id="2377" chance="5450" /><!-- two handed sword -->
            <item id="7386" chance="1850" /><!-- mercenary sword -->
            <item id="2211" chance="5475" /><!-- axe ring -->
            <item id="2493" chance="1333" /><!-- demon helmet -->
            <item id="7590" chance="9450" /><!-- great mana potion -->
            <item id="7449" chance="5050" /><!-- crystal sword -->
            <item id="8920" chance="3325" /><!-- wand of starstorm -->
            <item id="2205" chance="9175" /><!-- life ring -->
            <item id="7407" chance="2475" /><!-- haunted blade -->
            <item id="2213" chance="8750" /><!-- dwarven ring -->
            <item id="7383" chance="1700" /><!-- relic sword -->
            <item id="3952" chance="4350" /><!-- didgeridoo -->
            <item id="7416" chance="1325" /><!-- bloody edge -->
            <item id="2374" chance="3900" /><!-- wooden flute -->
            <item id="3957" chance="4350" /><!-- war horn -->
            <item id="2209" chance="6900" /><!-- club ring -->
            <item id="2195" chance="1800" /><!-- boots of haste -->
            <item id="8922" chance="1200" /><!-- wand of voodoo -->
            <item id="7418" chance="1775" /><!-- nightmare blade -->
        </inside>
    </item>
</loot>
</monster>
Ushuriel:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Ushuriel" nameDescription="ushuriel" race="fire" experience="10000" speed="440" manacost="0">
	<health now="40000" max="40000"/>
	<look type="12" head="0" body="95" legs="19" feet="112" corpse="6068"/>
	<targetchange interval="2000" chance="10"/>
	<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 targetdistance="1"/>
		<flag staticattack="85"/>
		<flag runonhealth="0"/>
	</flags>
	<script>
		<event name="inquisition"/>
	</script>
	<attacks>
		<attack name="melee" interval="2000" skill="120" attack="160"/>
		<attack name="death" interval="2000" chance="9" length="8" spread="0" min="-0" max="-500">
			<attribute key="areaEffect" value="mortarea"/>
		</attack>	
		<attack name="ice" interval="2000" chance="11" target="0" length="8" spread="3" min="0" max="-430">
			<attribute key="areaEffect" value="icetornado"/>
		</attack>		
		<attack name="death" interval="2000" chance="7" radius="4" target="1" min="-0" max="-760">
			<attribute key="areaEffect" value="mortarea"/>
			<attribute key="shootEffect" value="death"/>
		</attack>	
		<attack name="energycondition" interval="2000" chance="15" radius="4" target="0" min="-250" max="-250">
			<attribute key="areaEffect" value="energy"/>
		</attack>		
		<attack name="drunk" interval="2000" chance="12" radius="6" target="0">
			<attribute key="areaEffect" value="purplenote"/>
		</attack>		
		<attack name="poison" interval="2000" chance="8" length="8" spread="0" min="-0" max="-585">
			<attribute key="areaEffect" value="poison"/>
		</attack>
	</attacks>
	<defenses armor="50" defense="45">
		<defense name="healing" interval="2000" chance="20" min="300" max="500">
			<attribute key="areaEffect" value="greenshimmer"/>
		</defense>
	</defenses>
	<elements>
		<element physicalPercent="20"/>
		<element deathPercent="30"/>
		<element energyPercent="30"/>
		<element earthPercent="30"/>
		<element icePercent="-30"/>
		<element holyPercent="-25"/>
	</elements>
	<immunities>
		<immunity fire="1"/>
		<immunity lifedrain="1"/>
		<immunity paralyze="1"/>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="2000" chance="10">
		<voice sentence="You can't run or hide forever!"/>
		<voice sentence="I'm the executioner of the Seven!"/>
		<voice sentence="The final punishment awaits you!"/>
		<voice sentence="The judgement is guilty! The sentence is death!"/>
	</voices>
	<loot>
	  <item id="2143" countmax="14" chance="7600" /><!-- white pearls -->
	  <item id="2144" countmax="14" chance="7740" /><!-- black pearls -->
	  <item id="2146" countmax="8" chance="7200" /><!-- small sapphire -->
	  <item id="7365" countmax="8" chance="7580" /><!-- onyx arrow -->
	  <item id="2150" countmax="17" chance="7200" /><!-- small amethyst -->
	  <item id="2149" countmax="6" chance="7900" /><!-- small emerald -->
	  <item id="2145" countmax="3" chance="7200" /><!-- small diamond -->
    <item id="2148" countmax="100" chance="21900" /><!-- gold coin -->
    <item id="2148" countmax="91" chance="21900" /><!-- gold coin -->
    <item id="6500" chance="100000" /><!-- demonic essence -->
    <item id="2789" countmax="24" chance="1000" /><!-- brown mushroom -->
    <item id="5880" chance="7275" /><!-- iron ore -->
    <item id="7417" chance="6875" /><!-- runed sword -->
    <item id="2170" chance="7975" /><!-- silver amuler -->
    <item id="2498" chance="6425" /><!-- royal helmet -->
    <item id="2178" chance="8200" /><!-- mind stone -->
    <item id="2392" chance="7275" /><!-- fire sword -->
    <item id="6300" chance="7175" /><!-- death ring -->
    <item id="2165" chance="8275" /><!-- stealth ring -->
    <item id="2179" chance="8875" /><!-- gold ring -->
    <item id="2402" chance="7875" /><!-- silver dagger -->
    <item id="2158" chance="9975" /><!-- blue gem -->
    <item id="2162" chance="8875" /><!-- magic light wand -->
    <item id="2155" chance="7875" /><!-- green gem -->
    <item id="2396" chance="6475" /><!-- ice rapier -->
    <item id="8473" chance="9950" /><!-- ultimate health potion -->
    <item id="9808" chance="6350" /><!-- rusty armor -->
    <item id="5741" chance="5500" /><!-- skull helmet -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="5954" countmax="2" chance="7275" /><!-- demon horn -->
            <item id="7402" chance="7050" /><!-- dragon slayer -->
            <item id="2185" chance="7110" /><!-- necrotic rod -->
            <item id="2164" chance="8075" /><!-- might ring -->
            <item id="2214" chance="8275" /><!-- ring of healing -->
            <item id="2182" chance="7550" /><!-- snakebite rod -->
            <item id="2167" chance="7075" /><!-- energy ring -->
            <item id="2432" chance="7075" /><!-- fire ax -->
            <item id="7591" chance="9425" /><!-- great health potion -->
            <item id="2152" countmax="30" chance="9950" /><!-- platinum coin -->
            <item id="2475" chance="8425" /><!-- warrior helmet -->
            <item id="2462" chance="7125" /><!-- devil helmet -->
            <item id="5669" chance="4800" /><!-- mysterious voodoo skull -->
            <item id="9971" chance="8275" /><!-- gold ingot -->
            <item id="2479" chance="6425" /><!-- strange helmet -->
            <item id="2200" chance="9425" /><!-- protection amulet -->
            <item id="7590" chance="9875" /><!-- great mana potion -->
            <item id="7385" chance="8050" /><!-- crimson sword -->
            <item id="2176" chance="8425" /><!-- orb -->
            <item id="2387" chance="8425" /><!-- double axe -->
            <item id="2188" chance="8425" /><!-- wand of decay -->
            <item id="2383" chance="8725" /><!-- spike sword -->
            <item id="8472" chance="9425" /><!-- great spirit potion -->
            <item id="5891" chance="4125" /><!-- enchanted chicken wing -->
            <item id="2491" chance="7950" /><!-- crown helmet -->
            <item id="5925" countmax="14" chance="11200" /><!-- hardened bone -->
            <item id="6103" chance="4200" /><!-- unholy book -->
            <item id="8182" chance="6575" /><!-- fighting container -->
            <item id="7391" chance="7800" /><!-- thaian sword -->
            <item id="2419" chance="7350" /><!-- scimitar -->
            <item id="2195" chance="4350" /><!-- stone skin amulet -->
            <item id="2177" chance="4650" /><!-- life crystal -->
            <item id="5892" chance="4500" /><!-- huge chunk of crude iron -->
            <item id="2393" chance="5575" /><!-- giant sword -->
            <item id="5885" chance="5725" /><!-- flask of warrior's sweat -->
        </inside>
    </item>
</loot>
</monster>
 
yeye Zugurosh:
Code:
<?xml version="1.0" encoding="UTF-8"?> 
<monster name="zugurosh" nameDescription="zugurosh" race="fire" experience="10000" speed="340" manacost="0"> 
    <health now="95000" max="95000"/> 
    <look type="12" head="2" body="35" legs="57" feet="91" corpse="6068"/> 
    <targetchange interval="3000" chance="28"/> 
    <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 targetdistance="1"/> 
        <flag staticattack="85"/> 
        <flag runonhealth="0"/> 
    </flags> 
    <attacks> 
        <attack name="melee" interval="2000" min="0" max="-816"/> 
        <attack name="fire" interval="3000" chance="20" target="1" radius="4" min="-250" max="-850"> 
            <attribute key="areaEffect" value="explosion"/> 
        </attack> 

        <attack name="lifedrain" interval="1000" chance="13" radius="5" target="0" min="0" max="-500"> 
            <attribute key="areaEffect" value="redshimmer"/> 
        </attack> 

        <attack name="manadrain" interval="1000" chance="13" radius="5" target="0" min="0" max="-196"> 
            <attribute key="areaEffect" value="watersplash"/> 
        </attack> 
        <attack name="death" interval="2000" chance="15" length="7" spread="0" min="0" max="-500"> 
            <attribute key="areaEffect" value="mortarea"/> 
        </attack> 
    </attacks> 
    <defenses armor="45" defense="55"> 
        <defense name="healing" interval="2000" chance="15" min="400" max="900"> 
            <attribute key="areaEffect" value="greenshimmer"/> 
        </defense> 
        <defense name="invisible" interval="2000" chance="25" duration="6000"> 
            <attribute key="areaEffect" value="blueshimmer"/> 
        </defense> 
    </defenses> 
    <elements> 
        <element icePercent="25"/> 
        <element energyPercent="20"/> 
        <element earthPercent="40"/> 
        <element firePercent="30"/> 
        <element holyPercent="30"/> 
    </elements> 
    <immunities> 
        <immunity death="1"/> 
        <immunity paralyze="1"/> 
        <immunity invisible="1"/> 
    </immunities> 

    <voices interval="5000" chance="10"> 
        <voice sentence="You will run out of resources soon enough!" yell="1"/> 
        <voice sentence="One little mistake and your all are mine!"/> 
        <voice sentence="I sense your strength fading!"/> 
    </voices> 
    <loot> 
        <item id="2148" countmax="100" chance="80000"/> 
        <item id="2148" countmax="82" chance="80000"/> 
        <item id="2152" countmax="27" chance="33000"/> 
        <item id="2144" countmax="11" chance="8000"/> 
        <item id="2146" countmax="7" chance="8000"/> 
        <item id="2151" countmax="38" chance="8000"/> 
        <item id="5909" countmax="12" chance="8000"/> 
        <item id="5914" countmax="8" chance="6000"/> 
        <item id="5912" countmax="8" chance="7000"/> 
        <item id="5913" countmax="9" chance="6000"/> 
        <item id="5944" countmax="10" chance="7000"/> 
        <item id="5954" countmax="2" chance="4000"/> 
        <item id="7590" chance="5000"/> 
        <item id="2189" chance="5000"/> 
        <item id="2179" chance="3000"/> 
        <item id="2214" chance="3000"/> 
        <item id="2195" chance="2444"/> 
        <item id="2393" chance="3000"/> 
        <item id="2432" chance="3555"/> 
        <item id="2402" chance="8000"/> 
        <item id="7417" chance="100"/> 
    <item id="1987" chance="100000"> 
    <inside> 
        <item id="6500" countmax="3" chance="100000"/> 
        <item id="2155" chance="6000"/> 
        <item id="2396" chance="3000"/> 
        <item id="9810" chance="6000"/> 
        <item id="9813" chance="6000"/> 
        <item id="2165" chance="4000"/> 
        <item id="2164" chance="4000"/> 
        <item id="6104" chance="1000"/> 
        <item id="2185" chance="6000"/> 
        <item id="2387" chance="7000"/> 
        <item id="6300" chance="1000"/> 
        <item id="2645" chance="3000"/> 
        <item id="2162" chance="8000"/> 
        <item id="8473" chance="9000"/> 
        <item id="2134" chance="9000"/> 
        <item id="2170" chance="10000"/> 
        <item id="9971" chance="3000"/> 
        <item id="6104" countmax="2" chance="9000"/> 
        <item id="7365" countmax="8" chance="6000"/> 
        <item id="2178" chance="11000"/> 
        <item id="2171" chance="2333"/> 
        <item id="2158" chance="4444"/> 
        <item id="2470" chance="900"/> 
        <item id="2646" chance="400"/> 
        <item id="2514" chance="800"/> 
        <item id="2520" chance="1999"/> 
    </inside> 
        </item> 
    </loot> 
</monster>
 
yeye Zugurosh:
Code:
<?xml version="1.0" encoding="UTF-8"?> 
<monster name="zugurosh" nameDescription="zugurosh" race="fire" experience="10000" speed="340" manacost="0"> 
    <health now="95000" max="95000"/> 
    <look type="12" head="2" body="35" legs="57" feet="91" corpse="6068"/> 
    <targetchange interval="3000" chance="28"/> 
    <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 targetdistance="1"/> 
        <flag staticattack="85"/> 
        <flag runonhealth="0"/> 
    </flags> 
    <attacks> 
        <attack name="melee" interval="2000" min="0" max="-816"/> 
        <attack name="fire" interval="3000" chance="20" target="1" radius="4" min="-250" max="-850"> 
            <attribute key="areaEffect" value="explosion"/> 
        </attack> 

        <attack name="lifedrain" interval="1000" chance="13" radius="5" target="0" min="0" max="-500"> 
            <attribute key="areaEffect" value="redshimmer"/> 
        </attack> 

        <attack name="manadrain" interval="1000" chance="13" radius="5" target="0" min="0" max="-196"> 
            <attribute key="areaEffect" value="watersplash"/> 
        </attack> 
        <attack name="death" interval="2000" chance="15" length="7" spread="0" min="0" max="-500"> 
            <attribute key="areaEffect" value="mortarea"/> 
        </attack> 
    </attacks> 
    <defenses armor="45" defense="55"> 
        <defense name="healing" interval="2000" chance="15" min="400" max="900"> 
            <attribute key="areaEffect" value="greenshimmer"/> 
        </defense> 
        <defense name="invisible" interval="2000" chance="25" duration="6000"> 
            <attribute key="areaEffect" value="blueshimmer"/> 
        </defense> 
    </defenses> 
    <elements> 
        <element icePercent="25"/> 
        <element energyPercent="20"/> 
        <element earthPercent="40"/> 
        <element firePercent="30"/> 
        <element holyPercent="30"/> 
    </elements> 
    <immunities> 
        <immunity death="1"/> 
        <immunity paralyze="1"/> 
        <immunity invisible="1"/> 
    </immunities> 

    <voices interval="5000" chance="10"> 
        <voice sentence="You will run out of resources soon enough!" yell="1"/> 
        <voice sentence="One little mistake and your all are mine!"/> 
        <voice sentence="I sense your strength fading!"/> 
    </voices> 
    <loot> 
        <item id="2148" countmax="100" chance="80000"/> 
        <item id="2148" countmax="82" chance="80000"/> 
        <item id="2152" countmax="27" chance="33000"/> 
        <item id="2144" countmax="11" chance="8000"/> 
        <item id="2146" countmax="7" chance="8000"/> 
        <item id="2151" countmax="38" chance="8000"/> 
        <item id="5909" countmax="12" chance="8000"/> 
        <item id="5914" countmax="8" chance="6000"/> 
        <item id="5912" countmax="8" chance="7000"/> 
        <item id="5913" countmax="9" chance="6000"/> 
        <item id="5944" countmax="10" chance="7000"/> 
        <item id="5954" countmax="2" chance="4000"/> 
        <item id="7590" chance="5000"/> 
        <item id="2189" chance="5000"/> 
        <item id="2179" chance="3000"/> 
        <item id="2214" chance="3000"/> 
        <item id="2195" chance="2444"/> 
        <item id="2393" chance="3000"/> 
        <item id="2432" chance="3555"/> 
        <item id="2402" chance="8000"/> 
        <item id="7417" chance="100"/> 
    <item id="1987" chance="100000"> 
    <inside> 
        <item id="6500" countmax="3" chance="100000"/> 
        <item id="2155" chance="6000"/> 
        <item id="2396" chance="3000"/> 
        <item id="9810" chance="6000"/> 
        <item id="9813" chance="6000"/> 
        <item id="2165" chance="4000"/> 
        <item id="2164" chance="4000"/> 
        <item id="6104" chance="1000"/> 
        <item id="2185" chance="6000"/> 
        <item id="2387" chance="7000"/> 
        <item id="6300" chance="1000"/> 
        <item id="2645" chance="3000"/> 
        <item id="2162" chance="8000"/> 
        <item id="8473" chance="9000"/> 
        <item id="2134" chance="9000"/> 
        <item id="2170" chance="10000"/> 
        <item id="9971" chance="3000"/> 
        <item id="6104" countmax="2" chance="9000"/> 
        <item id="7365" countmax="8" chance="6000"/> 
        <item id="2178" chance="11000"/> 
        <item id="2171" chance="2333"/> 
        <item id="2158" chance="4444"/> 
        <item id="2470" chance="900"/> 
        <item id="2646" chance="400"/> 
        <item id="2514" chance="800"/> 
        <item id="2520" chance="1999"/> 
    </inside> 
        </item> 
    </loot> 
</monster>

Now i totaly agree :)
 
u should add comments in loot list,

<item id="2165" chance="4000"/> <!-- item name -->
 
Ruthless Seven? What are you talking about?
This is far MINIONS of the ruthless seven.
The ruthless seven are:

Apocalypse, Total Destruction
Ashfalor, the right hand of Urgith. The general of the undead hordes.
Bazir, the Great Deceiver, Lord of the Lies
Infernatil, the Incendiary of Hell
Pumin, the Lord of Despair
Tafariel, the Mistress of the Damned
Verminor, the Plaguelord
 
Back
Top