Ir para conteúdo

[Encerrado] Bugs nos cds do pokemon


Fearlet155

Posts Recomendados

[10/12/2013 10:06:47] Error trying to use move Solar Beam, move not specified in the pokemon table.
[10/12/2013 10:06:50] Error trying to use move Razor Leaf, move not specified in the pokemon table.
[10/12/2013 10:06:53] Error trying to use move Leech Seed, move not specified in the pokemon table.

[10/12/2013 10:10:25] Error trying to use move Wing Attack, move not specified in the pokemon table.
[10/12/2013 10:10:25] Error trying to use move Poison Powder, move not specified in the pokemon table.

[10/12/2013 10:10:25] [Error - Spell Interface]
[10/12/2013 10:10:25] data/spells/scripts/ps/Poison Powder.lua:onCastSpell
[10/12/2013 10:10:25] Description:
[10/12/2013 10:10:25] data/lib/level system.lua:402: attempt to index field '?' (a nil value)
[10/12/2013 10:10:25] stack traceback:
[10/12/2013 10:10:25] data/lib/level system.lua:402: in function 'getPokemonLevel'
[10/12/2013 10:10:25] data/lib/pokemon moves.lua:439: in function 'docastspell'
[10/12/2013 10:10:25] data/spells/scripts/ps/Poison Powder.lua:5: in function <data/spells/scripts/ps/Poison Powder.lua:1>
[10/12/2013 10:10:28] [Error - CreatureEvent::executeWalk] Call stack overflow.
[10/12/2013 10:10:28] [Error - MoveEvent::executeStep] Call stack overflow.
[10/12/2013 10:10:28] [Error - MoveEvent::executeStep] Call stack overflow.
[10/12/2013 10:10:29] Error trying to use move Wing Attack, move not specified in the pokemon table.
[10/12/2013 10:10:29] Error trying to use move Solar Beam, move not specified in the pokemon table.
[10/12/2013 10:10:34] Error trying to use move Razor Leaf, move not specified in the pokemon table.
[10/12/2013 10:10:34] [Error - CreatureEvent::executeWalk] Call stack overflow.
[10/12/2013 10:10:34] [Error - MoveEvent::executeStep] Call stack overflow.
[10/12/2013 10:10:34] [Error - MoveEvent::executeStep] Call stack overflow.
[10/12/2013 10:10:35] Error trying to use move Vine Whip, move not specified in the pokemon table.

Link para o comentário
Compartilhar em outros sites

O erro do cd ai, vc tem que adicionar na parte " movestable = { " o pokemon que vc pois ai, tipo:

 

["Test Bulbasaur"] = {move1 = {name = "Quick Attack", level = 20, cd = 15, dist = 1, target = 1, f = 40, t = "normal"},
move2 = {name = "Razor Leaf", level = 20, cd = 10, dist = 6, target = 1, f = 33, t = "grass"},
move3 = {name = "Vine Whip", level = 20, cd = 15, dist = 1, target = 0, f = 65, t = "grass"},
move4 = {name = "Headbutt", level = 20, cd = 15, dist = 1, target = 1, f = 70, t = "normal"},
move5 = {name = "Leech Seed", level = 22, cd = 15, dist = 6, target = 1, f = 1, t = "grass"},
move6 = {name = "Solar Beam", level = 30, cd = 45, dist = 1, target = 0, f = 95, t = "grass"},
move7 = {name = "Sleep Powder", level = 28, cd = 80, dist = 1, target = 0, f = 0, t = "grass"},
move8 = {name = "Stun Spore", level = 26, cd = 45, dist = 1, target = 0, f = 0, t = "grass"},
move9 = {name = "Poison Powder", level = 24, cd = 15, dist = 1, target = 0, f = 0, t = "grass"},
},

 

 

E na parte " pokes = { "

["Test Bulbasaur"] = {offense = 5, defense = 6, specialattack = 7, vitality = 7, agility = 250, exp = 10, level = 20, wildLvl = 20, type = "grass", type2 = "poison"},
Link para o comentário
Compartilhar em outros sites

  • 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...