• 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 7.6 Insane Sheep

azzkaban

Monster Maker
Joined
Feb 23, 2010
Messages
1,101
Reaction score
195
Location
Iquique Chile
Only 7.6​

5pa.gif

XML:
<?xml version="1.0"?>
<monster name="Insane Sheep" level="50" maglevel="50" experience="200" pushable="1" armor="45" defense="50" canpushitems="0" 

staticattack="50" changetarget="200" speed="320">

*******************************************************************************************
*                INSANE SHEEP: This monster Was made by Amy Azzkaban                      *
*                                       Only 7.6                                          *
*******************************************************************************************

	<health now="500" max="500"/>
	<look type="13" head="20" body="30" legs="40" feet="50" corpse="2914"/>
	<combat targetdistance="1" runonhealth="0"/>
<attacks>
	<attack type="melee" mindamage="27" maxdamage="255"/>
	<attack type="instant" name="exura" exhaustion="500" cycleticks="2000" probability="60"/>
</attacks>
<defenses>
	<defense immunity="invisible"/>
</defenses>
<voices>
	<voice sentence="maeeehhh!"/>
</voices>
<summons maxSummons="4">
 	<summon name="Insane Sheep" chance="1333"/>
</summons>

<loot>
<item id="2666" countmax="5" chance1="100000" chancemax="0"/>
</loot>
</monster>
 
Back
Top