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

[Request] Treiner

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Training Monk" nameDescription="a training monk" race="blood" experience="200" speed="220" manacost="600">
	<health now="10000000" max="10000000"/>
	<look type="57" corpse="6080"/>
	<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="0"/>
		<flag canpushcreatures="0"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="melee" interval="1000" min="-1" max="-20"/>
	</attacks>
	<defenses armor="20" defense="22">
		<defense name="healing" interval="1000" chance="25" min="9999999" max="10000000">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
		<defense name="speed" interval="1000" chance="0" speedchange="300" duration="3000">
			<attribute key="areaEffect" value="redshimmer"/>
		</defense>
	</defenses>
	<elements>
		<element holyPercent="50"/>
		<element deathPercent="50"/>
	</elements>
	<immunities>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="5000" chance="40">
		<voice sentence="Lets train!"/>
		<voice sentence="Don't worry, you can't hurt me!"/>
		<voice sentence="I will help you raise your skills!"/>
	</voices>
	<loot>
		<item id="2148" countmax="20" chance="100000"/><!-- gold coin -->
		<item id="1949" chance="10000"/><!-- scroll -->
		<item id="2467" chance="10000"/><!-- leather armor -->
		<item id="2642" chance="6666"/><!-- sandals -->
		<item id="2193" chance="1200"/><!-- ankh -->
		<item id="1987" chance="100000"><!-- bag -->
			<inside>
				<item id="2044" chance="6666"/><!-- lamp -->
				<item id="2689" countmax="3" chance="20000"/><!-- bread -->
				<item id="2401" chance="3333"/><!-- staff -->
				<item id="2166" chance="1428"/><!-- power ring -->
			</inside>
		</item>
	</loot>
</monster>

rep me if you use it
 
Last edited:
Back
Top