• 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 Kraknaknork's Demon

nestor483

New Member
Joined
Sep 7, 2011
Messages
13
Reaction score
2
Location
Thais
Hallo Guys This is my First post on OTLand ^_^
Im Here and i wanna to present The
Kraknaknork Demon! (The Fu***** Demon That kills us on rookgard :mad: )
I Tried to make it the same possible
Ok Lets Go With the Monster Lulz

Create a XML File Called: Kraknaknork Demon.xml [Obviously]
And put this code on the XML File:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Kraknaknork Demon" nameDescription="a Kraknaknork Demon" race="fire" experience="0" speed="400" manacost="0">
	<health now="120" max="120"/>
	<look type="12" head="117" body="58" legs="117" feet="0" corpse="6068"/>
	<targetchange interval="5000" chance="15"/>
	<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="85"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" skill="95" attack="95"/>
		<attack name="fire" interval="3000" chance="20" target="1" radius="4" min="-10" max="-40">
			<attribute key="areaEffect" value="explosion"/>
		</attack>
	</attacks>
	<elements>
		<element icePercent="-15"/>
		<element energyPercent="-5"/>
		<element earthPercent="-8"/>
		<element firePercent="25"/>
	</elements>
	<immunities>
		<immunity death="1"/>
		<immunity paralyze="1"/>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="5000" chance="100">
		<voice sentence="STEP A BIT CLOSER, RIGHT THERE, HAHAHA!" yell="1"/>
		<voice sentence="COME AND DIE!" yell="1"/>
		<voice sentence="ROOKIE FOR BREAKFAST" yell="1"/>
	</voices>
	<loot>
    <item id="2148" countmax="100" chance="48025" /><!-- gold coin -->
    <item id="2148" countmax="86" chance="48025" /><!-- gold coin -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="2148" chance="24400" /><!-- gold ingot -->
        </inside>
    </item>
</loot>








</monster>

Now Put on Monsters.xml
Code:
<monster name="Kraknaknork Demon" file="Kraknaknork Demon.xml"/>

Thats All!
If You Liked my monster please Rep+ :)
 
Why did u put loot inside it? Cuz this monster is not supposed to get killed, right?
 
??????????????????????

XML:
        <inside>
            <item id="2148" chance="24400" /><!-- gold ingot -->
        </inside>
    </item>
</loot>

Gold Ingot? Why?
 
Back
Top