• 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 Leonidas And Spartan [300 Movie]

nestor483

New Member
Joined
Sep 7, 2011
Messages
13
Reaction score
2
Location
Thais
Hallo Guyz this is my second post!
Here We Go With Leonidas and his summons Spartans!
First with the Summons:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Espartano" nameDescription="Un Espartano" race="blood" experience="4800" speed="610" manacost="390">
	<health now="70000" max="70000"/>
	<look type="134" head="95" body="0" legs="113" feet="115" corpse="6080"/>
	<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="0"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="18"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" skill="20" attack="10"/>
	</attacks>
	<defenses armor="10" defense="13"/>
	<elements>
		<element physicalPercent="-5"/>
		<element deathPercent="-5"/>
	</elements>
	<voices interval="5000" chance="10">
		<voice sentence="HAIL LEONIDAS!"/>
		<voice sentence="Alejate de nuestro jefe Leonidas!"/>
	</voices>
	<loot>
    <item id="2148" countmax="10" chance="46450" /><!-- gold coin -->
    <item id="2649" chance="14275" /><!-- leather legs -->
    <item id="2050" countmax="2" chance="22200" /><!-- torch -->
    <item id="2671" chance="10650" /><!-- ham -->
    <item id="2404" chance="4100" /><!-- combat knife -->
    <item id="2403" chance="9050" /><!-- knife -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="2461" chance="8800" /><!-- leather helmet -->
            <item id="2406" chance="9325" /><!-- short sword -->
            <item id="8840" countmax="5" chance="3350" /><!-- raspberry -->
            <item id="2376" chance="4700" /><!-- sword -->
            <item id="1890" chance="200" /><!-- deer trophy -->
        </inside>
    </item>
</loot>







</monster>
The Monster is in Spanish because im spanish :) you can edit those parts

Now Leonidas!
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Leonidas" nameDescription="estas viendo a leonidas" race="blood" experience="5000" speed="968" manacost="0">
	<health now="140000" max="140000"/>
	<look type="73" corpse="6080"/>
	<targetchange interval="5000" chance="8"/>
	<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="4"/>
		<flag staticattack="90"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" skill="70" attack="60"/>
		<attack name="physical" interval="3000" chance="25" range="7" min="-20" max="-120">
			<attribute key="shootEffect" value="arrow"/>
		</attack>
	</attacks>
	<defenses armor="30" defense="20">
		<defense name="healing" interval="1000" chance="10" min="100" max="200">
			<attribute key="areaEffect" value="blueshimmer"/>
		</defense>
	</defenses>
	<elements>
		<element energyPercent="40"/>
		<element icePercent="20"/>
		<element firePercent="30"/>
		<element holyPercent="50"/>
		<element earthPercent="50"/>
		<element physicalPercent="10"/>
		<element deathPercent="-20"/>
	</elements>
	<immunities>
		<immunity paralyze="1"/>
		<immunity invisible="1"/>
	</immunities>
		<summons maxSummons="300">
		<summon name="espartano" interval="500" chance="100" max="300"/>
	</summons>
	<voices interval="5000" chance="10">
		<voice sentence="Locura?; ESTO ES ESPARTA!!"/><!-- Madness? THIS IS SPARTA! -->
	</voices>
	<loot>
    <item id="1949" chance="45650" /><!-- scroll -->
    <item id="2148" countmax="100" chance="30300" /><!-- gold coin -->
    <item id="2681" chance="19000" /><!-- grapes -->
    <item id="2544" countmax="13" chance="14300" /><!-- arrow -->
    <item id="2744" chance="20175" /><!-- red rose -->
    <item id="2666" chance="15825" /><!-- meat -->
    <item id="2661" chance="10950" /><!-- scarf -->
    <item id="2456" chance="12525" /><!-- bow -->
    <item id="2071" chance="14425" /><!-- lyre -->
    <item id="2377" chance="1475" /><!-- two handed sword -->
    <item id="2652" chance="7450" /><!-- green tunic -->
    <item id="2120" chance="19300" /><!-- rope -->
    <item id="7364" countmax="4" chance="7875" /><!-- sniper arrow -->
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item id="2121" chance="4500" /><!-- wedding ring -->
            <item id="2391" chance="1175" /><!-- war hammer -->
            <item id="5911" chance="2075" /><!-- red piece of cloth -->
            <item id="2488" chance="650" /><!-- crown legs -->
            <item id="2519" chance="100" /><!-- crown shield -->
            <item id="2164" chance="675" /><!-- might ring -->
            <item id="7591" chance="700" /><!-- great health potion -->
            <item id="2487" chance="600" /><!-- crown armor -->
            <item id="2491" chance="575" /><!-- crown helmet -->
            <item id="2114" chance="100" /><!-- piggy bank -->
            <item id="2392" chance="475" /><!-- fire sword -->
        </inside>
    </item>
</loot>






</monster>

Now Monsters.XML

Code:
	<monster name="Leonidas" file="Leonidas.xml"/>
	<monster name="spartan" file="spartan.xml"/>


Please if i helped you Rep+ ^_^
 
Back
Top Bottom