• 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 Unseen Turttle

cigarwin

New Member
Joined
Jul 14, 2008
Messages
13
Reaction score
0
krept.jpg


I have never saw this monster before but you can now use it in 8.54 but I am not aware of loot or real name if you no let me no and I will change change.



Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="blacklord krept tuttle" nameDescription="a " race="blood" experience="89000" speed="2000" manacost="34000">
	<health now="23400" max="25000"/>
	<look type="303" corpse="9780,9783"/>
	<targetchange interval="5000" chance="0"/>
	<strategy attack="1000" defense="0"/>
	<flags>
		<flag summonable="0"/>
		<flag attackable="1"/>
		<flag hostile="1"/>
		<flag illusionable="0"/>
		<flag convinceable="1"/>
		<flag pushable="1"/>
		<flag canpushitems="1"/>
		<flag canpushcreatures="0"/>
		<flag staticattack="90"/>
		<flag targetdistance="1"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" min="-20" max="-40"/>
	</attacks>
	<defenses armor="340" defense="540"/>
	<elements>
		<element physicalPercent="0"/>
		<element icePercent="0"/>
		<element earthPercent="0"/>
		<element firePercent="0"/>
	</elements>
	<loot>

	</loot>
</monster>
 

Attachments

Last edited:
303 is the looktype of the monster 9780,9783 is the corpse that it decays to after death. What made you confused.
 
i bolded that made me confused, you dont need to show the decaying corpse?
 
It really is up to who ever is using and does what ever with the monster code.
 
Back
Top