Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.78 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <monster name="Pirate Elder" nameDescription="a pirate elder" experience="12000" speed="230" race="Blood">
  3.   <health now="10000" max="10000"/>
  4.   <look type="98" corpse="6080"/>
  5.   <strategy attack="100"/>
  6.   <targetchange speed="3000" chance="50"/>
  7.   <flags>
  8.     <flag canpushitems="1"/>
  9.     <flag canpushcreatures="1"/>
  10.     <flag hostile="1"/>
  11.     <flag attackable="1"/>
  12.     <flag convinceable="0"/>
  13.     <flag pushable="0"/>
  14.     <flag staticattack="90"/>
  15.     <flag targetdistance="1"/>
  16.     <flag runonhealth="1000"/>
  17.   </flags>
  18.   <attacks>
  19.     <attack name="melee" interval="2000" chance="100" min="-150" max="-300" range="1"/>
  20.     <attack name="physical" interval="3000" chance="70" min="-400" max="-700" range="7">
  21.       <attribute key="shootEffect" value="throwingstar"/>
  22.     </attack>
  23.     <attack name="melee" interval="1000" chance="50" range="1" radius="3" target="0">
  24.       <attribute key="areaEffect" value="rednote"/>
  25.     </attack>
  26.     <attack name="Hells Core" interval="4000" chance="40" min="-500" max="-1000">
  27.     </attack>
  28.   </attacks>
  29.   <defenses defense="200" armor="250">
  30.     <defense name="healing" interval="1000" chance="80" min="400" max="700">
  31.       <attribute key="areaEffect" value="blueshimmer"/>
  32.     </defense>
  33.   </defenses>
  34.   <immunities>
  35.     <immunity name="paralyze"/>
  36.     <immunity name="invisible"/>
  37.     <immunity name="drunk"/>
  38.   </immunities>
  39.   <voices speed="4000" chance="40">
  40.     <voice sentence="Hahaha, you think you can own THIS?" yell="1"/>
  41.   </voices>
  42.   <elements>
  43.     <element deathPercent="-8"/>
  44.     <element earthPercent="32"/>
  45.     <element firePercent="-17"/>
  46.     <element holyPercent="30"/>
  47.     <element icePercent="-10"/>
  48.   </elements>
  49.       <script>
  50.     <event name="conquestmonsters"/>
  51. </script>
  52.     <loot>
  53.         <item id="2160" countmax="5" chance="40000"/><!-- c coin -->
  54.         <item id="2466" chance="1200"/><!-- golden armor -->
  55.         <item id="7416" chance="2000"/><!-- bloody edge -->
  56.         <item id="2432" chance="3000"/><!-- fire axe -->
  57.         <item id="2534" chance="7500"/><!-- vampire shield -->
  58.         <item id="2399" countmax="12" chance="12000"/><!-- throwing star -->
  59.         <item id="5091" chance="1000"/><!-- treasure map -->
  60.         <item id="5926" chance="100000"><!-- pirate backpack -->
  61.             <inside>
  62.         <item id="6097" countmax="5" chance="6500"/><!-- hook -->
  63.         <item id="6126" countmax="5" chance="6500"/><!-- peg leg -->
  64.         <item id="6098" countmax="5" chance="6500"/><!-- eye patch -->
  65.         <item id="7588" countmax="5" chance="6500"/><!-- strong health potion -->
  66.         <item id="5813" chance="800"/><!-- skull candle -->
  67.         <item id="6096" chance="1750"/><!-- pirate hat -->     
  68.         <item id="5462" chance="800"/><!-- pirate boots -->
  69.         <item id="2114" chance="10000"/><!-- piggy bank -->
  70.             </inside>
  71.         </item>
  72.     </loot>
  73. </monster>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement