Ir para conteúdo

[Encerrado] [Pokemon] Dúvidas? - Pda


lucashgas

Posts Recomendados

tou tendo erro la no llevel tables.lua :(

function getPokemonExperienceTable(pokemonname)

if isInArray(fastexppokes, pokemonname) then

return fastexptable

elseif isInArray(mediumfastexppokes, pokemonname) then

return mediumfastexptable

elseif isInArray(mediumslowexppokes, pokemonname) then

return mediumslowexptable

elseif isInArray(slowexppokes, pokemonname) then

return slowexptable

end

print(""..pokemonname.." doesn't have an experience table speed gain. Check it at data/lib/level tables.lua.")

return mediumfastexptable

end

fastexppokes = {"Clefairy", "Clefable", "Iglybuff", "Jigglypuff", "Wigglytuff", "Chansey", "Shiny Clefairy", "Shiny Clefable", "Shiny Iglybuff", "Shiny Jigglypuff", "Shiny Wigglytuff", "Shiny Chansey", "Ledyba", "Ledian", "Spinarak", "Ariados", "Cleffa", "Togepi", "Togetic", "Marill", "Azumarill", "Aipom", "Misdreavus", "Snubbull", "Granbull", "Corsola", "Delibird", "Smeargle", "Blissey"}

 

fastexptable = {

[1] = 0,

[2] = 50,

[3] = 100,

[4] = 200,

[5] = 400,

[6] = 750,

[7] = 1300,

[8] = 2100,

[9] = 3100,

[10] = 4650,

[11] = 6500,

[12] = 8800,

[13] = 11600,

[14] = 14950,

[15] = 18900,

[16] = 23500,

[17] = 28800,

[18] = 34850,

[19] = 41700,

[20] = 49400,

[21] = 58000,

[22] = 67550,

[23] = 78100,

[24] = 89700,

[25] = 102400,

[26] = 116250,

[27] = 131300,

[28] = 147600,

[29] = 165200,

[30] = 184150,

[31] = 204500,

[32] = 226300,

[33] = 249600,

[34] = 274450,

[35] = 300900,

[36] = 329000,

[37] = 358800,

[38] = 390350,

[39] = 423700,

[40] = 458900,

[41] = 496000,

[42] = 535050,

[43] = 576100,

[44] = 619200,

[45] = 664400,

[46] = 711750,

[47] = 761300,

[48] = 813100,

[49] = 867200,

[50] = 923650,

[51] = 982500,

[52] = 1043800,

[53] = 1107600,

[54] = 1173950,

[55] = 1242900,

[56] = 1314500,

[57] = 1388800,

[58] = 1465850,

[59] = 1545700,

[60] = 1628400,

[61] = 1714000,

[62] = 1802550,

[63] = 1894100,

[64] = 1988700,

[65] = 2086400,

[66] = 2187250,

[67] = 2291300,

[68] = 2398600,

[69] = 2509200,

[70] = 2623150,

[71] = 2740500,

[72] = 2861300,

[73] = 2985600,

[74] = 3113450,

[75] = 3244900,

[76] = 3390000,

[77] = 3528800,

[78] = 3661350,

[79] = 3807700,

[80] = 3957900,

[81] = 4112000,

[82] = 4270050,

[83] = 4432100,

[84] = 4598200,

[85] = 4768400,

[86] = 4942750,

[87] = 5121300,

[88] = 5304100,

[89] = 5491200,

[90] = 5682650,

[91] = 5878500,

[92] = 6078800,

[93] = 6283600,

[94] = 6492950,

[95] = 6706900,

[96] = 6925500,

[97] = 7148800,

[98] = 7376850,

[99] = 7609700,

[100] = 7847400,

[101] = 8090000

[102] = 8337550,

[103] = 8590100,

[104] = 8847700,

[105] = 9110400,

[106] = 9378250,

[107] = 9651300,

[108] = 9929600,

[109] = 10213200,

[110] = 10502150,

[111] = 10796500,

[112] = 11096300,

[113] = 11401600,

[114] = 11712450,

[115] = 12028900,

[116] = 12351000,

[117] = 12678800,

[118] = 13012350,

[119] = 13351700,

[120] = 13696900,

[121] = 14048000,

[122] = 14405050,

[123] = 14768100,

[124] = 15137200,

[125] = 15512400,

[126] = 15893750,

[127] = 16281300,

[128] = 16675100,

[129] = 17075200,

[130] = 17481650,

[131] = 999999999}

 

mediumfastexppokes = {"Caterpie", "Metapod", "Butterfree", "Weedle", "Kakuna", "Beedrill", "Rattata", "Raticate", "Spearow", "Fearow", "Ekans", "Arbok", "Pikachu", "Raichu", "Sandshrew", "Sandslash", "Vulpix", "Ninetales", "Zubat", "Golbat", "Paras", "Parasect", "Diglett", "Dugtrio", "Meowth", "Persian", "Psyduck", "Golduck", "Mankey", "Primeape", "Ponyta", "Rapidash", "Magnemite", "Magneton", "Doduo", "Dodrio", "Seel", "Dewgong", "Grimer", "Muk", "Onix", "Steelix", "Drowzee", "Hypno", "Krabby", "Kingler", "Voltorb", "Electrode", "Cubone", "Marowak", "Hitmonlee", "Tyrogue", "Hitmonchan", "Lickitung", "Koffing", "Weezing", "Kangaskhan", "Horsea", "Seadra", "Goldeen", "Seaking", "Mr. Mime", "Scyther", "Jynx", "Smoochum", "Electabuzz", "Magmar", "Ditto", "Eevee", "Jolteon", "Flareon", "Porygon", "Omanyte", "Omastar", "Kabuto", "Kabutops", "Shiny Caterpie", "Shiny Metapod", "Shiny Butterfree", "Shiny Weedle", "Shiny Kakuna", "Shiny Beedrill", "Shiny Rattata", "Shiny Raticate", "Shiny Spearow", "Shiny Fearow", "Shiny Ekans", "Shiny Arbok", "Shiny Pikachu", "Shiny Raichu", "Shiny Sandshrew", "Shiny Sandslash", "Shiny Vulpix", "Shiny Ninetales", "Shiny Zubat", "Shiny Golbat", "Shiny Paras", "Shiny Parasect", "Shiny Diglett", "Shiny Dugtrio", "Shiny Meowth", "Shiny Persian", "Shiny Psyduck", "Shiny Golduck", "Shiny Mankey", "Shiny Primeape", "Shiny Ponyta", "Shiny Rapidash", "Shiny Magnemite", "Shiny Magneton", "Shiny Doduo", "Shiny Dodrio", "Shiny Seel", "Shiny Dewgong", "Shiny Grimer", "Shiny Muk", "Shiny Onix", "Shiny Steelix", "Shiny Drowzee", "Shiny Hypno", "Shiny Krabby", "Shiny Kingler", "Shiny Voltorb", "Shiny Electrode", "Shiny Cubone", "Shiny Marowak", "Shiny Hitmonlee", "Tyrogue", "Shiny Hitmonchan", "Shiny Lickitung", "Shiny Koffing", "Shiny Weezing", "Shiny Kangaskhan", "Shiny Horsea", "Shiny Seadra", "Shiny Goldeen", "Shiny Seaking", "Shiny Mr. Mime", "Shiny Scyther", "Shiny Jynx", "Smoochum", "Shiny Electabuzz", "Shiny Magmar", "Shiny Ditto", "Shiny Eevee", "Shiny Jolteon", "Shiny Flareon", "Shiny Porygon", "Shiny Omanyte", "Shiny Omastar", "Shiny Kabuto", "Shiny Kabutops", "Sentret", "Furret", "Hoothoot", "Noctowl", "Crobat", "Pichu", "Natu", "Xatu", "Wooper", "Quagsire", "Espeon", "Umbreon", "Girafarig", "Pineco", "Forretress", "Dunsparce", "Qwilfish", "Scizor", "Magcargo", "Slugma", "Remoraid", "Octillery", "Kingdra", "Phanpy", "Donphan", "Porygon2", "Hitmontop", "Elekid", "Magby", "Vaporeon", "Shiny Vaporeon", "Venonat", "Venomoth", "Slowpoke", "Shiny Slowpoke", "Slowbro", "Slowking", "Farfetch'd", "Tangela", "Shiny Tangela", "Sudowoodo", "Yanma", "Unown", "Wobbuffet", "Teddiursa", "Ursaring"}

 

mediumfastexptable = {

[1] = 0,

[2] = 50,

[3] = 100,

[4] = 200,

[5] = 400,

[6] = 750,

[7] = 1300,

[8] = 2100,

[9] = 3100,

[10] = 4650,

[11] = 6500,

[12] = 8800,

[13] = 11600,

[14] = 14950,

[15] = 18900,

[16] = 23500,

[17] = 28800,

[18] = 34850,

[19] = 41700,

[20] = 49400,

[21] = 58000,

[22] = 67550,

[23] = 78100,

[24] = 89700,

[25] = 102400,

[26] = 116250,

[27] = 131300,

[28] = 147600,

[29] = 165200,

[30] = 184150,

[31] = 204500,

[32] = 226300,

[33] = 249600,

[34] = 274450,

[35] = 300900,

[36] = 329000,

[37] = 358800,

[38] = 390350,

[39] = 423700,

[40] = 458900,

[41] = 496000,

[42] = 535050,

[43] = 576100,

[44] = 619200,

[45] = 664400,

[46] = 711750,

[47] = 761300,

[48] = 813100,

[49] = 867200,

[50] = 923650,

[51] = 982500,

[52] = 1043800,

[53] = 1107600,

[54] = 1173950,

[55] = 1242900,

[56] = 1314500,

[57] = 1388800,

[58] = 1465850,

[59] = 1545700,

[60] = 1628400,

[61] = 1714000,

[62] = 1802550,

[63] = 1894100,

[64] = 1988700,

[65] = 2086400,

[66] = 2187250,

[67] = 2291300,

[68] = 2398600,

[69] = 2509200,

[70] = 2623150,

[71] = 2740500,

[72] = 2861300,

[73] = 2985600,

[74] = 3113450,

[75] = 3244900,

[76] = 3390000,

[77] = 3528800,

[78] = 3661350,

[79] = 3807700,

[80] = 3957900,

[81] = 4112000,

[82] = 4270050,

[83] = 4432100,

[84] = 4598200,

[85] = 4768400,

[86] = 4942750,

[87] = 5121300,

[88] = 5304100,

[89] = 5491200,

[90] = 5682650,

[91] = 5878500,

[92] = 6078800,

[93] = 6283600,

[94] = 6492950,

[95] = 6706900,

[96] = 6925500,

[97] = 7148800,

[98] = 7376850,

[99] = 7609700,

[100] = 7847400,

[101] = 8090000

[102] = 8337550,

[103] = 8590100,

[104] = 8847700,

[105] = 9110400,

[106] = 9378250,

[107] = 9651300,

[108] = 9929600,

[109] = 10213200,

[110] = 10502150,

[111] = 10796500,

[112] = 11096300,

[113] = 11401600,

[114] = 11712450,

[115] = 12028900,

[116] = 12351000,

[117] = 12678800,

[118] = 13012350,

[119] = 13351700,

[120] = 13696900,

[121] = 14048000,

[122] = 14405050,

[123] = 14768100,

[124] = 15137200,

[125] = 15512400,

[126] = 15893750,

[127] = 16281300,

[128] = 16675100,

[129] = 17075200,

[130] = 17481650,

[131] = 999999999}

 

mediumslowexppokes = {"Bulbasaur", "Ivysaur", "Venusaur", "Charmander", "Charmeleon", "Charizard", "Squirtle", "Wartortle", "Blastoise", "Pidgey", "Pidgeotto", "Pidgeot", "Nidoran Female", "Nidorina", "Nidoqueen", "Nidoran Male", "Nidorino", "Nidoking", "Oddish", "Gloom", "Vileplume", "Poliwag", "Poliwhirl", "Poliwrath", "Abra", "Kadabra", "Alakazam", "Machop", "Machoke", "Machamp", "Bellsprout", "Weepinbell", "Victreebel", "Geodude", "Graveler", "Golem", "Gastly", "Haunter", "Gengar", "Mew", "Shiny Bulbasaur", "Shiny Ivysaur", "Shiny Venusaur", "Shiny Charmander", "Shiny Charmeleon", "Shiny Charizard", "Shiny Squirtle", "Shiny Wartortle", "Shiny Blastoise", "Shiny Pidgey", "Shiny Pidgeotto", "Shiny Pidgeot", "Shiny Nidoran Female", "Shiny Nidorina", "Shiny Nidoqueen", "Shiny Nidoran Male", "Shiny Nidorino", "Shiny Nidoking", "Shiny Oddish", "Shiny Gloom", "Shiny Vileplume", "Shiny Poliwag", "Shiny Poliwhirl", "Shiny Poliwrath", "Shiny Abra", "Shiny Kadabra", "Shiny Alakazam", "Shiny Machop", "Shiny Machoke", "Shiny Machamp", "Shiny Bellsprout", "Shiny Weepinbell", "Shiny Victreebel", "Shiny Geodude", "Shiny Graveler", "Shiny Golem", "Shiny Gastly", "Shiny Haunter", "Shiny Gengar", "Shiny Mew", "Chikorita", "Bayleef", "Meganium", "Cyndaquil", "Quilava", "Typhlosion", "Totodile", "Croconaw", "Feraligatr", "Mareep", "Flaaffy", "Ampharos", "Bellossom", "Politoed", "Hoppip", "Skiploom", "Jumpluff", "Sunkern", "Sunflora", "Murkrow", "Gligar", "Shuckle", "Sneasel", "Celebi"}

 

mediumslowexptable = {

[1] = 0,

[2] = 50,

[3] = 100,

[4] = 200,

[5] = 400,

[6] = 750,

[7] = 1300,

[8] = 2100,

[9] = 3100,

[10] = 4650,

[11] = 6500,

[12] = 8800,

[13] = 11600,

[14] = 14950,

[15] = 18900,

[16] = 23500,

[17] = 28800,

[18] = 34850,

[19] = 41700,

[20] = 49400,

[21] = 58000,

[22] = 67550,

[23] = 78100,

[24] = 89700,

[25] = 102400,

[26] = 116250,

[27] = 131300,

[28] = 147600,

[29] = 165200,

[30] = 184150,

[31] = 204500,

[32] = 226300,

[33] = 249600,

[34] = 274450,

[35] = 300900,

[36] = 329000,

[37] = 358800,

[38] = 390350,

[39] = 423700,

[40] = 458900,

[41] = 496000,

[42] = 535050,

[43] = 576100,

[44] = 619200,

[45] = 664400,

[46] = 711750,

[47] = 761300,

[48] = 813100,

[49] = 867200,

[50] = 923650,

[51] = 982500,

[52] = 1043800,

[53] = 1107600,

[54] = 1173950,

[55] = 1242900,

[56] = 1314500,

[57] = 1388800,

[58] = 1465850,

[59] = 1545700,

[60] = 1628400,

[61] = 1714000,

[62] = 1802550,

[63] = 1894100,

[64] = 1988700,

[65] = 2086400,

[66] = 2187250,

[67] = 2291300,

[68] = 2398600,

[69] = 2509200,

[70] = 2623150,

[71] = 2740500,

[72] = 2861300,

[73] = 2985600,

[74] = 3113450,

[75] = 3244900,

[76] = 3390000,

[77] = 3528800,

[78] = 3661350,

[79] = 3807700,

[80] = 3957900,

[81] = 4112000,

[82] = 4270050,

[83] = 4432100,

[84] = 4598200,

[85] = 4768400,

[86] = 4942750,

[87] = 5121300,

[88] = 5304100,

[89] = 5491200,

[90] = 5682650,

[91] = 5878500,

[92] = 6078800,

[93] = 6283600,

[94] = 6492950,

[95] = 6706900,

[96] = 6925500,

[97] = 7148800,

[98] = 7376850,

[99] = 7609700,

[100] = 7847400,

[101] = 8090000

[102] = 8337550,

[103] = 8590100,

[104] = 8847700,

[105] = 9110400,

[106] = 9378250,

[107] = 9651300,

[108] = 9929600,

[109] = 10213200,

[110] = 10502150,

[111] = 10796500,

[112] = 11096300,

[113] = 11401600,

[114] = 11712450,

[115] = 12028900,

[116] = 12351000,

[117] = 12678800,

[118] = 13012350,

[119] = 13351700,

[120] = 13696900,

[121] = 14048000,

[122] = 14405050,

[123] = 14768100,

[124] = 15137200,

[125] = 15512400,

[126] = 15893750,

[127] = 16281300,

[128] = 16675100,

[129] = 17075200,

[130] = 17481650,

[131] = 999999999}

 

slowexppokes = {"Ho-oh", "Growlithe", "Arcanine", "Tentacool", "Tentacruel", "Shellder", "Cloyster", "Exeggcute", "Exeggutor", "Rhyhorn", "Rhydon", "Staryu", "Starmie", "Pinsir", "Tauros", "Magikarp", "Gyarados", "Lapras", "Aerodactyl", "Snorlax", "Articuno", "Zapdos", "Moltres", "Dratini", "Dragonair", "Dragonite", "Mewtwo", "Mew", "Chinchou", "Lanturn", "Heracross", "Swinub", "Piloswine", "Mantine", "Skarmory", "Houndour", "Houndoom", "Stantler", "Miltank", "Raikou", "Entei", "Suicune", "Larvitar", "Pupitar", "Tyranitar", "Lugia", "Shiny Growlithe", "Shiny Arcanine", "Shiny Tentacool", "Shiny Tentacruel", "Shiny Shellder", "Shiny Cloyster", "Shiny Exeggcute", "Shiny Exeggutor", "Shiny Rhyhorn", "Shiny Rhydon", "Shiny Staryu", "Shiny Starmie", "Shiny Pinsir", "Shiny Tauros", "Shiny Magikarp", "Shiny Gyarados", "Shiny Lapras", "Shiny Aerodactyl", "Shiny Snorlax", "Shiny Articuno", "Shiny Zapdos", "Shiny Moltres", "Shiny Dratini", "Shiny Dragonair", "Shiny Dragonite", "Shiny Mewtwo", "Shiny Mew",}

 

slowexptable = {

[1] = 0,

[2] = 50,

[3] = 100,

[4] = 200,

[5] = 400,

[6] = 750,

[7] = 1300,

[8] = 2100,

[9] = 3100,

[10] = 4650,

[11] = 6500,

[12] = 8800,

[13] = 11600,

[14] = 14950,

[15] = 18900,

[16] = 23500,

[17] = 28800,

[18] = 34850,

[19] = 41700,

[20] = 49400,

[21] = 58000,

[22] = 67550,

[23] = 78100,

[24] = 89700,

[25] = 102400,

[26] = 116250,

[27] = 131300,

[28] = 147600,

[29] = 165200,

[30] = 184150,

[31] = 204500,

[32] = 226300,

[33] = 249600,

[34] = 274450,

[35] = 300900,

[36] = 329000,

[37] = 358800,

[38] = 390350,

[39] = 423700,

[40] = 458900,

[41] = 496000,

[42] = 535050,

[43] = 576100,

[44] = 619200,

[45] = 664400,

[46] = 711750,

[47] = 761300,

[48] = 813100,

[49] = 867200,

[50] = 923650,

[51] = 982500,

[52] = 1043800,

[53] = 1107600,

[54] = 1173950,

[55] = 1242900,

[56] = 1314500,

[57] = 1388800,

[58] = 1465850,

[59] = 1545700,

[60] = 1628400,

[61] = 1714000,

[62] = 1802550,

[63] = 1894100,

[64] = 1988700,

[65] = 2086400,

[66] = 2187250,

[67] = 2291300,

[68] = 2398600,

[69] = 2509200,

[70] = 2623150,

[71] = 2740500,

[72] = 2861300,

[73] = 2985600,

[74] = 3113450,

[75] = 3244900,

[76] = 3390000,

[77] = 3528800,

[78] = 3661350,

[79] = 3807700,

[80] = 3957900,

[81] = 4112000,

[82] = 4270050,

[83] = 4432100,

[84] = 4598200,

[85] = 4768400,

[86] = 4942750,

[87] = 5121300,

[88] = 5304100,

[89] = 5491200,

[90] = 5682650,

[91] = 5878500,

[92] = 6078800,

[93] = 6283600,

[94] = 6492950,

[95] = 6706900,

[96] = 6925500,

[97] = 7148800,

[98] = 7376850,

[99] = 7609700,

[100] = 7847400,

[101] = 8090000

[102] = 8337550,

[103] = 8590100,

[104] = 8847700,

[105] = 9110400,

[106] = 9378250,

[107] = 9651300,

[108] = 9929600,

[109] = 10213200,

[110] = 10502150,

[111] = 10796500,

[112] = 11096300,

[113] = 11401600,

[114] = 11712450,

[115] = 12028900,

[116] = 12351000,

[117] = 12678800,

[118] = 13012350,

[119] = 13351700,

[120] = 13696900,

[121] = 14048000,

[122] = 14405050,

[123] = 14768100,

[124] = 15137200,

[125] = 15512400,

[126] = 15893750,

[127] = 16281300,

[128] = 16675100,

[129] = 17075200,

[130] = 17481650,

[131] = 999999999}

 

 

ja fui no level system.lua coloquei ate 130 la nos lugar correto mais nao ta funfando da erro nem entrar no server sou capaz :( quem me ajudar com isso dou +rep !

 

 

 

se tiver algo de mal corrija ae e me passe

 

 

quem quizer add ae ricardao-nice@hotmail.com

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

@BobStriker

 

Cara vai em "data/lib/050-function" - Aperte "ctrl+f" e escreve "party"... depois da um enter, vc vai encontra algo sobre party, vê se tem o que vc quer, se tiver, é pq existe a função no serv, se não tiver é pq nao existe...

 

Ajudei? Gostou? REP+ mdr.gif

Link para o comentário
Compartilhar em outros sites

Alguem Pode mi manda os seguintes pokes ja arrumo do serve do slicer:

 

Shiny Mr.Mime

Shiny Hitmonchan

Shiny Hitmonlee

 

E no meu sv tem um bug que ja falei no meu o 4 poke vai pra cp nao e o 7 no meu so vai ate 3 nao ate 6 se alguem puder ajudar agradeço des de ja e valendo rep+++

Link para o comentário
Compartilhar em outros sites

ZeSy

 

Não necessariamente. Se a função for adicionada pelas source, não precisa e provavelmente não estará na lib functions.

Portanto a pergunta segue:

Gostaria de saber se tem a função "OnJoinParty" no servidor, ou alguma do mesmo genero.

Obrigado

Link para o comentário
Compartilhar em outros sites

Vim aqui mostrar algumas coisas que fiz no meu ot pessoal. e só para dizer, se vc achou legal, corra atras pq do mesmo jeito que eu corri eu consegui fazer, claro que não foi sozinho tive ajuda de muitas pessoas, e especialmente do @Slice, ele me ajudou muito, então valeu ai slice.

 

 

moves.png

Link para o comentário
Compartilhar em outros sites

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