Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF - 8"?>
  2. <monster name="vampire" nameDescription="a vampire" race="undead" experience="290" speed="220" manacost="0">
  3. <health now="450" max="450" />
  4. <look type="68" head="0" body="0" legs="0" feet="0" corpse="4137" />
  5. <targetchange interval="1000" chance="5" />
  6. <targetstrategy nearest="70" weakest="30" mostdamage="0" random="0" />
  7. <flags>
  8. <flag summonable="0" />
  9. <flag attackable="1" />
  10. <flag hostile="1" />
  11. <flag illusionable="1" />
  12. <flag convinceable="0" />
  13. <flag pushable="0" />
  14. <flag canpushitems="1" />
  15. <flag canpushcreatures="1" />
  16. <flag targetdistance="1" />
  17. <flag staticattack="85" />
  18. <flag runonhealth="0" />
  19. </flags>
  20. <attacks>
  21. <attack name="melee" interval="2000" chance="0" skill="65" attack="42" />
  22. <attack name="lifedrain" min="-55" max="-105" range="1" interval="1000" chance="5" />
  23. <attack name="speed" speedchange="-600" duration="30000" range="7" interval="1000" chance="9">
  24. <attribute key="areaEffect" value="redshimmer" />
  25. </attack>
  26. </attacks>
  27. <defenses armor="67" defense="78">
  28. <defense name="outfit" monster="bat" duration="6000" interval="1000" chance="120">
  29. <attribute key="areaEffect" value="blueshimmer" />
  30. </defense>
  31. </defenses>
  32. <immunities>
  33. <immunity lifedrain="1" />
  34. <immunity paralyze="1" />
  35. <immunity poison="1" />
  36. <immunity invisible="1" />
  37. </immunities>
  38. <voices interval="5000" chance="10">
  39. <voice sentence="BLOOD!" yell="1" />
  40. <voice sentence="Let me kiss your neck." />
  41. <voice sentence="I smell warm blood." />
  42. <voice sentence="I call you, my bats! Come!" />
  43. </voices>
  44. <loot>
  45. <item id="3027" countmax="1" chance="15" /> <!-- a black pearl -->
  46. <item id="2902" countmax="1" chance="110" /> <!-- a bowl -->
  47. <item id="3056" countmax="1" chance="2" /> <!-- a bronze amulet -->
  48. <item id="3010" countmax="1" chance="6" /> <!-- an emerald bangle -->
  49. <item id="3031" countmax="20" chance="150" /> <!-- a gold coin -->
  50. <item id="3661" countmax="1" chance="180" /> <!-- a grave flower -->
  51. <item id="3284" countmax="1" chance="7" /> <!-- an ice rapier -->
  52. <item id="3300" countmax="1" chance="150" /> <!-- a katana -->
  53. <item id="3559" countmax="1" chance="80" /> <!-- leather legs -->
  54. <item id="3114" countmax="1" chance="100" /> <!-- a skull -->
  55. <item id="3271" countmax="1" chance="10" /> <!-- a spike sword -->
  56. <item id="3373" countmax="1" chance="4" /> <!-- a strange helmet -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement