Advertisement
poxipox

Untitled

Mar 23rd, 2024
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <monster name="Tapion" nameDescription="a tapion" race="blood" experience="230050" speed="1209" manacost="255">
  3.     <health now="2300000" max="2300000"/>
  4.     <look type="404" head="0" body="0" legs="0" feet="0" corpse="11100"/>
  5.     <targetchange interval="1000" chance="10"/>
  6.     <strategy attack="1000" defense="1000"/>
  7.     <flags>
  8.         <flag summonable="1"/>
  9.         <flag attackable="1"/>
  10.         <flag hostile="1"/>
  11.         <flag illusionable="1"/>
  12.         <flag convinceable="1"/>
  13.         <flag pushable="1"/>
  14.         <flag canpushitems="1"/>
  15.         <flag canpushcreatures="0"/>
  16.         <flag canAttackMonster="1"/>
  17.         <flag targetdistance="1"/>
  18.         <flag runonhealth="8"/>
  19.         <flag ignoreplayertospawn="0"/>
  20.         <flag rateconfig="1"/>
  21.         <!-- <flag storageValue="1"/> -->
  22.         <!-- <flag storageId="21600"/> -->
  23.         <!-- <flag ignorelootrate="1"/> -->
  24.     </flags>
  25.     <script>
  26.         <event name="MonsterDeath"/>
  27.     </script>
  28.     <attacks>
  29.                 <attack name="chibi furie" interval="1000" range="6" chance="100" min="-250000" max="-320000" />
  30.                 <attack name="masenko!" interval="1000" range="6" chance="100" min="-250000" max="-320000" />
  31.  
  32.     </attacks>
  33.     <defenses armor="200" defense="200"/>
  34.     <immunities>
  35.         <immunity physical="0"/>
  36.         <immunity energy="0"/>
  37.         <immunity fire="0"/>
  38.         <immunity poison="0"/>
  39.         <immunity lifedrain="0"/>
  40.         <immunity paralyze="0"/>
  41.         <immunity outfit="0"/>
  42.         <immunity drunk="0"/>
  43.         <immunity invisible="0"/>
  44.     </immunities>
  45.     <loot capacity="100">
  46.  
  47.     </loot>
  48. </monster>
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement