• 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 Spark of Energy Nothingess - Powerful Energy Elemental.

Oskar1121

Excellent OT User
Joined
Jul 15, 2009
Messages
638
Reaction score
553
Location
Poland
I know that my English is terrible ^^
Making file about name is:
PHP:
Spark of Energy Nothingess.xml[/code]
And paste this:
[php]<?xml version="1.0" encoding="UTF-8"?>
  <monster name="Spark of Energy Nothingess" nameDescription="as spark of energy nothingess" race="undead" experience="9250" species="energy" speed="380" manacost="0">
    <health now="14500" max="14500"/>
    <look type="290" corpse="8967"/>
    <targetchange interval="10000" chance="50"/>
    <strategy attack="100" defense="0"/>
    <flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="80"/>
<flag runonhealth="420"/>
    </flags>
<attacks>
<attack name="melee" interval="2000" skill="-115" max="-1215"/>
    <attack name="lifedrain" interval="3000" chance="18" radius="7" target="0" min="-595" max="-949">
      <attribute key="areaEffect" value="yellowspark"/>
    </attack>
	<attack name="energy" interval="2000" chance="19" length="7" spread="0" min="-621" max="-1244">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="energy" interval="2100" chance="14" radius="5" target="1" min="-342" max="-725">
<attribute key="areaEffect" value="yellowenergy"/>
<atttribute key="shootEffect" value="energy"/>
</attack>
	<attack name="energycondition" interval="2300" chance="14" radius="3" target="0" min="-300" max="-600">
<attribute key="areaEffect" value="energy"/>
</attack>
<attack name="energy" interval="2200" chance="21" radius="2" target="0" min="-1186" max="-1614">
		<attribute key="areaEffect" value="teleport"/>
</attack>
<attack name="energy" interval="1000" chance="13" range="7" target="1" min="-285" max="-514">
		<atttribute key="areaEffect" value="energyarea"/>
		<atttribute key="shootEffect" value="energyball"/>
		</attack>
		<attack name="energy" interval="1000" chance="19" range="7" radius="2" target="1" min="-285" max="-414">
		<atttribute key="areaEffect" value="energyarea"/>
		<atttribute key="shootEffect" value="flasharrow"/>
		</attack>
	<attack name="speed" interval="1500" chance="11" speedchange="-490" range="7" target="1" radius="3" duration="10000">
		<atttribute key="areaEffect" value="bluenote"/>
		<atttribute key="shootEffect" value="flasharrow"/>
	</attack>	
</attacks>
    <defenses armor="55" defense="65">
    <defense name="healing" interval="1000" chance="11" min="390" max="550">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
	<defense name="healing" interval="1500" chance="12" min="490" max="650">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
	    <defense name="invisible" interval="2000" chance="10" duration="6000">
      <attribute key="areaEffect" value="bluefirework"/>
    </defense>
  </defenses>
<elements>
		<element physicalPercent="80"/>
		<element holyPercent="30"/>
		<element deathPercent="10"/>
		<element icePercent="70"/>
		<element firePercent="80"/>
</elements>
  <immunities>
    <immunity energy="1"/>
    <immunity earth="1"/>
    <immunity invisible="1"/>
	<immunity lifedrain="1"/>
	<immunity paralyze="1"/>
  </immunities>
    <summons maxSummons="2">
    <summon name="Energy Suppressor" interval="2000" chance="23" max="2"/>
  </summons>
  <loot>
    <item id="2148" countmax="90" chance="80000"/> --gold
    <item id="2148" countmax="85" chance="60000"/> --gold
    <item id="9810" chance="3000"/> --rusty arm
	<item id="7589" chance="18000"/> --smp
    <item id="2150" countmax="23" chance="8500"/> --small amethyst
    <item id="7838" countmax="21" chance="12000"/> --flash arrow
    <item id="10221" chance="3700"/> --shockwave amulet
	<item id="2168" chance="2300"/> --life ring
	<item id="2487" chance="1800"/> --crown armor
	<item id="2123" chance="1000"/> --rots
	<item id="7876" chance="900"/> --ench heroic axe
	<item id="8871" chance="2500"/> --focus cape
	<item id="7893" chance="3600"/> --lightning boots
    <item id="2497" chance="2000"/> --crus helm
    <item id="1987" chance="100000"> --bag
      <inside>
    <item id="7898" chance="3600"/> --lightning robe
	<item id="2515" chance="3300"/> --guardian shield
    <item id="7889" chance="1200"/> --lightning peadband
	<item id="7590" chance="9000"/> --GMP
	<item id="7871" chance="800"/> --ench mystic blade
	<item id="2153" chance="4000"/> --violet gem
	<item id="2198" chance="4250"/> --elven amulet
	<item id="8868" chance="1300"/> --velvet mantle
	<item id="2656" chance="4000"/> --blue robe
	<item id="8904" chance="900"/> --spellscroll
    <item id="7883" chance="3200"/>  --ench war hammer
	<item id="8883" chance="600"/> --windborn giant armor
	<item id="2189" chance="5000"/>  --woce
	<item id="2152" countmax="4" chance="16000"/> --platinum coin
    <item id="8920" chance="2200"/> --wand of starstorm
	<item id="8879" chance="900"/> --voltage armor
	<item id="2158" chance="5300"/> --blue gem
	<item id="2488" chance="4500"/> --crown legs
	<item id="7417" chance="500"/> --runed sword
	<item id="2542" chance="300"/> --tempest shield
	<item id="2148" countmax="46" chance="60000"/> --gold
      </inside>
    </item>
  </loot>
  </monster>
Making file about name is:
PHP:
Energy Suppressor.xml
And paste:
PHP:
<?xml version="1.0" encoding="UTF-8"?>
  <monster name="Energy Suppressor" nameDescription="an energy suppressor" race="undead" experience="2250" species="energy" speed="320" manacost="0">
    <health now="2100" max="2100"/>
	<look type="293" corpse="8967"/>
    <targetchange interval="10000" chance="50"/>
    <strategy attack="100" defense="0"/>
   <flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="80"/>
<flag runonhealth="150"/>
    </flags>
<attacks>
    <attack name="melee" interval="2000" min="-70" max="-245"/>
	<attack name="physical" interval="2000" chance="20" range="7" min="-125" max="-295">
		<attribute key="shootEffect" value="powerbolt"/>
			</attack>
			<attack name="energy" interval="2500" chance="16" radius="2" target="0" min="-325" max="-595">
		<attribute key="areaEffect" value="teleport"/>
			</attack>
	<attack name="energycondition" interval="1000" chance="10" radius="7" target="0" min="-200" max="-400">
		<attribute key="areaEffect" value="yellowspark"/>
			</attack>
	<attack name="energy" interval="2200" chance="10" length="7" spread="0" min="-150" max="-300">
		<attribute key="areaEffect" value="energyarea"/>
			</attack>
			<attack name="energy" interval="2300" chance="10" radius="5" target="1" min="-250" max="-400">
		<attribute key="areaEffect" value="purpleenergy"/>
		<attribute key="shootEffect" value="energyball"/>
			</attack>
</attacks>
    <defenses armor="35" defense="40">
    <defense name="healing" interval="2000" chance="15" min="90" max="250">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
<elements>
		<element physicalPercent="30"/>
		<element holyPercent="10"/>
		<element deathPercent="5"/>
		<element earthPercent="90"/>
</elements>
  <immunities>
    <immunity ice="1"/>
    <immunity energy="1"/>
    <immunity fire="1"/>
    <immunity invisible="1"/>
	<immunity lifedrain="1"/>
	<immunity paralyze="1"/>
  </immunities>
    <loot>
    <item id="2148" countmax="100" chance="80000"/>
    <item id="2148" countmax="54" chance="60000"/>
    <item id="2413" chance="6000"/> --broad sword
	<item id="5801" chance="1000"/> --key ring
	<item id="7901" chance="900"/> --lightning headband
    <item id="2150" countmax="3" chance="8500"/> --small amethyst
    <item id="7838" countmax="10" chance="12000"/> --flash arrow
    <item id="10221" chance="700"/> --shockwave amulet
    <item id="9810" chance="3000"/> --rusty armor
    <item id="1987" chance="100000">
      <inside>
		<item id="7895" chance="400"/> --lightning legs
		<item id="8920" chance="700"/> --wand of starstorm
		<item id="2519" chance="500"/> --crown shield
		<item id="7889" chance="1100"/> --lightning peadant
		<item id="2148" countmax="46" chance="60000"/>
		<item id="2656" chance="800"/> --blue robe
		<item id="8902" chance="300"/> --sb mind control
		<item id="2457" chance="3000"/> --steel helmet
		<item id="9819" chance="2000"/> --rusty boots
		<item id="7878" chance="1000"/> --energy war axe
		<item id="2158" chance="900"/> --blue gem
      </inside>
    </item>
  </loot>
  </monster>
In monsters.xml paste this:
PHP:
<monster name="Energy Suppressor" file="Energy Suppressor.xml"/>
<monster name="Spark of Energy Nothingess" file="Spark of Energy Nothingess.xml"/>
SS:
zogqza.png

2qlejbb.png

Look Spark of Energy Nothingess:
Massive_Energy_Elemental.gif

Look Energy Suppressor:
Energy_Elemental.gif
 
Last edited:
Back
Top