monster.xml
<monster name="The Mutated Pumpkin" file="Custom/the mutated pumpkin.xml"/>
the mutated pumpkin.xml
<?xml version="1.0" encoding="UTF-8"?> <monster name="The Mutated Pumpkin" nameDescription="a mutated pumpkin" race="undead" experience="35000" speed="700" manacost="0"> <health now="550000" max="550000"/> <look type="292" corpse="8960"/> <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="1"/> <flag staticattack="85"/> <flag runonhealth="300"/> </flags> <attacks> <attack name="melee" interval="2000" skill="105" attack="85"/> <attack name="manadrain" interval="3000" chance="18" range="7" target="1" min="-100" max="-300"> <attribute key="areaEffect" value="redshimmer"/> </attack> <attack name="earth" interval="2000" chance="15" radius="7" target="0" min="-100" max="-300"> <attribute key="areaEffect" value="poison"/> </attack> <attack name="energy" interval="3000" chance="14" radius="7" target="0" min="-40" max="-300"> <attribute key="areaEffect" value="energy"/> </attack> <attack name="death" interval="1000" chance="10" radius="8" target="0" min="-30" max="-300"> <attribute key="areaEffect" value="poff"/> </attack> <attack name="earth" interval="3000" chance="12" length="8" spread="3" min="-100" max="-300"> <attribute key="areaEffect" value="plantattack"/> </attack> <attack name="lifedrain" interval="1000" chance="10" length="6" spread="0" min="-100" max="-400"> <attribute key="areaEffect" value="greenspark"/> </attack> <attack name="outfit" interval="1000" chance="2" radius="8" target="0" monster="The Mutated Pumpkin" duration="5000"> <attribute key="areaEffect" value="bluebubble"/> </attack> </attacks> <defenses armor="60" defense="60"> <defense name="invisible" interval="8000" chance="13" duration="5000"> <attribute key="areaEffect" value="blueshimmer"/> </defense> </defenses> <elements> <element firePercent="90"/> </elements> <immunities> <immunity paralyze="1"/> <immunity invisible="1"/> </immunities> <voices interval="5000" chance="20"> <voice sentence="I had the Halloween Hare for breakfast!"/> <voice sentence="Your soul will be mine...wait, wrong line"/> <voice sentence="Trick or treat? I saw death!"/> <voice sentence="No wait! Don't kill me! It's me, your friend!"/> <voice sentence="Bunnies, bah! I'm the real thing!"/> <voice sentence="Muahahahaha!"/> <voice sentence="I've come to avenge all those mutilated pumpkins!"/> <voice sentence="Wait until I get you!"/> <voice sentence="Fear the spirit of Halloween!"/> </voices> <loot> <item id="2148" countmax="25" chance1="100000" chancemax="0"/> --Gold <item id="2514" chance="8550"/> --mastermind shield <item id="2171" chance="3200"/> --platinum amulet <item id="8885" chance="2222"/> --Divine Plate <item id="2470" chance="3800"/> --Golden Legs <item id="2148" countmax="80" chance1="100000" chancemax="0"/> --Gold <item id="2148" countmax="75" chance1="100000" chancemax="0"/> -- Gold <item id="9970" countmax="74" chance1="6500"/> --small topaz <item id="1987" chance="100000"> <inside> <item id="2523" chance="2000"/> <!-- blessed shield --> <item id="9981" chance="3000"/> <!-- azerus figurine --> <item id="9956" chance="3000"/> <!-- steel helmet --> <item id="7422" chance="4000"/> <!-- jade hammer --> <item id="7620" chance="4000"/> <!-- mana potion --> <item id="9808" chance="3000"/> <!-- rusty armor --> <item id="2205" chance="2000"/> <!-- life ring --> </inside> </item> </loot> </monster>
|