• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Monster Misterious Eye

azzkaban

Monster Maker
Joined
Feb 23, 2010
Messages
1,101
Reaction score
195
Location
Iquique Chile
yf4t.gif


idyi.jpg

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Misterious Eye" nameDescription="a misterious eye" race="undead" experience="0" speed="0" manacost="0">

*******************************************************************************************
*                MISTERIOUS EYE: This monster Was made by Amy Azzkaban                    *
*                                 Para servidores 9.10+                                   *
*      Advertencia: El item usado para este monstruo puede variar segun tu item.otb       *
*******************************************************************************************

	<health now="9950" max="9950"/>
	<look typeex="13949"/>
	<targetchange interval="5000" chance="20"/>
	<strategy attack="100" defense="0"/>
	<flags>
		<flag summonable="0"/>
		<flag attackable="0"/>
		<flag hostile="1"/>
		<flag illusionable="0"/>
		<flag convinceable="0"/>
		<flag pushable="0"/>
		<flag canpushitems="0"/>
		<flag canpushcreatures="1"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" skill="1" attack="1"/>
		<attack name="physical" interval="1000" chance="100" range="7" min="-50" max="-100">
			<attribute key="shootEffect" value="holy"/>
			<attribute key="areaEffect" value="holydamage"/>
		</attack>
	</attacks>
	<defenses armor="1" defense="1"/>
	<immunities>
		<immunity physical="1"/>
		<immunity energy="1"/>
		<immunity fire="1"/>
		<immunity poison="1"/>
		<immunity ice="1"/>
		<immunity holy="1"/>
		<immunity death="1"/>
		<immunity lifedrain="1"/>
		<immunity manadrain="1"/>
		<immunity paralyze="1"/>
		<immunity drunk="1"/>
		<immunity outfit="1"/>
		<immunity invisible="1"/>
	</immunities>
</monster>
 
Back
Top