Ir para conteúdo

Featured Replies

Postado

Estou com um Erro ao Criar Pokemon, vários aconteceu isso, não consigo entender.

 

no Configuration.lua

Spoiler

["Mega Mawile"] = {move1 = {name = "Iron Tail", level = 100, cd = 10, dist = 1, target = 1, f = 60, t = "steel"},
          move2 = {name = "Iron Head", level = 100, cd = 20, dist = 1, target = 1, f = 60, t = "steel"}, 
          move3 = {name = "Sand Tomb", level = 102, cd = 35, dist = 1, target = 0, f = 50, t = "ground"},

          move4 = {name = "Rock Tomb", level = 100, cd = 30, dist = 10, target = 1, f = 85, t = "rock"},
          move5 = {name = "Hyper Beam", level = 90, cd = 50, dist = 1, target = 0, f = 190, t = "normal"},     
          move6 = {name = "Healarea", level = 60, cd = 80, dist = 1, target = 0, f = 0, t = "normal"},
          move7 = {name = "Metronome", level = 70, cd = 40, dist = 1, target = 0, f = 0, t = "normal"},    
          move8 = {name = "Earthquake", level = 107, cd = 60, dist = 1, target = 0, f = 15, t = "ground"},
          move9 = {name = "Harden", level = 100, cd = 35, dist = 1, target = 0, f = 0, t = "normal"},
        },

 

 

no mega mawile.xml

Spoiler

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Mega Mawile" nameDescription="a Mega Mawile" race="rock" experience="428" speed="135" manacost="0">
  <health now="170" max="170"/>
  <look type="2783" head="60" body="80" legs="95" feet="113" corpse="0"/>
  <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="17"/>
</flags>

    <attacks>
        <attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/>
        <attack name="X-Scissor" interval="2852" chance="29" range="1"/>
        <attack name="Bite" interval="2899" chance="29" range="1"/>
        <attack name="Crunch" interval="2899" chance="29" range="1"/>
        <attack name="Thunder Fang" interval="3275" chance="26" range="1"/>
        <attack name="Fire Fang" interval="3040" chance="28" range="6"/>
        <attack name="Ice Fang" interval="4322" chance="26" range="3"/>
        <attack name="Metal Claw" interval="3228" chance="27" range="6"/>
    </attacks>
    <defenses armor="0" defense="0">
    </defenses>
    <voices interval="5000" chance="10">
        <voice sentence="KANGASKHAN!"/>
    </voices>
    <loot>
        <item id="12337" chance="20000" countmax="100"/>
        <item id="11451" chance="100" count="1" countmax="1"/>
    </loot>
    <script>
        <event name="Spawn"/>
    </script>
</monster>

 

 

erro no aplicativo
 

Spoiler

[25/03/2016 10:25:42] Error trying to use move Crunch, move not specified in the pokemon table.
[25/03/2016 10:25:43] Error trying to use move Fire Fang, move not specified in the pokemon table.
[25/03/2016 10:25:48] Error trying to use move Bite, move not specified in the pokemon table.
[25/03/2016 10:25:53] Error trying to use move Crunch, move not specified in the pokemon table.
[25/03/2016 10:25:54] Error trying to use move Thunder Fang, move not specified in the pokemon table.
[25/03/2016 10:25:59] Error trying to use move Fire Fang, move not specified in the pokemon table.
[25/03/2016 10:26:05] Error trying to use move Fire Fang, move not specified in the pokemon table.
[25/03/2016 10:26:09] Error trying to use move X-Scissor, move not specified in the pokemon table.
[25/03/2016 10:26:10] Error trying to use move Thunder Fang, move not specified in the pokemon table.
[25/03/2016 10:26:15] Error trying to use move X-Scissor, move not specified in the pokemon table.
[25/03/2016 10:26:15] Error trying to use move Thunder Fang, move not specified in the pokemon table.
[25/03/2016 10:26:21] Error trying to use move Metal Claw, move not specified in the pokemon table.
[25/03/2016 10:26:22] Error trying to use move Ice Fang, move not specified in the pokemon table.
[25/03/2016 10:26:26] Error trying to use move Bite, move not specified in the pokemon table.
[25/03/2016 10:26:26] Error trying to use move Thunder Fang, move not specified in the pokemon table.
[25/03/2016 10:26:31] Error trying to use move X-Scissor, move not specified in the pokemon table.
[25/03/2016 10:26:42] Error trying to use move X-Scissor, move not specified in the pokemon table.
[25/03/2016 10:26:43] Error trying to use move Metal Claw, move not specified in the pokemon table.
[25/03/2016 10:26:53] Error trying to use move Bite, move not specified in the pokemon table.
[25/03/2016 10:26:53] Error trying to use move Thunder Fang, move not specified in the pokemon table.
[25/03/2016 10:26:55] > Broadcasted message: "As mega stones não funcionam simulteneamente com o Held Y enquanto o pokemon estiver transformado em mega, esteja ciente desde já!".
[25/03/2016 10:26:58] Error trying to use move X-Scissor, move not specified in the pokemon table.
[25/03/2016 10:26:58] Error trying to use move Fire Fang, move not specified in the pokemon table.
[25/03/2016 10:27:03] Error trying to use move X-Scissor, move not specified in the pokemon table.
[25/03/2016 10:27:07] Error trying to use move Bite, move not specified in the pokemon table.
[25/03/2016 10:27:08] Error trying to use move Thunder Fang, move not specified in the pokemon table.
[25/03/2016 10:27:12] Error trying to use move Bite, move not specified in the pokemon table.
[25/03/2016 10:27:17] Error trying to use move Bite, move not specified in the pokemon table.
[25/03/2016 10:27:18] Error trying to use move Thunder Fang, move not specified in the pokemon table.
[25/03/2016 10:27:22] Error trying to use move Thunder Fang, move not specified in the pokemon table.
[25/03/2016 10:27:27] Error trying to use move Metal Claw, move not specified in the pokemon table.
[25/03/2016 10:27:31] Error trying to use move Crunch, move not specified in the pokemon table.
[25/03/2016 10:27:32] Error trying to use move Thunder Fang, move no

 

 

 

 

segue a imagem , o poke naão attaca, nao tem life, nao tem def, neem nada, foi configurado os attacks , e quanto de attack tb no configuration

 

 

 

 

e outro erro se voces puderem me ajudar!

 

eu configurei o mini zapdos, moltres, articuno, eles funcionam normalmente.

mas eu queria trocar os attacks e eu não consigo , ja troquei na configuration e na xml.

 

porque será o erro?

 

Postado

Amigo cole esse conteúdo no mega mawile.xml

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Mega Mawile" nameDescription="Mega Mawile" race="rock" experience="428" speed="135" manacost="0">
  <health now="170" max="170"/>
  <look type="2783" head="60" body="80" legs="95" feet="113" corpse="0"/>
  <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="17"/>
</flags>

    <attacks>
        <attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/>
        <attack name="X-Scissor" interval="2852" chance="29" range="1"/>
        <attack name="Bite" interval="2899" chance="29" range="1"/>
        <attack name="Crunch" interval="2899" chance="29" range="1"/>
        <attack name="Thunder Fang" interval="3275" chance="26" range="1"/>
        <attack name="Fire Fang" interval="3040" chance="28" range="6"/>
        <attack name="Ice Fang" interval="4322" chance="26" range="3"/>
        <attack name="Metal Claw" interval="3228" chance="27" range="6"/>
    </attacks>
    <defenses armor="0" defense="0">
    </defenses>
    <voices interval="5000" chance="10">
        <voice sentence="KANGASKHAN!"/>
    </voices>
    <loot>
        <item id="12337" chance="20000" countmax="100"/>
        <item id="11451" chance="100" count="1" countmax="1"/>
    </loot>
    <script>
        <event name="Spawn"/>
    </script>
</monster>

 

Me fale se o erro persiste !!

Projeto Pokémon Mysterion:

Clique no link e veja o tópico, comente oque achou.

http://www.tibiaking.com/forum/forums/topic/69218-trabalhe-conosco-pok%C3%A9mon-mysterion2hs5kqp.png

 

 

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 520.1k

Informação Importante

Confirmação de Termo