Share Pastebin
Guest
Public paste!

Cykotitan

By: a guest | Jan 22nd, 2010 | Syntax: XML | Size: 3.89 KB | Hits: 124 | Expires: Never
Copy text to clipboard
  1. <?xml version="1.0"?>
  2. <monster name="Hellspawn" description="a hellspawn" experience="2550" speed="344" race="blood">
  3. <health now="3500" max="3500"/>
  4. <strategy attack="100" defense="0"/>
  5. <targetchange interval="5000" chance="8"/>
  6. <look type="322" corpse="9923"/>
  7.         <flags>
  8.           <flag summonable="0"/>
  9.       <flag attackable="1"/>
  10.       <flag hostile="1"/>
  11.       <flag illusionable="0"/>
  12.       <flag convinceable="0"/>
  13.       <flag pushable="0"/>
  14.       <flag canpushitems="1"/>
  15.           <flag canpushcreatures="1"/>
  16.       <flag staticattack="90"/>
  17.       <flag lightlevel="0"/>
  18.       <flag lightcolor="0"/>
  19.       <flag targetdistance="1"/>
  20.       <flag runonhealth="0"/>
  21.         </flags>
  22.         <attacks>
  23.                 <attack name="melee" interval="2000" min="-0" max="-350"/>
  24.                 <attack name="fire" interval="2000" chance="13" range="7" radius="1" target="1" min="-155" max="-171">
  25.                         <attribute key="shootEffect" value="fire"/>
  26.                 </attack>
  27.         </attacks>
  28.         <defenses armor="32" defense="30">
  29.                 <defense name="healing" interval="2000" chance="15" min="60" max="230">
  30.                         <attribute key="areaEffect" value="blueshimmer"/>
  31.                 </defense>
  32.                 <defense name="speed" interval="2000" chance="9" speedchange="470" duration="6000">
  33.                         <attribute key="areaEffect" value="redshimmer"/>
  34.         </defense>
  35.         </defenses>
  36.         <elements>
  37.                 <element physicalPercent="30"/>
  38.                 <element energyPercent="10"/>
  39.                 <element earthPercent="80"/>
  40.                 <element firePercent="40"/>
  41.                 <element deathPercent="-5"/>
  42.                 <element icePercent="-10"/>
  43.                 <element holyPercent="30"/>
  44.         </elements>
  45.         <immunities>
  46.                 <immunity paralyze="1"/>
  47.                 <immunity invisible="1"/>
  48.         </immunities>
  49.         <voices interval="5000" chance="10">
  50.                 <voice sentence="Your fragile bones are like toothpicks to me." />
  51.                 <voice sentence="You little weasel will not live to see another day." />
  52.                 <voice sentence="I'm just a messenger of what's yet to come." />
  53.                 <voice sentence="HRAAAAAAAAAAAAAAAARRRR" yell="1"/>
  54.                 <voice sentence="I'm taking you down with me!" />
  55.         </voices>
  56.         <loot>
  57.                 <item id="2231" chance="6666"/> <!-- big bone -->
  58.                 <item id="2475" chance="2000"/> <!-- warrior helmet -->
  59.                 <item id="1987" chance="105000">
  60.                         <inside>
  61.                                 <item id="9809" chance="2000"/> <!-- semi-rare rusty armor -->
  62.                                 <item id="2513" chance="10000"/> <!-- brass legs -->
  63.                                 <item id="2513" chance="10000"/> <!-- battle shield -->
  64.                                 <item id="7421" chance="250"/> <!-- onyx fail -->
  65.                                 <item id="7452" chance="1250"/> <!-- spiked squelcher -->
  66.                                 <item id="9948" chance="200"/> <!-- dracoyle statue -->
  67.                                 <item id="9969" chance="333"/> <!-- black skull -->
  68.                                 <item id="7368" countmax="2" chance1="15000" chancemax="0"/> <!-- assassin stars -->
  69.                                 <item id="7591" chance="15000"/> <!-- GHP -->
  70.                                 <item id="11215" countmax="1" chance1="15000" chancemax="0"/> <!-- hellspawn tail -->
  71.                                 <item id="2788" countmax="2" chance1="5000" chancemax="0"/> <!-- red mushroom -->
  72.                                 <item id="8473" chance="10000"/> <!-- UHP -->
  73.                                 <item id="9970" countmax="3" chance1="5000" chancemax="0"/> <!-- small topaz -->
  74.                                 <item id="9809" chance="1500"/> <!-- semi-rare rusty armor -->
  75.                                 <item id="2394" chance="10000"/> <!-- morning star -->
  76.                         </inside>
  77.                 </item>
  78.                 <item id="2477" chance="3000"/> <!-- knight legs -->
  79.                 <item id="7439" chance="12000"/> <!-- berserk potion -->
  80.                 <item id="2148" countmax="80" chance1="40000" chancemax="0"/> <!-- gps -->
  81.                 <item id="6500" countmax="1" chance1="10000" chancemax="0"/> <!-- demonic essence -->
  82.                 <item id="2148" countmax="100" chance1="100000" chancemax="0"/> <!-- gps -->
  83.                 <item id="2148" countmax="75" chance1="75000" chancemax="0"/> <!-- gps -->
  84.                 <item id="7591" chance="25000"/> <!-- GHP -->
  85.                 <item id="11215" countmax="1" chance1="5000" chancemax="0"/> <!-- hellspawn tail -->
  86.                 <item id="2788" countmax="2" chance1="10000" chancemax="0"/> <!-- red mushroom -->
  87.                 <item id="9970" countmax="2" chance1="5000" chancemax="0"/> <!-- small topaz -->
  88.         </loot>
  89. </monster>