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

Windows Something About Monster

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
How To Make New Monster AnD ADD TO (RME) Tibia Map Edite !



Some Thing Like This




Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Vampire" nameDescription="a vampire" race="blood" experience="305" speed="220" manacost="0">
	<health now="450" max="450"/>
	<look type="68" corpse="6006"/>
	<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="0"/>
		<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" min="-30" max="-180"/>
		<attack name="lifedrain" interval="2000" chance="20" range="1" min="-55" max="-105">
			<attribute key="areaEffect" value="redshimmer"/>
		</attack>
		<attack name="speed" interval="2000" chance="12" radius="6" target="0" speedchange="-600" duration="60000">
			<attribute key="areaEffect" value="redshimmer"/>
		</attack>
	</attacks>
	<defenses armor="17" defense="23">
		<defense name="outfit" interval="1500" chance="60" monster="bat" duration="6000">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
		<defense name="outfit" interval="1500" chance="50" monster="vampire" duration="6000">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
		<defense name="speed" interval="1500" chance="120" range="7" speedchange="300" duration="30000">
			<attribute key="areaEffect" value="redshimmer"/>
		</defense>
	</defenses>
	<elements>
		<element deathPercent="100"/>
		<element earthPercent="100"/>
		<element physicalPercent="15"/>
		<element firePercent="-10"/>
		<element holyPercent="-25"/>
	</elements>
	<immunities>
		<immunity lifedrain="1"/>
		<immunity paralyze="1"/>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="5000" chance="100">
		<voice sentence="BLOOD!" yell="1"/>
		<voice sentence="Let me kiss your neck."/>
		<voice sentence="I smell warm blood."/>
		<voice sentence="I call you, my bats! Come!"/>
	</voices>
	<loot>
		<item id="2148" countmax="9" chance="100000"/><!-- gold coin -->
		<item id="2649" chance="8000"/><!-- leather legs -->
		<item id="2383" chance="1666"/><!-- spike sword -->
		<item id="5905" countmax="1" chance="2000"/><!-- vampire dust -->
		<item id="2172" chance="200"/><!-- bronze amulet -->
		<item id="2127" countmax="1" chance="200"/><!-- esmeralde blange -->
		<item id="1987" chance="100000"><!-- bag -->
			<inside>
				<item id="2148" countmax="4" chance="2500"/><!-- gold coin -->
				<item id="2032" chance="10000"/><!-- bowl -->
				<item id="2229" countmax="3" chance="10000"/><!-- skull -->
				<item id="2412" chance="15000"/><!-- katana -->
				<item id="2747" chance="18000"/><!-- grave flower -->
				<item id="2534" chance="500"/><!-- vampire shield -->
				<item id="2396" chance="600"/><!-- ice rapier -->
				<item id="2144" countmax="3" chance="1538"/><!-- black pearl -->
				<item id="2479" chance="1428"/><!-- strange helmet -->
			</inside>
		</item>
	</loot>
</monster>











Sooory For My English xO
 
Back
Top