Ir para conteúdo
  • 0

Monstros com montarias!


MrSoul

Pergunta

Bem galera, o que eu quero não é um absurdo, mas não sei como fazer, seguinte:

Gostaria de criar um monstro (da raça dos humans), o black knight, por exemplo, mas que ele viesse montado no war horse, entendem?

Eu adiciono mais uma linha no .xml do monstro? como faço?

Link para o comentário
Compartilhar em outros sites

2 respostass a esta questão

Posts Recomendados

  • 0

Bom amigo aqui está seu pedido.

 

 

<?xml version="1.0" encoding="UTF-8"?>

<monster name="Lord of Darkness" nameDescription="a lord of darkness" race="blood" experience="18000" speed="500" manacost="0">
<health now="40000" max="40000"/>
<look type="134" head="78" body="114" legs="0" feet="58" addons="2" mount="426" corpse="6080"/>
<targetchange interval="5000" chance="8"/>
<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 canpushcreatures="1"/>
<flag targetdistance="3"/>
<flag staticattack="50"/>
<flag runonhealth="10000"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="100" attack="100"/>
<attack name="physical" interval="2000" chance="100" range="7" min="-120" max="-250">
<attribute key="shootEffect" value="whirlwindsword"/>
</attack>
<attack name="physical" interval="2300" chance="100" range="7" target="1" radius="1" min="-180" max="-290">
<attribute key="shootEffect" value="whirlwindaxe"/>
<attribute key="areaEffect" value="whitenote"/>
</attack>
<attack name="physical" interval="2600" chance="100" range="7" target="1" radius="1" min="-180" max="-290">
<attribute key="shootEffect" value="whirlwindclub"/>
<attribute key="areaEffect" value="groundshaker"/>
</attack>
</attacks>
<defenses armor="70" defense="70">
<defense name="healing" interval="1000" chance="80" min="100" max="200">
<attribute key="areaEffect" value="whitenote"/>
</defense>
<defense name="healing" interval="10000" chance="25" min="1000" max="2000">
<attribute key="areaEffect" value="purplenote"/>
</defense>
<defense name="speed" interval="6000" chance="40" speedchange="10000" duration="1500">
<attribute key="areaEffect" value="rednote"/>
</defense>
</defenses>
<elements>
<element firePercent="50"/>
<element physicalPercent="30"/>
<element holyPercent="-40"/>
<element energyPercent="30"/>
</elements>
<immunities>
<immunity outfit="1"/>
<immunity death="1"/>
<immunity paralyze="1"/>
<immunity invisible="1"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Run Epona"/>
<voice sentence="Give me my Ocarin"/>
<voice sentence="Where is my Princess?"/>
</voices>
<loot>
<item id="2684" chance="999999" countmax="7" /><!-- Carrots -->
<item id="7840" chance="777777" countmax="9" /><!-- Flamings Arrows -->
<item id="2071" chance="555555"/><!-- Lyre -->
<item id="2456" chance="444444"/><!-- Bow -->
<item id="2195" chance="4444"/><!-- Boots of Haste -->
</loot>
</monster>

 

 

 

 

 

<monster name="Lord of Darkness" file="Mounted Monsters/Lord of Darkness.xml"/>

REP +

Editado por dyego2008
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...