• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Monster Diseased Fred

  • Thread starter Thread starter Evil Puncker
  • Start date Start date
E

Evil Puncker

Guest
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Diseased Fred" nameDescription="Diseased Fred" race="venom" experience="300" speed="250" manacost="0">
	<health now="2000" max="2000"/>
	<look type="299" corpse="8951"/>
	<targetchange interval="60000" chance="0"/>
	<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 staticattack="15"/>
		<flag lightlevel="0"/>
		<flag lightcolor="0"/>
		<flag targetdistance="1"/>
		<flag runonhealth="200"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" min="0" max="-135" poison="4"/>
		<attack name="lifedrain" interval="2000" range="6" target="1" min="-65" max="-85">
			<attribute key="areaEffect" value="redshimmer"/>
		</attack>
		<attack name="poison" interval="1000" chance="40" radius="4" target="0" min="-100" max="-140">
			<attribute key="areaEffect" value="poison"/>
		</attack>
		<attack name="speed" interval="3000" chance="10" range="7" target="1" duration="30000" speedchange="-152">
			<attribute key="areaEffect" value="redshimmer"/>
		</attack>
	</attacks>
	<defenses armor="10" defense="25">
		<defense name="healing" interval="2000" chance="10" min="80" max="100">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
	</defenses>
	<elements>
		<element energyPercent="15"/>
		<element physicalPercent="15"/>
		<element earthPercent="100"/>
		<element icePercent="15"/>
		<element holyPercent="15"/>
		<element deathPercent="55"/>
		<element firePercent="15"/>
	</elements>
	<immunities>
		<immunity earth="1"/>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="2000" chance="5">
		<voice sentence="You will suffer the same fate as I do!"/>
		<voice sentence="The pain! The pain!"/>
		<voice sentence="Stay away! I am contagious!"/>
		<voice sentence="The plague will get you!"/>
	</voices>
	<loot>
		<item id="2148" countmax="23" chance="5000"/>	<!-- gold coin -->
	</loot>
</monster>
 
One thread would have been enough for all 3 of these, since they are the same fucking thing
Nerd Rage much?

But yeah 1 thread for all of them would of been good. But still nice releases, keep on releasing some custom monsters!
 
Nerd Rage much?

But yeah 1 thread for all of them would of been good. But still nice releases, keep on releasing some custom monsters!

They aren't custom :P they are a part of "In service of yalahar quest" :P
 
Back
Top