• 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] Ferumbras

Kjeld

Avid OTLand fan
Joined
Oct 17, 2007
Messages
47
Reaction score
11
Location
255.255.255.0
Here's my Ferumbras, its 100% correct, using the infortmation given by Tibiawiki.

No Credits/Rep needed. Free to use =]

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Ferumbras" nameDescription="Ferumbras" race="blood" experience="12000" speed="250" manacost="0">
	<health now="15000" max="15000"/>
	<look type="229" head="20" body="30" legs="40" feet="50" corpse="5931"/>
	<targetchange interval="2000" chance="20"/>
	<strategy attack="60" defense="5"/>
	<flags>
		<flag summonable="0"/>
		<flag attackable="1"/>
		<flag hostile="1"/>
		<flag illusionable="0"/>
		<flag convinceable="0"/>
		<flag pushable="0"/>
		<flag canpushitems="1"/>
		<flag canpushcreatures="1"/>
		<flag targetdistance="1"/>
		<flag runonhealth="2500"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" skill="165" attack="155"/>
		<attack name="manadrain" interval="1000" chance="12" range="7" min="-350" max="-650">
			<attribute key="areaEffect" value="redshimmer"/>
		</attack>
		<attack name="poisoncondition" interval="1000" chance="9" radius="6" target="0" min="-50" max="-750">
			<attribute key="areaEffect" value="poison"/>
		</attack>
		<attack name="energycondition" interval="1000" chance="10" radius="6" target="0" min="-600" max="-700">
			<attribute key="areaEffect" value="energy"/>
		</attack>
		<attack name="manadrain" interval="1000" chance="8" radius="6" target="0" min="-500" max="-700">
			<attribute key="areaEffect" value="redshimmer"/>
		</attack>
		<attack name="lifedrain" interval="1000" chance="10" radius="6" target="0" min="-300" max="-500">
			<attribute key="areaEffect" value="poff"/>
		</attack>
		<attack name="strength" interval="1000" chance="6" radius="5" target="0">
			<attribute key="areaEffect" value="blackspark"/>
		</attack>
		<attack name="firecondition" interval="1000" chance="15" range="7" radius="7" target="1" min="-300" max="-700">
			<attribute key="shootEffect" value="fire"/>
			<attribute key="areaEffect" value="firearea"/>
		</attack>
		<attack name="lifedrain" interval="1000" chance="9" length="8" spread="0" min="-50" max="-850">
			<attribute key="areaEffect" value="greenspark"/>
		</attack>
	</attacks>
	<defenses armor="90" defense="110">
		<defense name="healing" interval="1000" chance="25" min="600" max="1000">
			<attribute key="areaEffect" value="greenshimmer"/>
		</defense>
		<defense name="healing" interval="1000" chance="10" min="1400" max="2600">
			<attribute key="areaEffect" value="greenshimmer"/>
		</defense>
		<defense name="speed" interval="1000" chance="4" speedchange="1901" duration="7000">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
		<defense name="invisible" interval="1000" chance="3" duration="9000">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
	</defenses>
	<immunities>
		<immunity physical="0"/>
		<immunity energy="1"/>
		<immunity fire="1"/>
		<immunity poison="1"/>
		<immunity lifedrain="1"/>
		<immunity paralyze="1"/>
		<immunity outfit="1"/>
		<immunity drunk="1"/>
		<immunity invisible="1"/>
	</immunities>
	<summons maxSummons="4">
		<summon name="demon" interval="1000" chance="12" max="4"/>
	</summons>
	<voices interval="5000" chance="50">
		<voice sentence="NOONE WILL STOP ME THIS TIME!" yell="1"/>
		<voice sentence="THE POWER IS MINE!" yell="1"/>
	</voices>
	<loot>
		<item id="2148" countmax="100" chance="50000"/> 	-- Gold coins
		<item id="2148" countmax="80" chance="50000"/> 		-- Gold coins
		<item id="2387" chance="15000"/>  			-- Double Axe
		<item id="2432" chance="2000"/>				-- Fire Axe
		<item id="2171" chance="2000"/>				-- Platinum Amulet
		<item id="1987" chance="100000"> 			-- Brown Bag
		<inside>
		<item id="5903" change="100000"/> 			-- Ferumbras' Hat
		<item id="2145" countmax="3" chance="33333"/> 		-- 1/3 Small Diamonds
		<item id="2124" chance="5555"/> 			-- Crystal Ring
		<item id="2167" chance="5555"/> 			-- Energy Ring
      </inside>
    </item>
  </loot>
</monster>

Use it wisely.

I'll be adding the raid later, I can't seem to get it working.

Kjeld~
 
Back
Top