• 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 Baby Stone Golem

Aeron

www.Asgard-World.com
Joined
Jul 23, 2009
Messages
231
Reaction score
3
Location
Spain
The son of a Stone Golem.
I'm using it on my server.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Baby Stone Golem" nameDescription="a baby stone golem" race="blood" experience="80" speed="180">
	<health now="120" max="120"/>
	<look type="333" corpse="6005"/>
	<targetchange interval="5000" chance="8"/>
	<strategy attack="100" defense="0"/>
	<flags>
		<flag summonable="1"/>
		<flag attackable="1"/>
		<flag hostile="1"/>
		<flag illusionable="1"/>
		<flag convinceable="1"/>
		<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="10" attack="14"/>
	</attacks>
	<defenses armor="10" defense="18"/>
	<elements>
		<element earthPercent="100"/>
		<element physicalPercent="22"/>
		<element firePercent="20"/>
		<element energyPercent="13"/>
		<element deathPercent="10"/>
		<element icePercent="-10"/>
	</elements>
	<immunities>
		<immunity paralyze="1"/>
	</immunities>
	<loot>
		<item id="2148" countmax="20" chance="100000"/><!-- gold coin -->
		<item id="2483" chance="10000"/><!-- scale armor -->
		<item id="5880" countmax="2" chance="2500"/><!-- iron ore -->
		<item id="1987" chance="100000"><!-- bag -->
			<inside>
				<item id="1295" chance="10000"/><!-- stone -->
				<item id="1294" countmax="5" chance="20000"/><!-- small stone -->
				<item id="2395" chance="2500"/><!-- carlin sword -->
				<item id="2050" chance="20000"/><!-- torch -->
				<item id="2580" chance="5000"/><!-- fishing rod -->
			</inside>
		</item>
	</loot>
</monster>
 
try guessing... its statue that medusa is changing you to?


told ya, without looking into code ;d
 
Last edited:
<look type="333"> Lol >.> It is just the thing Medusa turns you into...
 
Back
Top