Ir para conteúdo

[Monster] Energy Ghost


helinholima

Posts Recomendados

Falaa Galeraaa, vim aqui trazer mais um monstro feito pelo Pokealexis, o nome dele é Energy Ghost.

 

Vá em data/monters/scripts/crie um arquivo.XML e adicione o código abaixo.

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Energy Ghost" nameDescription="Energy Ghost (Level 120) He Is Ghost Family" race="blood" experience="6000" speed="400" manacost="0">
  <health now="10000" max="10000"/>
  <look typeex="8966" corpse="8967"/>
  <targetchange interval="2000" chance="5"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="0"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag staticattack="30"/>
    <flag lightlevel="0"/>
    <flag lightcolor="0"/>
    <flag targetdistance="5"/>
    <flag runonhealth="2100"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" min="0" max="-800"/>
    <attack name="Fire Field" interval="4000" chance="10"/>
    <attack name="paralyze" interval="3500" chance="45"/>
    <attack name="sudden death" interval="7000" chance="35" min="-165" max="-500"/>
    <attack name="Explosive Arrow" interval="2000" chance="80" min="-80" max="-600"/>
  </attacks>
  <defenses armor="40" defense="45">
    <attack name="speed" interval="1000" chance="12" radius="6" target="0" speedchange="-1900" duration="60000">
        <attribute key="areaEffect" value="poison"/>
      </attack>
      <attack name="strength" interval="1000" chance="8" radius="5" target="0">
        <attribute key="areaEffect" value="blackspark"/>
      </attack>
    <defense name="Ultimate Healing" interval="4000" chance="15" min="50" max="400"/>
  </defenses>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="1"/>
    <immunity fire="1"/>
    <immunity poison="1"/>
    <immunity lifedrain="0"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <loot>
    <item id="2148" countmax="100" chance1="100000" chancemax="0"/>
    <item id="2600" chance="10000"/>
    <item id="1987" chance="100000">
    <item id="7898" chance="1333"/>
    <item id="7895" chance="3333"/>
      <inside>
        <item id="2148" countmax="50" chance1="80000" chancemax="0"/>
        <item id="2792" countmax="5" chance1="6666" chancemax="0"/>
        <item id="2793" countmax="2" chance1="6666" chancemax="0"/>
        <item id="2656" chance="1333"/>
        <item id="6090" chance="3033"/>
        <item id="7368" countmax="2" chance1="6666" chancemax="0"/>
      </inside>
    </item>
  </loot>
</monster>

 

Agora em monsters.xml adicione a seguinte tag:

<monster name="Energy Ghost" file="Energy Ghost.xml"/>

 

Créditos

Pokealexis

 

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...