Advertisement
Guest User

Zombie Monster to Event [1.x] - By Printer

a guest
Dec 30th, 2015
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.31 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="Zombie" nameDescription="a zombie" race="undead" experience="0" speed="150" manacost="0">
  3.     <health now="10000" max="10000" />
  4.     <look type="311" corpse="0" />
  5.     <targetchange interval="4000" chance="10" />
  6.     <flags>
  7.         <flag summonable="0" />
  8.         <flag attackable="1" />
  9.         <flag hostile="1" />
  10.         <flag illusionable="0" />
  11.         <flag convinceable="0" />
  12.         <flag pushable="0" />
  13.         <flag canpushitems="1" />
  14.         <flag canpushcreatures="1" />
  15.         <flag targetdistance="1" />
  16.         <flag staticattack="90" />
  17.         <flag runonhealth="0" />
  18.     </flags>
  19.     <attacks>
  20.         <attack name="melee" interval="2000" min="0" max="-1000" />
  21.     </attacks>
  22.     <defenses armor="15" defense="15" />
  23.     <elements>
  24.         <element firePercent="50" />
  25.     </elements>
  26.     <immunities>
  27.         <immunity death="1" />
  28.         <immunity energy="1" />
  29.         <immunity ice="1" />
  30.         <immunity earth="1" />
  31.         <immunity drown="1" />
  32.         <immunity drunk="1" />
  33.         <immunity lifedrain="1" />
  34.         <immunity paralyze="1" />
  35.     </immunities>
  36.     <voices interval="5000" chance="10">
  37.         <voice sentence="Mst.... klll...." />
  38.         <voice sentence="Whrrrr... ssss.... mmm.... grrrrl" />
  39.         <voice sentence="Dnnnt... cmmm... clsrrr...." />
  40.         <voice sentence="Httt.... hmnnsss..." />
  41.     </voices>
  42.     <script>
  43.         <event name="ZombieOnDeath"/>
  44.     </script>
  45. </monster>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement