• 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!

[Rook-boss]Munster

Kardaum

Member
Joined
Sep 4, 2007
Messages
35
Reaction score
13
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Munster" nameDescription="a munster" race="blood" experience="23" speed="150" >
	<health now="58" max="58"/>
	<look type="56" corpse="2813"/>
	<targetchange interval="2000" chance="0"/>
	<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="0"/>
		<flag canpushcreatures="0"/>
		<flag targetdistance="1"/>
		<flag runonhealth="5"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" min="-1" max="-15"/>
	</attacks>
	<defenses armor="2" defense="5"/>
	<immunities>
		<immunity physical="0"/>
		<immunity energy="0"/>
		<immunity fire="0"/>
		<immunity poison="0"/>
		<immunity lifedrain="0"/>
		<immunity paralyze="0"/>
		<immunity outfit="0"/>
		<immunity drunk="0"/>
		<immunity invisible="0"/>
	</immunities>
	<voices interval="5000" chance="10">
		<voice sentence="Meeeeep!"/>
	</voices>
	<summons max="2">
		<summon name="Cave Rat" interval="1000" chance="2000"/>
	</summons>
	<loot capacity="100">
		<item id="2696" chance="30000" /> chesse
		<item id="2148" countmax="16" chance="85000" /> gold
		<item id="1987" chance="100000"> //bag
			<inside>
				<item id="2687" countmax="1" chance="1200" /> cookie
				<item id="2650" chance="1000" /> jacket
				<item id="2382" chance="1000" /> club
				<item id="2449" chance="1000" /> bone club
			</inside>
		</item>
	</loot>
</monster>

This monster was introduced at 7.9 version, and is a rat boss. He ocasionally spawns at the sewers on Rookgaard, and is said to also spawn on Edron.
 
Back
Top