Em 19/03/2020 em 11:53, adrianokk disse:Não sei se a categoria realmente é Actions, então ja pesso desculpas se errei.
Estou fazendo varios testes no servidor de poketibia e hoje descobri que o "Shiny Snorlax"
consegue nadas, porem ele não esta aparessento a Sprit de nadar. Ja procurei em todos os arquivos
onde fica a parte de Surf onde coloco o Numero da Sprit, mas nao estou achando.
OBS: Tenho a Sprit do Snorlax nadando, so não sei onde arruma para colcoar a correta.
Sabendo o ID da sprite dele no surf, se sua base for PDA, vai em Data/Lib/Configuration.lua e procura pela habilidade Surf:
["surf"] = {"Swampert", "Sealeo", "Walrein","Crawdaunt", "Lombre", "Ludicolo", 'Poliwag', 'Poliwhirl', 'Seaking', 'Milotic', 'Dewgong', 'Wailord', '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", "Shiny Snorlax"},
E adicione ele no final, igual eu adicionei na linha acima.
Ainda em configuration.lua procure por Surfs e adicione o looktype dele surfando e a velocidade:
surfs = { ["Poliwag"] = {lookType=278, speed = 10}, ["Poliwhirl"] = {lookType=137, speed = 40}, ["Seaking"] = {lookType=269, speed = 40}, ["Dewgong"] = {lookType=183, speed = 80}, ["Blastoise"] = {lookType=184, speed = 80}, ["Tentacruel"] = {lookType=185, speed = 80}, ["Lapras"] = {lookType=186, speed = 80}, ["Gyarados"] = {lookType=187, speed = 80}, ["Omastar"] = {lookType=188, speed = 80}, ["Kabutops"] = {lookType=189, speed = 80}, ["Poliwrath"] = {lookType=190, speed = 80}, ["Vaporeon"] = {lookType=191, speed = 50}, ["Staryu"] = {lookType=266, speed = 30}, ["Starmie"] = {lookType=267, speed = 70}, ["Goldeen"] = {lookType=268, speed = 20}, ["Seadra"] = {lookType=270, speed = 50}, ["Golduck"] = {lookType=271, speed = 70}, ["Squirtle"] = {lookType=273, speed = 20}, ["Wartortle"] = {lookType=275, speed = 40}, ["Tentacool"] = {lookType=277, speed = 20}, ["Snorlax"] = {lookType=300, speed = 80}, ----------------Shiny---------------------- ["Shiny Blastoise"] = {lookType=658, speed = 600}, ["Shiny Tentacruel"] = {lookType=1014, speed = 600}, ["Shiny Gyarados"] = {lookType=1030, speed = 600}, ["Shiny Vaporeon"] = {lookType=1032, speed = 600}, --alterado v1.6 ["Shiny Seadra"] = {lookType=1025, speed = 600}, ["Shiny Tentacool"] = {lookType=1013, speed = 600}, ["Shiny Snorlax"] = {lookType=1035, speed = 600}, ["Shiny Feraligatr"] = {lookType=1175, speed = 600}, ----------------Johto---------------------- ["Mantine"] = {lookType=636, speed = 80}, ["Totodile"] = {lookType=637, speed = 20}, ["Croconow"] = {lookType=638, speed = 40}, ["Feraligatr"] = {lookType=645, speed = 80}, ["Marill"] = {lookType=639, speed = 30}, ["Azumarill"] = {lookType=642, speed = 40}, ["Quagsire"] = {lookType=643, speed = 70}, ["Kingdra"] = {lookType=644, speed = 100}, ["Octillery"] = {lookType=641, speed = 70}, ["Wooper"] = {lookType=640, speed = 30}, ["Milotic"] = {lookType=1290, speed = 40}, ["Wailord"] = {lookType=1305, speed = 60}, ["Lombre"] = {lookType=1470, speed = 30}, ["Ludicolo"] = {lookType=1469, speed = 80}, ["Crawdaunt"] = {lookType=1479, speed = 70}, ["Sealeo"] = {lookType=1480, speed = 80}, ["Walrein"] = {lookType=1481, speed = 70}, ["Swampert"] = {lookType=1495, speed = 90}, ["Shiny Snorlax"] = {lookType=1495, speed = 120}, }
Caso queira pegar dos código que coloquei, já inseri nessas duas tabelas.


info
Grupo: Artesão
Registrado: 15/03/07
Posts: 106
Reputação: +1
Gênero: Masculino
Não sei se a categoria realmente é Actions, então ja pesso desculpas se errei.
Estou fazendo varios testes no servidor de poketibia e hoje descobri que o "Shiny Snorlax"
consegue nadas, porem ele não esta aparessento a Sprit de nadar. Ja procurei em todos os arquivos
onde fica a parte de Surf onde coloco o Numero da Sprit, mas nao estou achando.
OBS: Tenho a Sprit do Snorlax nadando, so não sei onde arruma para colcoar a correta.
Editado Março 19 por adrianokk