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

Need one monster

KrychaXX

New Member
Joined
Apr 22, 2008
Messages
91
Reaction score
0
Hi all. I search monster for 8.54 tfs 0.3.6 "Lavahole"

Monster --> lavahole need to inq

:thumbup:^_^
 
Here :p
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Lavahole" nameDescription="a lavahole" race="undead" experience="0" speed="0" manacost="0">
	<health now="100" max="100"/>
	<look typeex="389"/>
	<targetchange interval="5000" chance="0"/>
	<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="100"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="fire" interval="3000" chance="30" range="7" min="-0" max="-111">
			<attribute key="shootEffect" value="fire"/>
			<attribute key="areaEffect" value="firearea"/>
		</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