• 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!

Monster [7.9+] Destructive Force

Moj mistrz

Monster Creator
Joined
Feb 1, 2008
Messages
932
Solutions
10
Reaction score
295
Location
Poland
Hello, I was bored and decided to make custom boss monster, so here you go. Its Juggernaut boss, difficult to slay cause of its healing abilities, but its worth to kill it since it may drop nice items.

Juggernaut.gif
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Destructive Force" nameDescription="Destructive Force" race="blood" experience="35000" speed="380" manacost="0">
    <health now="65000" max="65000"/>
    <look type="244" corpse="6336"/>
    <targetchange interval="2000" chance="16"/>
    <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="90"/>
        <flag runonhealth="3400"/>
        <flag lightlevel="5"/>
        <flag lightcolor="102"/>
    </flags>
    <attacks>
        <attack name="melee" interval="2000" skill="220" attack="240" poison="1100"/>
        <attack name="physical" interval="2000" chance="17" range="7" target="1" radius="2" min="-750" max="-1200">
            <attribute key="shootEffect" value="largerock"/>
            <attribute key="areaEffect" value="explosionarea"/>
        </attack>
        <attack name="speed" interval="2000" chance="9" target="0" radius="4" speedchange="-850" duration="8000">
            <attribute key="areaEffect" value="groundshaker"/>
        </attack>
        <attack name="blood rage" interval="2000" chance="6"/>
        <attack name="lifedrain" interval="2000" chance="10" length="8" spread="0" min="-400" max="-930">
            <attribute key="areaEffect" value="redspark"/>
        </attack>
        <attack name="poison" interval="2000" chance="17" radius="3" target="0" min="-350" max="-660">
            <attribute key="areaEffect" value="greenspark"/>
        </attack>
        <attack name="lifedrain" interval="2000" chance="11" length="8" spread="3" min="-500" max="-720">
            <attribute key="areaEffect" value="explosionarea"/>
        </attack>
        <attack name="death" interval="2000" chance="3" radius="7" target="0" min="-1000" max="-1360">
            <attribute key="areaEffect" value="mortarea"/>
        </attack>
        <attack name="manadrain" interval="2000" chance="13" length="4" spread="3" min="-200" max="-450">
            <attribute key="areaEffect" value="bluebubble"/>
        </attack>
    </attacks>
    <defenses armor="140" defense="95">
        <defense name="speed" interval="2000" chance="17" speedchange="1420" duration="2000">
            <attribute key="areaEffect" value="fire"/>
        </defense>
        <defense name="healing" interval="2000" chance="35" min="800" max="1200">
            <attribute key="areaEffect" value="yellowenergy"/>
        </defense>
        <defense name="healing" interval="2000" chance="14" min="4500" max="12400">
            <attribute key="areaEffect" value="yellowenergy"/>
        </defense>
        <defense name="healing" interval="2000" chance="5" min="15000" max="35000">
            <attribute key="areaEffect" value="yellowenergy"/>
        </defense>
        <defense name="healing" interval="2000" chance="100">
            <attribute key="areaEffect" value="blacksmoke"/>
        </defense>
        <defense name="healing" interval="15000" chance="100" radius="4">
            <attribute key="areaEffect" value="teleport"/>
        </defense>
    </defenses>
    <elements>
        <element physicalPercent="60"/>
        <element firePercent="80"/>
        <element icePercent="40"/>
        <element earthPercent="90"/>
        <element energyPercent="15"/>
        <element holyPercent="-5"/>
        <element deathPercent="30"/>
    </elements>
    <immunities>
        <immunity paralyze="1"/>
        <immunity invisible="1"/>
        <immunity outfit="1"/>
        <immunity drunk="1"/>
        <immunity drown="1"/>
        <immunity lifedrain="1"/>
    </immunities>
    <summons maxSummons="2">
        <summon name="Juggernaut" interval="15000" chance="100" max="1"/>
        <summon name="Juggernaut" interval="15000" chance="100" max="1"/>
    </summons>
    <voices interval="5000" chance="10">
        <voice sentence="WAHHHH!" yell="1"/>
        <voice sentence="RAAARRR!" yell="1"/>
        <voice sentence="GRRRRRR!" yell="1"/>
        <voice sentence="GRRRRRROOOOOOOOOOOOOOOWLLL!" yell="1"/>
    </voices>
    <loot>
        <item id="2152" countmax="90" chance="42000"/><!-- platinum coin -->
        <item id="2148" countmax="100" chance="42000"/><!-- gold coin -->
        <item id="2148" countmax="100" chance="42000"/><!-- gold coin -->
        <item id="2148" countmax="75" chance="42000"/><!-- gold coin -->
        <item id="6500" countmax="5" chance="10000"/><!-- demonic essence -->
        <item id="9971" countmax="2" chance="8000"/><!-- gold ingot -->
        <item id="7590" countmax="2" chance="9000"/><!-- great mana potion -->
        <item id="8473" countmax="3" chance="7500"/><!-- ultimate health potion -->
        <item id="6529" countmax="85" chance="11500"/><!-- infernal bolt -->
        <item id="2143" countmax="60" chance="22000"/><!-- white pearl -->
        <item id="2144" countmax="60" chance="22000"/><!-- black pearl -->
        <item id="2149" countmax="80" chance="22000"/><!-- small emerald -->
        <item id="2150" countmax="70" chance="22000"/><!-- small amethyst -->
        <item id="2151" countmax="35" chance="22000"/><!-- talon -->
        <item id="2158" chance="21500"/><!-- blue gem -->
        <item id="2671" countmax="22" chance="10750"/><!-- ham -->
        <item id="9808" chance="7500"/><!-- rusty armor -->
        <item id="5944" countmax="2" chance="30000"/><!-- soul orb -->
        <item id="2470" chance="6500"/><!-- golden legs -->
        <item id="2466" chance="11000"/><!-- golden armor -->
        <item id="2514" chance="11500"/><!-- mastermind shield -->
        <item id="8889" chance="12000"/><!-- skullcracker armor -->
        <item id="2452" chance="11000"/><!-- heavy mace -->
        <item id="2501" chance="2600"/><!-- ceremonial mask -->
        <item id="12630" chance="5500"/><!-- cobra crown -->
        <item id="2506" chance="1400"/><!-- dragon scale helmet -->
        <item id="2472" chance="11000"/><!-- magic plate armor -->
        <item id="8882" chance="2000"/><!-- earthborn titan armor -->
        <item id="7884" chance="11400"/><!-- terra mantle -->
        <item id="2646" chance="1500"/><!-- golden boots -->
        <item id="2195" chance="15000"/><!-- boots of haste -->
        <item id="2522" chance="2900"/><!-- great shield -->
        <item id="2542" chance="9000"/><!-- tempest shield -->
        <item id="2520" chance="15000"/><!-- demon shield -->
        <item id="8904" chance="11000"/><!-- spellscroll of prophecies -->
        <item id="2488" chance="15000"/><!-- crown legs -->
        <item id="7453" chance="7200"/><!-- executioner -->
        <item id="7420" chance="9000"/><!-- reaper's axe -->
        <item id="7423" chance="6000"/><!-- skullcrusher -->
        <item id="7405" chance="11000"/><!-- havoc blade -->
        <item id="7417" chance="9000"/><!-- runed sword -->
        <item id="18411" chance="15000"/><!-- muck rod -->
        <item id="2112" chance="12000"/><!-- teddy bear -->
        <item id="1983" chance="7000"/><!-- green tome -->
        <item id="2173" chance="15000"/><!-- amulet of loss -->
        <item id="2127" chance="16000"/><!-- emerald bangle -->
    </loot>
</monster>
 
Back
Top