Ir para conteúdo

[Encerrado] Loot dos pokemons no PDA Slicer


Geraldoida

Posts Recomendados

Gente, sou novo aqui, e estou com um server editado do Slicer. Eu adicionei uns pokemons aqui, e eles não estão dando loot, mesmo mechendo no .xml deles. Gostaria que alguém me ajudasse a arrumar.

 

Aqui está um .xml de um pokemon adicionado recentemente e que não esta dando loot.

 

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Aggron" nameDescription="an aggron" race="bug" experience="484" speed="130" manacost="0">
<health now="90" max="90"/>
<look type="1472" head="40" body="60" legs="95" feet="113" corpse="105"/>
<targetchange interval="10000" 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="97"/>
<flag runonhealth="0"/>
<flag hungerdelay="21"/>
</flags>
<attacks>
<attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/>
<attack name="Scratch" interval="2570" chance="31" range="1"/>
<attack name="Poison Sting" interval="2805" chance="29" range="1"/>
<attack name="Sleep Powder" interval="5164" chance="20" range="1"/>
<attack name="Slash" interval="2805" chance="29" range="1"/>
<attack name="Stun Spore" interval="4920" chance="20" range="6"/>
<attack name="Poison Powder" interval="2946" chance="28" range="1"/>
<attack name="Absorb" interval="2805" chance="29" range="1"/>
<attack name="Poison Bomb" interval="2805" chance="23" range="4"/>
<attack name="Fury Cutter" interval="3105" chance="25" range="4"/>
<attack name="X-Scissor" interval="3805" chance="25" range="5"/>
</attacks>
<defenses armor="0" defense="0"/>
<voices interval="5000" chance="10">
<voice sentence="ARII!"/>
<voice sentence="RIAADOS!"/>
<voice sentence="ARIADOS!"/>
</voices>
<loot>
<item id="12164" chance="5000" countmax="50"/>
<item id="12176" chance="4000" countmax="5"/>
<item id="12198" chance="3000" count="1" countmax="1"/>
<item id="11444" chance="100" count="1" countmax="1"/>
</loot>
<script>
<event name="Spawn"/>
</script>
</monster>

 

 

 

 

Muito Obrigado ! Valendo rep+

 

 

Link para o comentário
Compartilhar em outros sites

Nao está fechando os items com </item>

 

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

<monster name="Aggron" nameDescription="an aggron" race="bug" experience="484" speed="130" manacost="0">
<health now="90" max="90"/>
<look type="1472" head="40" body="60" legs="95" feet="113" corpse="105"/>
<targetchange interval="10000" 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="97"/>
<flag runonhealth="0"/>
<flag hungerdelay="21"/>
</flags>
<attacks>
<attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/>
<attack name="Scratch" interval="2570" chance="31" range="1"/>
<attack name="Poison Sting" interval="2805" chance="29" range="1"/>
<attack name="Sleep Powder" interval="5164" chance="20" range="1"/>
<attack name="Slash" interval="2805" chance="29" range="1"/>
<attack name="Stun Spore" interval="4920" chance="20" range="6"/>
<attack name="Poison Powder" interval="2946" chance="28" range="1"/>
<attack name="Absorb" interval="2805" chance="29" range="1"/>
<attack name="Poison Bomb" interval="2805" chance="23" range="4"/>
<attack name="Fury Cutter" interval="3105" chance="25" range="4"/>
<attack name="X-Scissor" interval="3805" chance="25" range="5"/>
</attacks>
<defenses armor="0" defense="0"/>
<voices interval="5000" chance="10">
<voice sentence="ARII!"/>
<voice sentence="RIAADOS!"/>
<voice sentence="ARIADOS!"/>
</voices>
<loot>
<item id="12164" chance="5000" countmax="50"/>
<item id="12176" chance="4000" countmax="5"/>
<item id="12198" chance="3000" count="1" countmax="1"/>
<item id="11444" chance="100" count="1" countmax="1"/>
</item>
</loot>
<script>
<event name="Spawn"/>
</script>
</monster>
Link para o comentário
Compartilhar em outros sites

  • 3 weeks later...
  • 4 years later...
A questão neste tópico de suporte foi encerrada por falta de respostas. Este tópico está fechado e foi movido para Suporte - Tópicos Sem Resposta.

+ Caso a dúvida não tenha sido resolvida você poderá criar outro tópico solicitando ajuda.
* Lembre-se que é permitido dar UP no tópico a cada 24 horas para assim o destacar e manter movimentado.
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...