What's new

Monster

Tidu

User
Joined
Dec 17, 2008
Messages
35
Reaction score
3
Witam, mam pro?b? czy m?g?by mi kto? poda? skrypt na monstera takiego jak Orc Shaman (wszyskie jego ataki bez zmian) i aby nie dawa? ?adnego loota za pomoc reput.
 

Hadol

Senior User
Joined
May 8, 2008
Messages
998
Reaction score
99
Age
30
Odp: Monster

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="orc shaman" nameDescription="a orc shaman" race="blood" experience="110" speed="180" manacost="0">
  <health now="115" max="115"/>
  <look type="6" head="0" body="0" legs="0" feet="0" corpse="5978"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="1"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="0"/>
    <flag canpushcreatures="0"/>
    <flag targetdistance="4"/>
    <flag staticattack="90"/>
    <flag runonhealth="15"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" skill="20" attack="13"/>
    <attack name="energy" interval="1000" chance="13" range="7" min="-20" max="-30">
      <attribute key="shootEffect" value="energy"/>
      <attribute key="areaEffect" value="energy"/>
    </attack>
    <attack name="fire" interval="1000" chance="8" range="7" radius="1" target="1" min="-5" max="-45">
      <attribute key="shootEffect" value="fire"/>
      <attribute key="areaEffect" value="firearea"/>
    </attack>
  </attacks>
  <defenses armor="8" defense="10">
    <defense name="healing" interval="1000" chance="25" min="27" max="43">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="1"/>
    <immunity fire="0"/>
    <immunity poison="1"/>
    <immunity lifedrain="0"/>
    <immunity paralyze="0"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <summons maxSummons="4">
    <summon name="snake" interval="1000" chance="25" max="4"/>
  </summons>
  <loot>
  </loot>
</monster>

?ap :p
 

Tidu

User
Joined
Dec 17, 2008
Messages
35
Reaction score
3
Odp: Monster

Ok sprawdz? czy dzia?a.

@edit:
Dzia?a dzi?ki repucik leci :)
 
Top