Ir para conteúdo
  • 0

Pedito monsters xml


joseanpereira

Pergunta

6 respostass a esta questão

Posts Recomendados

  • 0

Vai na pasta Monsters e abra o arquivo monsters.xml e cole isto (Obs: otthers/devovorga.xml coloque no diretório certo para não dar erro)

 

<monster name="Halloween Hare" file="Misc/halloweenhare.xml"/>

<monster name="Devorga" file="otthers/devorga.xml"/>

 

Depois copie qualquer monsters exeplo demon.xml e renomeie para o nome dos bichos.

 

Halloween Hare

<?xml version="1.0" encoding="UTF-8"?>
<monster name="The Halloween Hare" nameDescription="The Halloween Hare" race="blood" experience="0" speed="1050" manacost="0">
<health now="2000" max="2000"/>
<look type="292"/>
<targetchange interval="2000" chance="95"/>
<strategy attack="0" 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 canpushcreatures="0"/>
<flag targetdistance="5"/>
<flag staticattack="10"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="0" attack="0"/>
<attack name="outfit" interval="2000" radius="7" chance="6" monster="bat" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="Thornback tortoise" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="6" monster="orc" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="snake" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="6" monster="warlock" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="witch" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="necromancer" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="dwarf geomancer" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="monk" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="crab" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="ghost" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="minotaur mage" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="green frog" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="parrot" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="halloweenhare" duration="700000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="5" monster="The Halloween Hare" duration="7000">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="outfit" interval="2000" radius="7" chance="15" item="2096" duration="166000">
<attribute key="areaEffect" value="poff"/>
</attack>
</attacks>
<defenses armor="999" defense="999">
<defense name="healing" interval="1000" chance="50" min="1500" max="2000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<immunities>
<immunity name="physical"/>
<immunity name="energy"/>
<immunity name="fire"/>
<immunity name="poison"/>
<immunity name="drown"/>
<immunity name="lifedrain"/>
<immunity name="paralyze"/>
<immunity name="outfit"/>
<immunity name="drunk"/>
<immunity name="invisible"/>
</immunities>
</monster>
Devovorga
<?xml version="1.0" encoding="UTF-8" ?>
<monster name="Devovorga" nameDescription="Devovorga" race="venom" experience="700000" speed="350" manacost="0">
<health now="1000000" max="1000000" />
<look type="354"/>
<targetchange interval="2000" chance="7" />
<strategy attack="100" defense="20" />
<flags>
<flag summonable="0" />
<flag attackable="1" />
<flag hostile="1" />
<flag illusionable="0" />
<flag convinceable="0" />
<flag pushable="0" />
<flag canpushitems="1" />
<flag canpushcreatures="1" />
<flag targetdistance="1" />
<flag runonhealth="0" />
</flags>
<attacks>
<attack name="melee" interval="1200" min="-0" max="-3100"/>
<attack name="lifedrain" interval="2000" chance="7" length="8" spread="0" min="-0" max="-1110">
<attribute key="areaEffect" value="redspark"/>
</attack>
<attack name="earth" interval="2000" chance="15" radius="6" target="0" min="-0" max="-450">
<attribute key="areaEffect" value="bigplants"/>
</attack>
<attack name="poisoncondition" interval="3000" chance="28" radius="7" target="0" max="-950">
<attribute key="areaEffect" value="carniphila"/>
</attack>
<attack name="cursecondition" interval="4000" chance="35" radius="7" target="0" max="-1200">
<attribute key="areaEffect" value="smallclouds"/>
</attack>
</attacks>
<defenses armor="40" defense="39">
<defense name="healing" interval="3000" chance="20" min="2000" max="3000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<immunities>
<immunity paralyze="1" />
<immunity invisible="1" />
</immunities>
<voices interval="3000" chance="10">
<voice sentence="Slurp!"/>
<voice sentence="See how weak you are?"/>
<voice sentence="I tried to save you, but there's no use."/>
<voice sentence="My soul, power, hatred, knowledge and fury are far away."/>
</voices>
</monster>
Link para o comentário
Compartilhar em outros sites

  • 0

pego aki muito obrigado mano vc e de mais mais REP para vc


haa mano daria para colocar a Halloween Hare para ficar so com a outfit dele mesmo sem se transforma em outro monstro e colocar para que ela attack os players e siga eles ? e de fico agradecido

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...