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

Lord of the Elements

kamilcioo

Veteran OT User
Joined
Jul 25, 2008
Messages
979
Solutions
1
Reaction score
291
I search for this monster Lord of the Elements
lord_of_the_elements.gif


Loot: Small Sapphire (Normal), Earthborn Titan Armor (Normal), Neutral Matter (Normal), Gold Nugget (Very Rare), 0-100 Platinum Coin.

immunities:
fire.gif
earth.gif
holly.gif
death.gif


HP: 50000
EXP: 25000
HITS: all elements attacks
 
XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Lord of the Elements" nameDescription="lord of the elements" race="undead" experience="8000" speed="370" manacost="0">
	<health now="8000" max="8000"/>
	<look type="290" corpse="9009"/>
	<targetchange interval="5000" chance="10"/>
	<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="1"/>
		<flag canpushcreatures="1"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" skill="100" attack="100"/>
		<attack name="speed" interval="2000" chance="20" radius="6" target="0" speedchange="-800" duration="5000">
			<attribute key="areaEffect" value="stones"/>
		</attack>
	</attacks>
	<defenses armor="30" defense="30">
		<defense name="healing" interval="2000" chance="25" min="100" max="195">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
		<defense name="outfit" interval="2000" chance="40" monster="Energy Overlord" duration="3000">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
		<defense name="outfit" interval="2000" chance="40" monster="Fire Overlord" duration="3000">
			<attribute key="areaEffect" value="redshimmer"/>
		</defense>
		<defense name="outfit" interval="2000" chance="40" monster="Earth Overlord" duration="3000">
			<attribute key="areaEffect" value="greenshimmer"/>
		</defense>
		<defense name="outfit" interval="2000" chance="40" monster="Ice Overlord" duration="3000">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
	</defenses>
	<elements>
		<element firePercent="30"/>
		<element energyPercent="30"/>
		<element icePercent="30"/>
		<element earthPercent="45"/>
	</elements>
	<immunities>
		<immunity holy="1"/>
		<immunity drown="1"/>
		<immunity death="1"/>
		<immunity invisible="1"/>
	</immunities>
	<summons maxSummons="2">
		<summon name="Blistering fire elemental" interval="2000" chance="25" max="1"/>
		<summon name="Jagged Earth Elemental" interval="2000" chance="25" max="1"/>
		<summon name="Roaring Water Elemental" interval="2000" chance="25" max="1"/>
		<summon name="Overcharged Energy Elemental" interval="2000" chance="25" max="1"/>
	</summons>
	<loot>
    <item id="2152" countmax="9" chance="42575" /><!-- platinum coin -->
    <item id="2146" countmax="4" chance="6500" /><!-- small sapphire -->
    <item id="9971" chance="33625" /><!-- gold ingot -->
    <item id="8882" chance="1150" /><!-- earthborn titan armor -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="2150" countmax="4" chance="5050" /><!-- small amethyst -->
            <item id="2147" countmax="4" chance="6350" /><!-- small ruby -->
            <item id="2149" countmax="4" chance="3250" /><!-- small emerald -->
        </inside>
    </item>
</loot>
</monster>

There you go
 
Back
Top