Ir para conteúdo
  • 0

Como Fazer Monstro Usar Spell


nbb147

Pergunta

gente eu nao to conseguindo de forma alguma coloca meu monstro pra atakar com magia ja tentei de tudo é jeito e nada, ajuda ae gente.

 

<?xml version="1.0" encoding="UTF-8"?>
<monster name="akamaru[7]" nameDescription="a akamaru[7]" race="blood" experience="25" speed="220" manacost="300">
 <health now="1000" max="1000"/>
 <look type="45" head="0" body="0" legs="0" feet="0" corpse="0"/>
 <targetchange interval="2000" chance="0"/>
 <strategy attack="100" defense="0"/>
 <flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="1"/>
<flag canpushitems="0"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="15"/>
 </flags>
 <attacks>
<attack name="melee" interval="2000" skill="48" attack="34"/>
<attack name="tsuuga" interval="2000" chance="25" min="-63" max="-49">
 </attacks>
 <defenses armor="4" defense="8"/>
 <immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
 </immunities>
 <voices interval="5000" chance="10">
<voice sentence="Rrrrrrrrr!"/>
 </voices>
 <loot>
<item id="1987" chance="100000">
  <inside>
	<item id="2526" chance="10000"/>
	<item id="2386" chance="10000"/>
  </inside>
</item>
 </loot>
</monster>

Link para o comentário
Compartilhar em outros sites

5 respostass a esta questão

Posts Recomendados

  • 0

[10/08/2012 01:31:25] [Warning - Monsters::loadMonster] Cannot load monster (Akamaru[7]) file (data/monster/akamaru/akamaru[7].xml).

[10/08/2012 01:31:25] Line: 48, Info: Premature end of data in tag monster line 2

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

  • 0

 

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

<monster name="akamaru[7]" nameDescription="a akamaru[7]" race="blood" experience="25" speed="220" manacost="300">

<health now="1000" max="1000"/>

<look type="45" head="0" body="0" legs="0" feet="0" corpse="0"/>

<targetchange interval="2000" chance="0"/>

<strategy attack="100" defense="0"/>

<flags>

<flag summonable="1"/>

<flag attackable="1"/>

<flag hostile="1"/>

<flag illusionable="1"/>

<flag convinceable="1"/>

<flag pushable="1"/>

<flag canpushitems="0"/>

<flag canpushcreatures="0"/>

<flag targetdistance="1"/>

<flag staticattack="90"/>

<flag runonhealth="15"/>

</flags>

<attacks>

<attack name="melee" interval="2000" skill="48" attack="34"/>

<attack name="tsuuga" interval="2000" chance="25" min="200" max="500">

</attacks>

<defenses armor="4" defense="8"/>

<immunities>

<immunity physical="0"/>

<immunity energy="0"/>

<immunity fire="0"/>

<immunity poison="0"/>

<immunity lifedrain="0"/>

<immunity paralyze="0"/>

<immunity outfit="0"/>

<immunity drunk="0"/>

<immunity invisible="0"/>

</immunities>

<voices interval="5000" chance="10">

<voice sentence="Rrrrrrrrr!"/>

</voices>

<loot>

<item id="1987" chance="100000">

<inside>

<item id="2526" chance="10000"/>

<item id="2386" chance="10000"/>

</inside>

</item>

</loot>

</monster>

 

Tente.

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

×
×
  • Criar Novo...