What's new

[monster]exlusive [8.10]

Status
Not open for further replies.

czerwin97

Active User
Joined
Jul 11, 2008
Messages
90
Reaction score
4
witam ,

oto skrypt do nowego potwora exlusive!!

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="exlusive" tp="1" species="human" nameDescription="exlusive" race="blood" experience="3000" speed="70" manacost="0">
  <health now="5000" max="5000"/>
  <look type="16" head="0" body="0" legs="0" feet="0" corpse="6080"/>
  <targetchange interval="60000" chance="0"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="1"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="1"/>
    <flag convinceable="0"/>
    <flag pushable="1"/>
    <flag canpushitems="1"/>
    <flag staticattack="50"/>
    <flag targetdistance="5"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="spear" interval="40" chance="100" range="4" min="-100" max="-700"/>
    <attack name="melee" interval="100" min="-20" max="-300"/>
    <attack name="" interval="0" chance="0"/>
  </attacks>
  <defenses armor="15" defense="20"/>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="1"/>
    <immunity fire="1"/>
    <immunity poison="0"/>
    <immunity lifedrain="0"/>
    <immunity paralyze="0"/>
    <immunity drunk="0"/>
    <immunity invisible="0"/>
  </immunities>
  <summons max="1">
    <summon name="butterfly" interval="1000" chance="10"/>
  </summons>
  <loot>
    <item id="0" chance="0"/>
    <item id="0" chance="0"/>
    <item id="0" chance="0"/>
    <item id="0" chance="0"/>
    <item id="0" chance="0"/>
    <item id="0" chance="0"/>
    <item id="0" chance="0"/>
    <item id="0" chance="0"/>
    <item id="0" chance="0"/>
    <item id="0" chance="0"/>
  </loot>
</monster>

w monster

Code:
<monster name="exlusive" file="exlusive.xml" />
 
Status
Not open for further replies.
Top