• 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]Fixed Dark Monk

Koci1994

Banned User
Joined
Dec 27, 2008
Messages
807
Reaction score
1
Witam w TFS 0.3.5PL1 jest blad z Dark Monkiem ma on zlego lota i zlą ilość hp.
Oto Poprawiony Dark Monk
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Dark Monk" nameDescription="a dark monk" race="blood" experience="145" speed="210" manacost="0">
	<health now="190" max="190"/>
	<look type="225" corpse="6080"/>
	<targetchange interval="5000" chance="8"/>
	<strategy attack="100" defense="0"/>
	<flags>
		<flag summonable="0"/>
		<flag attackable="1"/>
		<flag hostile="1"/>
		<flag illusionable="1"/>
		<flag convinceable="1"/>
		<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="50" attack="57"/>
		<attack name="lifedrain" interval="1000" chance="12" range="1" min="-55" max="-100">
			<attribute key="areaEffect" value="redshimmer"/>
		</attack>
	</attacks>
	<defenses armor="22" defense="23">
		<defense name="healing" interval="1000" chance="12" min="25" max="49">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
		<defense name="speed" interval="1000" chance="10" speedchange="300" duration="6000">
			<attribute key="areaEffect" value="redshimmer"/>
		</defense>
	</defenses>
	<elements>
		<element deathPercent="40"/>
		<element holyPercent="-20"/>
		<element physicalPercent="-12"/>
	</elements>
	<immunities>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="5000" chance="10">
		<voice sentence="You are no match to us!"/>
		<voice sentence="This is where your path will end!"/>
		<voice sentence="Your end has come!"/>
	</voices>
	<loot>
		<item id="2148" countmax="20" chance="100000"/><!-- gold coin --> V
		<item id="1949" chance="10000"/><!-- scroll --> V
		<item id="2467" chance="10000"/><!-- leather armor --> V
		<item id="2642" chance="5000"/><!-- sandals --> V
		<item id="1987" chance="100000"><!-- bag --> V
			<inside>
				<item id="2177" countmax="1" chance="1000"/><!-- life crystal --> V
				<item id="2044" chance="7500"/><!-- lamp --> V
				<item id="2689" countmax="1" chance="10000"/><!-- bread --> V
				<item id="2401" chance="5000"/><!-- staff --> V
				<item id="2166" chance="1500"/><!-- power ring --> V
				<item id="7620" chance="8000"/><!-- mana potion -->
				<item id="2193" chance="8000"/><!-- ankh -->
				<item id="2015" chance="20000"/><!-- brown flask -->
			</inside>
		</item>
	</loot>
</monster>
 
Kurwa... ale super... nie wiedziałem jak to zmienić i chciałem założyć temat, żeby ktoś mi pomógł dzięki ziom. Reppppp++++++++++++++++
 
naucz się pisać, pisze się |*05|/\|0|23|\/| - mocno pokemoniasty
 
Back
Top