• 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 8.7 pack needed, rep++

Dramix

New Member
Joined
Jun 26, 2009
Messages
289
Reaction score
1
hello, i want a monster pack for 8.7, becouse mystic spirit's one dont got all monsters.. rep++
 
Take this, is custom monster:

War_Bear.gif


Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="War Bear" nameDescription="a war bear" race="blood" experience="270" speed="245" manacost="0">

*****************************************************************************
*                 WAR BEAR: This monster Was made by Azzkaban           *
*                  Member of otserv.es + otfusion.org + otland.net                 *
*                     This monster is made for 8.7+ servers                             *
*****************************************************************************
                                  
-----------------THIS MONSTER WAS MADE OR RE-EDITED BY AMY AZZKABAN ---------
----------------You can use this monster in you monsterpack or server!-------
---------This monster is free, and you can re-edit, but not change name!-----
---------------------------Do not delete this 4 lines!-----------------------

	<health now="500" max="500"/>
	<look type="370" corpse="5975"/>
	<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="90"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" skill="60" attack="50"/>
		<attack name="manadrain" interval="2000" chance="22" length="8" spread="0" min="-100" max="-100">
			<attribute key="areaEffect" value="poff"/>
		</attack> 
		<attack name="lifedrain" interval="2000" chance="25" range="7" radius="3" target="0" min="-0" max="-110">
			<attribute key="areaEffect" value="greenspark"/>
		</attack>		
	</attacks>
	<defenses armor="30" defense="30"/>
	<elements>
		<element firePercent="-10"/>
	</elements>
	<immunities>
		<immunity death="0"/>
		<immunity earth="0"/>
		<immunity paralyze="1"/>
		<immunity lifedrain="1"/>
		<immunity manadrain="1"/>
		<immunity drunk="1"/>
		<immunity drown="0"/>
		<immunity invisible="1"/>
	</immunities>
	<elements>
                <element physicalPercent="70"/>
		<element earthPercent="50"/>
		<element holyPercent="50"/>
		<element icePercent="-20"/>
		<element deathPercent="-10"/>
	</elements>
	<voices interval="5000" chance="10">
		<voice sentence="grrrr"/>
		<voice sentence="groar"/>
	</voices>
	<loot>
		<item id="3976" countmax="10" chance="50000"/><!-- worm -->
		<item id="2671" countmax="4" chance="90000"/><!-- ham -->
		<item id="5902" countmax="1" chance="5000"/><!-- honeycomb -->
		<item id="5896" countmax="1" chance="5000"/><!-- bear paw -->
	</loot>
</monster>
 
Back
Top