• 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 Hulk died and went to hell!!

MadMOOK

Hoo
Joined
Apr 20, 2011
Messages
802
Reaction score
43
This is the newest arch demon Hulkinor..
hulk_zpsd8355599.png

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Hulkinor" nameDescription="Hulkinor" race="fire" experience="35000" speed="380" manacost="0">
  <health now="130000" max="130000"/>
  <look type="12" head="0" body="82" legs="111" feet="91" corpse="6068"/>
  <targetchange interval="5000" chance="20"/>
  <strategy attack="65" defense="5"/>
  <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="0"/>
  </flags>
  <attacks>
    <attack name="melee" interval="1500" skill="230" attack="210"/>
    <attack name="physical" interval="1500" chance="15" range="7" min="-1190" max="-2040">
            <attribute key="shootEffect" value="largerock"/>
            <attribute key="areaEffect" value="explosion"/>
        </attack>
  </attacks>
  <defenses armor="188" defense="145">
    <defense name="healing" interval="1000" chance="15" min="1000" max="6000">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
    <defense name="speed" interval="2000" chance="8" speedchange="480" duration="6000">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="1"/>
    <immunity fire="1"/>
    <immunity poison="1"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <voices interval="3000" chance="10">
    <voice sentence="HULK SMASH!" yell="1"/>
  </voices>
  <loot>
    <item id="2393" countmax="1" chance="12500"/><!--giant sword-->
    <item id="12691" chance="2000" /><!--hulk pants-->
    <item id="2152" countmax="100" chance="99900"/><!--plat coin-->
    <item id="2160" countmax="2" chance="88800"/><!--plat coin-->
    <item id="12692" chance="100000"><!--hulk bag -->
        <inside>
            <item id="2195" countmax="1" chance="4000"/><!--boh-->
            <item id="2151" countmax="7" chance="14000"/><!--talons-->
            <item id="1982" countmax="1" chance="2600"/><!--purple tomb-->
            <item id="2214" countmax="1" chance="13000"/><!--ring of healing-->
            <item id="3955" countmax="1" chance="100"/><!--voodoo doll-->
            <item id="2179" countmax="1" chance="8000"/><!--gold ring-->
            <item id="12470" countmax="1" chance="5000"/><!--colorful feather-->
        </inside>
    </item>
</loot>
</monster>
The hulk items are copies of items in items.otb and added to items.xml..
Use your imagination if you plan on making your own hulk items, you will need to change id's... those item ids are my own so if you use 8.6+ you will get weird items in your bag! lol
Im going to copy dragon claw and turn it into hulk hands for a fisting weapon lmao!!
 
loltyevil_zpscfaa3aa1.png

Just a weapon he drops haha
Ifyou dont know what hulk hands are,google them lol its so funny
 
Back
Top