Ir para conteúdo

[Encerrado] Headbutt Do Slicer


loucodemais

Posts Recomendados

gente tou co o problema no headbutt do serve do slicer

 

tentei colocar no dex do poke o headbutt assim:

 

 

 

["surf"] = {'Poliwag', 'Poliwhirl', 'Seaking', 'Dewgong', 'Blastoise', 'Tentacruel', 'Lapras', 'Gyarados', 'Omastar', 'Kabutops', 'Vaporeon', 'Staryu', 'Starmie', 'Goldeen', 'Seadra', 'Golduck',

 

'Squirtle', 'Wartortle', 'Tentacool', 'Snorlax', 'Poliwrath', 'Shiny Blastoise', 'Shiny Tentacruel', 'Shiny Gyarados', 'Shiny Vaporeon', 'Shiny Seadra', 'Shiny Tentacool', 'Shiny Snorlax',

 

"Mantine", "Totodile", "Croconow", "Feraligatr", "Marill", "Azumarill", "Quagsire", "Wooper", "Octillery", "Kingdra"},

["foresight"] = {"Machamp", "Shiny Hitmonchan", "Shiny Hitmonlee", "Shiny Hitmontop", "Hitmontop", "Hitmonlee", "Hitmonchan"},

["counter"] = {"Machamp", "Machoke", "Hitmonchan", "Hitmonlee", "Magmar", "Electabuzz", "Scyther", "Snorlax", "Kangaskhan", "Arcanine", "Shiny Arcanine", "Shiny Snorlax", "Shiny

 

Scyther", "Shiny Hitmonchan", "Shiny Hitmonlee", "Shiny Electabuzz", "Hitmontop", "Shiny Hitmontop"},

["levitate"] = {"Gengar", "Haunter", "Gastly", "Misdreavus", "Weezing", "Koffing", "Unown", "Shiny Gengar"},

["evasion"] = {"Scyther", "Scizor", "Hitmonlee", "Hitmonchan", "Hitmontop", "Tyrogue", "Shiny Scyther", "Shiny Hitmonchan", "Shiny Hitmonlee", "Shiny Hitmontop", "Ledian",

 

"Ledyba", "Sneasel"},

["control mind"] = {'Haunter', 'Gengar', 'Tentacruel', 'Alakazam', 'Shiny Tentacruel', 'Shiny Gengar', 'Shiny Alakazam', 'Slowking'},

["transform"] = {"Ditto"},

["headbutt"] = {"Scyther", "Primeape", "Scizor", "Noctowl", "Shiny Kangaskhan", "Shiny Scyther", "Shiny Charizard", "Shiny Sandslash", "Kangaskhan", "Shiny Primeape", "Onix", "Shiny Onix", "Sandslash", "Raichu", "Shiny Raichu", "Fearow", "Pidgeot", "Shiny Fearow", "Shiny Pidgeot"},

 

mais ai o headbutt parou e n pega mais tem algum outro lugar que tenho q bota pra fica no dex do poke que ele tem a abilidade headbutt?

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

tu colocou isso em ql script?

 

@EDIT se n me engano so ir em data/lib/pokedex system.lua

 

na linha: local skillcheck = {"fly", "ride", "surf", "teleport", "rock smash", "cut", "dig", "light", "blink", "control mind", "transform"}

 

adicionar "Headbut" < sei la como escreve '-'

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

Vc n deu espaço, tenta assim:

 

 

["surf"] = {'Poliwag', 'Poliwhirl', 'Seaking', 'Dewgong', 'Blastoise', 'Tentacruel', 'Lapras', 'Gyarados', 'Omastar', 'Kabutops', 'Vaporeon', 'Staryu', 'Starmie', 'Goldeen', 'Seadra', 'Golduck',

 

'Squirtle', 'Wartortle', 'Tentacool', 'Snorlax', 'Poliwrath', 'Shiny Blastoise', 'Shiny Tentacruel', 'Shiny Gyarados', 'Shiny Vaporeon', 'Shiny Seadra', 'Shiny Tentacool', 'Shiny Snorlax',

 

"Mantine", "Totodile", "Croconow", "Feraligatr", "Marill", "Azumarill", "Quagsire", "Wooper", "Octillery", "Kingdra"},

["foresight"] = {"Machamp", "Shiny Hitmonchan", "Shiny Hitmonlee", "Shiny Hitmontop", "Hitmontop", "Hitmonlee", "Hitmonchan"},

["counter"] = {"Machamp", "Machoke", "Hitmonchan", "Hitmonlee", "Magmar", "Electabuzz", "Scyther", "Snorlax", "Kangaskhan", "Arcanine", "Shiny Arcanine", "Shiny Snorlax", "Shiny

 

Scyther", "Shiny Hitmonchan", "Shiny Hitmonlee", "Shiny Electabuzz", "Hitmontop", "Shiny Hitmontop"},

["levitate"] = {"Gengar", "Haunter", "Gastly", "Misdreavus", "Weezing", "Koffing", "Unown", "Shiny Gengar"},

["evasion"] = {"Scyther", "Scizor", "Hitmonlee", "Hitmonchan", "Hitmontop", "Tyrogue", "Shiny Scyther", "Shiny Hitmonchan", "Shiny Hitmonlee", "Shiny Hitmontop", "Ledian","Ledyba", "Sneasel"},

 

["control mind"] = {'Haunter', 'Gengar', 'Tentacruel', 'Alakazam', 'Shiny Tentacruel', 'Shiny Gengar', 'Shiny Alakazam', 'Slowking'},

["transform"] = {"Ditto"},

 

["headbutt"] = {"Scyther", "Primeape", "Scizor", "Noctowl", "Shiny Kangaskhan", "Shiny Scyther", "Shiny Charizard", "Shiny Sandslash", "Kangaskhan", "Shiny Primeape", "Onix", "Shiny Onix", "Sandslash", "Raichu", "Shiny Raichu", "Fearow", "Pidgeot", "Shiny Fearow", "Shiny Pidgeot"},

 

 

 

Se n pega me avisa.

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

fiz assim:

 

["transform"] = {"Ditto"},

 

["headbutt"] = {"Scyther", "Primeape", "Scizor", "Noctowl", "Shiny Kangaskhan", "Shiny Scyther", "Shiny Charizard", "Shiny Sandslash", "Kangaskhan", "Shiny Primeape", "Onix", "Shiny Onix", "Sandslash", "Raichu", "Shiny Raichu", "Fearow", "Pidgeot", "Shiny Fearow", "Shiny Pidgeot"},

 

deixei um espaço entre o trans.. e o head na lib/configuration e botei la o head butt no arquivo q o MaatheeuusYuurii falou, ai oque acontece:

 

os pokes de headbutt agora aparece na dex normal..... mas agora não pega mas o headbutt. OBS :nenhum erro no consorle.

 

 

oq fasso agora?

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

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