• 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 Zao Guardian

azzkaban

Monster Maker
Joined
Feb 23, 2010
Messages
1,101
Reaction score
194
Location
Iquique Chile
zaoguardian-1.png


zao guardian 1.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Zao Guardian" nameDescription="a zao guardian" race="fire" experience="0" speed="0" manacost="0">

*******************************************************************************************
*                ZAO GUARDIAN 1: This monster Was made by Amy Azzkaban                    *
*                                   Monstruo armable                                      *
* ADVERTENCIA: El item ID de este monstruo puede variar dependiendo del que usa tu OT     *
*******************************************************************************************

	<health now="100" max="100"/>
	<look typeex="11385"/>
	<targetchange interval="5000" chance="8"/>
	<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="0"/>
		<flag targetdistance="1"/>
		<flag staticattack="100"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
    <attack name="fire" interval="2000" chance="50" range="7" radius="2" target="1" min="-50" max="-120">
		<attribute key="shootEffect" value="fire"/>
		<attribute key="areaEffect" value="firearea"/>
	</attack>
	</attacks>
	<defenses armor="38" defense="50"/>
	<immunities>
		<immunity lifedrain="1"/>
		<immunity paralyze="1"/>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="5000" chance="10">
		<voice sentence="Hahaha" yell="0"/>
		<voice sentence="Run!" yell="1"/>
	</voices>
</monster>

zao guardian 2.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Zao Guardian" nameDescription="a zao guardian" race="fire" experience="0" speed="0" manacost="0">

*******************************************************************************************
*                ZAO GUARDIAN 2: This monster Was made by Amy Azzkaban                    *
*                                   Monstruo armable                                      *
* ADVERTENCIA: El item ID de este monstruo puede variar dependiendo del que usa tu OT     *
*******************************************************************************************

	<health now="100" max="100"/>
	<look typeex="11927"/>
	<targetchange interval="5000" chance="8"/>
	<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="0"/>
		<flag targetdistance="1"/>
		<flag staticattack="100"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
    <attack name="fire" interval="2000" chance="50" range="7" radius="2" target="1" min="-50" max="-120">
		<attribute key="shootEffect" value="fire"/>
		<attribute key="areaEffect" value="firearea"/>
	</attack>
	</attacks>
	<defenses armor="38" defense="50"/>
	<immunities>
		<immunity lifedrain="1"/>
		<immunity paralyze="1"/>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="5000" chance="10">
		<voice sentence="Hahaha" yell="0"/>
		<voice sentence="Run!" yell="1"/>
	</voices>
</monster>
 
Back
Top