Ir para conteúdo

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


lucashgas

Posts Recomendados

/\ isso ae vai fica nas primeiras linhas... vai funcionar pra todo o script.. eh q antes soh tinha essa proteçao pras evoluçoes normais... ;p

e esse outro do rare candy eh a ms coisa.. eh colocar isso la q arruma.. eh q o brun n penso muito nessa proteçao... ;x

 

@all

pra arruma esse problema de pokes sumindo quando a bag ta full... eu coloquei assim...

vai no lib/catch system.lua e acha essa parte...

 

 

if getPlayerMana(cid) >= 6 then

doPlayerSendMailByName(getCreatureName(cid), item, 1)

doPlayerSendTextMessage(cid, 27, "Congratulations, you caught a pokemon ("..poke..", level "..clevel..")!")

doPlayerSendTextMessage(cid, 27, "Since you are already holding six pokemons, this pokeball has been sent to your depot.")

else

doAddContainerItemEx(getPlayerSlotItem(cid, 3).uid, item)

doPlayerSendTextMessage(cid, 27, "Congratulations, you caught a "..poke.." (level "..clevel..")!")

end

 

 

deixe essa parte assim...

 

if getPlayerMana(cid) >= 6 or getContainerSize(getPlayerSlotItem(cid, 3).uid) >= 18 then

doPlayerSendMailByName(getCreatureName(cid), item, 1)

doPlayerSendTextMessage(cid, 27, "Congratulations, you caught a pokemon ("..poke..", level "..clevel..")!")

doPlayerSendTextMessage(cid, 27, "Since you are already holding six pokemons, this pokeball has been sent to your depot.")

else

doAddContainerItemEx(getPlayerSlotItem(cid, 3).uid, item)

doPlayerSendTextMessage(cid, 27, "Congratulations, you caught a "..poke.." (level "..clevel..")!")

end

 

 

ali no "18" vcs colocaram a qntdade de espaços q tem na pokemon trainer bag... ;p

 

 

@all²

alguem sabe pq n da pra usar a function "onTarget" com pokes selvagens? ;x sera q o brun desabilito isso pra soh ele poder mexer no target dos pokes selvagens, passivos e agressivos... ;x dai ele me ferro lgl uahauh

 

Não é isso.

A bag está vazia + com 6 Pokemons, quando eu capturo outro não vai pro CP. Não aparece nada no CP... pode me ajudar?

Link para o comentário
Compartilhar em outros sites

/\ nds mano ^^ to aki pra aprender, tentando fazer tudo q o pessoal pede...

 

@all soh eu to achando o atk dos pokes lutadores hyper, mega, ultra overpower? ;x ta loko um machop aki mato meu poke em 2 hit '-' -to testando os atks hehe-

Link para o comentário
Compartilhar em outros sites

^^ eu to pensando em deixar os CDs dos shinys assim... CDs ate 45seg eu vo diminuir 20% do CD no shiny... acima de 45seg eu vo diminuir 10% sera q vai fica +/-? -ate pq a maioria dos CDs q eu vo coloca tao errados ;p dai vai de cada um arrumar...-

 

e po soh brincando aki com um char nb ja deu pra perceber como os danos tao todos desbalanciados uahuahauh a coisa ta tensa... e so pessimo em balanciar as paradas... ;x

Link para o comentário
Compartilhar em outros sites

@Slicer @All

 

Arrumei o bug que quando alguem tentava dar trade em alguma pokeball bugada o server caia. Agora só falta arrumar o motivo que faz a pokeball bugar.

Em data\creaturescripts\scripts\trade system.lua, embaixo de:

function onTradeRequest(cid, target, item)

adicione:

 

 

local itemPokeball = isPokeball(item.itemid) and 1 or 0

local cancel = false

 

if itemPokeball == 1 then

local pokename = getItemAttribute(item.uid, "poke")

if getArticle(pokename) == "error" then

cancel = true

end

end

 

 

if cancel then

doPlayerSendTextMessage(cid, 26, "Your pokemon is with some bug, please report to a GOD.")

return false

end

 

 

Em data\creaturescripts\scripts\look.lua procure por:

local pokename = getItemAttribute(thing.uid, "poke")

em baixo, adicione:

 

 

if getArticle(pokename) == "error" then

doPlayerSendTextMessage(cid, 26, "Your pokemon is with some bug, please report to a GOD.")

print("O player "..getCreatureName(cid).." esta com ball bugada!")

return false

end

 

 

Por ultimo, em data\lib\050-function.lua procure pela função:

getArticle(str)

Substitua por essa:

 

 

function getArticle(str)

if str == nil then

return "error"

else

return str:find("[AaEeIiOoUuYy]") == 1 and "an" or "a"

end

end

 

 

Para quem não usa cooldown bar, pode parar por aqui. Para quem usa, no arquivo data\lib\cooldown bar.lua procure por:

local name = getItemAttribute(item.uid, "poke")

Embaixo, adicione:

 

 

if getArticle(name) == "error" then

doPlayerSendTextMessage(cid, 26, "Problem with one of yours pokemon. Can't update cooldown bar. Please report to a GOD.")

return false

end

 

 

 

Fazendo essas alterações, além do server não cair mais quando alguem da trade em uma ball bugada, aparece no console o nome do player que está com essa ball toda vez que ele der look...

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

@bizao030188

Nao trabalhar server crash onlook!

 

Alguém pode fazer pvp arena, porque os jogadores não podem atacar outros pokemons sem ser em ajuda festa!

 

Sorry google translate!

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

@Brunnoo

pra n poder mover um item eh no items/items.otb... ;x tem q marcar a opçao "not moveable" se n me engano...

 

@bizao030188

algu me diz q ta dando esse bug por causa da qntdade de atributos q tamo colocando num item soh.... ;x

 

@all se alguem achar uma ball bugada dessa.. tenta ir no database e achar essa ball e tira ss e postar aki pra eu da uma olhada? ;p

Link para o comentário
Compartilhar em outros sites

Alguem me ajuda por favor, aqui no meu server as vezes os players bugam e o dinheiro deles no Mark, mostra um punhado, mostra +/- 5215727527525712 e eles podem comprar o que quiser, ai o cara compro so um negocinho o money dele foi pra 300 TD me ajudem por favor

 

Vejam como esta meu mark.xml

 

<?xml version="1.0" encoding="UTF-8"?>
<npc name="Mark" script="default.lua" walkinterval="350000" floorchange="0" speed="0">
<health now="150" max="150"/>
<look type="510" head="91" body="114" legs="86" feet="0"/>
<parameters>
<parameter key="message_greet" value="Hello dear customer! Are you here to see my offers? Come on, lets {trade}!"/>
<parameter key="message_farewell" value="Good bye!"/>
<parameter key="message_idletimeout" value="Good bye!"/>
<parameter key="message_walkaway" value="Good bye!"/>
<parameter key="module_shop" value="1"/>
<parameter key="shop_buyable" value="pokebag,12326,50;magmarizer,12245,1000000;Electivire Thunder Stone,12409,1000000;Leaf Stone,11441,500000;Venom Stone,11443,500000;Coccon Stone,11448,500000;Ice Stone,11454,500000;Crystal Stone,11449,500000;Darkness Stone,11450,500000;Water Stone,11442,500000;Thunder Stone,11444,500000;Rock Stone,11445,500000;Heart Stone,11453,500000;Fire Stone,11447,500000;Earth Stone,11451,500000;Enigma Stone,11452,500000;Punch Stone,11446,500000;greatbag,7342,300;ultraball,2392,200;full restore,12343,50;super potion,12347,50;great potion,12348,120;antidote,12349,200;ultra potion,12345,2000;potion,12346,200;"/>
<parameter key="shop_sellable" value="potoflava,12152,20;Leaf Stone,11441,20000;Venom Stone,11443,20000;Coccon Stone,11448,20000;Ice Stone,11454,20000;Crystal Stone,11449,20000;Darkness Stone,11450,20000;Water Stone,11442,20000;Thunder Stone,11444,20000;Rock Stone,11445,20000;Heart Stone,11453,20000;Fire Stone,11447,20000;Earth Stone,11451,20000;Enigma Stone,11452,20000;Punch Stone,11446,20000;essencesoffire,12162,3;foxtail,12180,100;firependant,12286,12;potwithfire,12342,50;magmerizer,12245,30;watergem,12161,3;waterpendant,12170,12;waterorb,12283,25;bugvenom,12185,34;insectantenna,12184,50;mushroons,12183,10;venomflute,12210,100;venompendant,12282,12;potofvenom,12288,20;dragonscale,12417,50;soothebell,12418,125;upgrade,12419,400;ironpiece,12142,13;gyaradostail,12148,150;tealfeather,12149,35;yellowfeather,12150,80;redfeather,12151,80;bagofpolem,12153,20;bulb,12154,40;pairofleaves,12155,9;longfang,12156,50;nail,12157,17;turtlehull,12158,42;dragontooth,12159,32;ironpin,12160,22;seed,12163,2;screws,12164,5;bottleofpoison,12165,3;mimicclothes,12166,200;scythe,12167,300;buzztail,12169,180;potofmossbug,12171,10;birdbeak,12172,23;applebite,12173,7;rattail,12174,18;tooth,12175,9;electricbox,12176,54;sandbag,12177,18;longhorn,12178,25;comb,12179,80;fur,12181,33;batwing,12182,14;luckmedalion,12186,28;woolball,12187,30;ruby,12188,40;psyduckmug,12189,53;ninjamask,12190,125;punchtoy,12191,200;ironbracelet,12192,35;twistedspoon,12193,60;futureorb,12194,40;championbelt,12195,100;stoneorb,12196,25;slowpoketail,12197,50;imam,12198,35;stick slash,12199,200;feather,12200,15;iceorb,12201,28;gosme,12202,20;locksmithofshell,12203,33;tracesofghost,12204,50;onixtail,12205,55;figthmedalion,12206,60;crabclaw,12207,20;bone,12208,44;bigtongue,12209,250;bigegg,12211,7;powerorb,12223,40;bracelet,12226,41;star,12228,40;magmaorb,12229,50;blackstone,12230,20;whitestone,12231,20;shell,12235,15;aligatorskin,12236,80;black diamond,12237,60;energyorb,12238,60;ironbar,12239,40;bagofpoisondust,12240,55;steelwing,12241,77;greenorb,12243,50;steelore,12250,75;majestywing,12268,10000;pairofclaws,12269,58;charizardwing,12270,200;magmabox,12271,80;giantturtlehull,12272,80;red gyaradistail,12273,500;crystaltail,12274,300;bigwing,12275,40;dragontail,12276,100;purpletail,12277,80;greenapplebite,12278,30;leafpendant,12279,20;bonemask,12280,80;bigmushroons,12281,75;pikachutail,12284,50;raichutail,12285,100;magmastone,12287,60;whiterune,12289,55;remaisofmagikarp,12334,10;bluestoneball,12335,25;bronzeball,12336,40;psychicorb,12338,99;tangelahair,12341,80;"/>
</parameters>
</npc>

Link para o comentário
Compartilhar em outros sites

gente to com mais um duvida

 

valendo rep+

 

com um cath asim:

 

 

 

pokecatches = {

["Bulbasaur"] = {chance = 210, corpse = 5969},

["Ivysaur"] = {chance = 475, corpse = 5982},

["Venusaur"] = {chance = 685, corpse = 5962},

["Charmander"] = {chance = 215, corpse = 5983},

["Charmeleon"] = {chance = 475, corpse = 5981},

["Charizard"] = {chance = 686, corpse = 6005},

["Squirtle"] = {chance = 201, corpse = 6008},

["Wartortle"] = {chance = 474, corpse = 5978},

["Blastoise"] = {chance = 578, corpse = 5999},

["Caterpie"] = {chance = 5, corpse = 5971},

["Metapod"] = {chance = 25, corpse = 5970},

["Butterfree"] = {chance = 102, corpse = 5985},

["Weedle"] = {chance = 6, corpse = 5964},

["Kakuna"] = {chance = 19, corpse = 6000},

["Beedrill"] = {chance = 120, corpse = 5990},

["Pidgey"] = {chance = 20, corpse = 5961},

["Pidgeotto"] = {chance = 120, corpse = 5966},

["Pidgeot"] = {chance = 260, corpse = 6020},

["Rattata"] = {chance = 7, corpse = 5974},

["Raticate"] = {chance = 74, corpse = 6007},

["Spearow"] = {chance = 9, corpse = 5968},

["Fearow"] = {chance = 204, corpse = 5992},

["Ekans"] = {chance = 72, corpse = 5979},

["Arbok"] = {chance = 147, corpse = 5984},

["Pikachu"] = {chance = 1000, corpse = 6001},

["Raichu"] = {chance = 2000, corpse = 5996},

["Sandshrew"] = {chance = 77, corpse = 5988},

["Sandslash"] = {chance = 256, corpse = 6041},

["Nidoran Female"] = {chance = 13, corpse = 6013},

["Nidorina"] = {chance = 71, corpse = 6014},

["Nidoqueen"] = {chance = 298, corpse = 3004},

["Nidoran Male"] = {chance = 12, corpse = 6015},

["Nidorino"] = {chance = 77, corpse = 6019},

["Nidoking"] = {chance = 277, corpse = 5995},

["Clefairy"] = {chance = 41, corpse = 2968},

["Clefable"] = {chance = 172, corpse = 6006},

["Vulpix"] = {chance = 46, corpse = 6003},

["Ninetales"] = {chance = 198, corpse = 6040},

["Jigglypuff"] = {chance = 40, corpse = 6011},

["Wigglytuff"] = {chance = 101, corpse = 6012},

["Zubat"] = {chance = 79, corpse = 5989},

["Golbat"] = {chance = 101, corpse = 6053},

["Oddish"] = {chance = 20, corpse = 3008},

["Gloom"] = {chance = 156, corpse = 6017},

["Vileplume"] = {chance = 217, corpse = 6025},

["Paras"] = {chance = 11, corpse = 3007},

["Parasect"] = {chance = 109, corpse = 6027},

["Venonat"] = {chance = 35, corpse = 5997},

["Venomoth"] = {chance = 175, corpse = 2925},

["Diglett"] = {chance = 16, corpse = 6023},

["Dugtrio"] = {chance = 62, corpse = 6024},

["Meowth"] = {chance = 18, corpse = 6034},

["Persian"] = {chance = 50, corpse = 6009},

["Psyduck"] = {chance = 41, corpse = 6029},

["Golduck"] = {chance = 216, corpse = 6028},

["Mankey"] = {chance = 40, corpse = 6035},

["Primeape"] = {chance = 306, corpse = 6032},

["Growlithe"] = {chance = 103, corpse = 6036},

["Arcanine"] = {chance = 377, corpse = 6031},

["Poliwag"] = {chance = 20, corpse = 6042},

["Poliwhirl"] = {chance = 92, corpse = 6054},

["Poliwrath"] = {chance = 247, corpse = 6033},

["Abra"] = {chance = 92, corpse = 2905},

["Kadabra"] = {chance = 172, corpse = 6060},

["Alakazam"] = {chance = 565, corpse = 6057},

["Machop"] = {chance = 54, corpse = 6045},

["Machoke"] = {chance = 277, corpse = 4251},

["Machamp"] = {chance = 410, corpse = 6048},

["Bellsprout"] = {chance = 12, corpse = 2806},

["Weepinbell"] = {chance = 76, corpse = 2928},

["Victreebel"] = {chance = 213, corpse = 6332},

["Tentacool"] = {chance = 48, corpse = 2961},

["Tentacruel"] = {chance = 266, corpse = 6037},

["Geodude"] = {chance = 49, corpse = 6071},

["Graveler"] = {chance = 73, corpse = 6516},

["Golem"] = {chance = 212, corpse = 6043},

["Ponyta"] = {chance = 40, corpse = 5975},

["Rapidash"] = {chance = 226, corpse = 4323},

["Slowpoke"] = {chance = 70, corpse = 2926},

["Slowbro"] = {chance = 121, corpse = 5986},

["Magnemite"] = {chance = 28, corpse = 6056},

["Magneton"] = {chance = 140, corpse = 6076},

["Farfetch'd"] = {chance = 93, corpse = 2836},

["Doduo"] = {chance = 55, corpse = 2842},

["Dodrio"] = {chance = 124, corpse = 6047},

["Seel"] = {chance = 77, corpse = 6030},

["Dewgong"] = {chance = 228, corpse = 6038},

["Grimer"] = {chance = 41, corpse = 6055},

["Muk"] = {chance = 178, corpse = 2845},

["Shellder"] = {chance = 28, corpse = 2837},

["Cloyster"] = {chance = 154, corpse = 2932},

["Gastly"] = {chance = 78, corpse = 5993},

["Haunter"] = {chance = 147, corpse = 6004},

["Gengar"] = {chance = 420, corpse = 6336},

["Onix"] = {chance = 230, corpse = 2990},

["Drowzee"] = {chance = 100, corpse = 6026},

["Hypno"] = {chance = 311, corpse = 6046},

["Krabby"] = {chance = 24, corpse = 6039},

["Kingler"] = {chance = 107, corpse = 6340},

["Voltorb"] = {chance = 26, corpse = 6049},

["Electrode"] = {chance = 78, corpse = 6051},

["Exeggcute"] = {chance = 28, corpse = 2982},

["Exeggutor"] = {chance = 93, corpse = 3005},

["Cubone"] = {chance = 20, corpse = 6050},

["Marowak"] = {chance = 96, corpse = 6072},

["Hitmonlee"] = {chance = 360, corpse = 6067},

["Hitmonchan"] = {chance = 360, corpse = 5977},

["Lickitung"] = {chance = 300, corpse = 2953},

["Koffing"] = {chance = 49, corpse = 2936},

["Weezing"] = {chance = 81, corpse = 6306},

["Rhyhorn"] = {chance = 46, corpse = 3035},

["Rhydon"] = {chance = 286, corpse = 2858},

["Chansey"] = {chance = 237, corpse = 6010},

["Tangela"] = {chance = 90, corpse = 5976},

["Kangaskhan"] = {chance = 479, corpse = 6073},

["Horsea"] = {chance = 16, corpse = 2973},

["Seadra"] = {chance = 89, corpse = 2872},

["Goldeen"] = {chance = 35, corpse = 2970},

["Seaking"] = {chance = 70, corpse = 3038},

["Staryu"] = {chance = 49, corpse = 5987},

["Starmie"] = {chance = 128, corpse = 7320},

["Mr. Mime"] = {chance = 203, corpse = 6069},

["Scyther"] = {chance = 345, corpse = 3002},

["Jynx"] = {chance = 216, corpse = 5765},

["Electabuzz"] = {chance = 264, corpse = 6065},

["Magmar"] = {chance = 269, corpse = 7283},

["Pinsir"] = {chance = 108, corpse = 7282},

["Tauros"] = {chance = 106, corpse = 6302},

["Magikarp"] = {chance = 2, corpse = 2818},

["Gyarados"] = {chance = 326, corpse = 6331},

["Lapras"] = {chance = 375, corpse = 6018},

["Ditto"] = {chance = 400, corpse = 2817},

["Eevee"] = {chance = 179, corpse = 6364},

["Vaporeon"] = {chance = 200, corpse = 5960},

["Jolteon"] = {chance = 250, corpse = 6044},

["Flareon"] = {chance = 300, corpse = 6059},

["Porygon"] = {chance = 350, corpse = 5963},

["Omanyte"] = {chance = 103, corpse = 5998},

["Omastar"] = {chance = 282, corpse = 5994},

["Kabuto"] = {chance = 109, corpse = 5972},

["Kabutops"] = {chance = 302, corpse = 6345},

["Aerodactyl"] = {chance = 652, corpse = 6338},

["Snorlax"] = {chance = 455, corpse = 6016},

["Articuno"] = {chance = 897, corpse = 7256},

["Zapdos"] = {chance = 897, corpse = 6074},

["Moltres"] = {chance = 897, corpse = 7330},

["Dratini"] = {chance = 179, corpse = 2879},

["Dragonair"] = {chance = 318, corpse = 6002},

["Dragonite"] = {chance = 655, corpse = 4295},

["Mewtwo"] = {chance = 1000, corpse = 5973},

["Mew"] = {chance = 1000, corpse = 2939},

["Chikorita"] = {chance = 40, corpse = 3275},

["Bayleef"] = {chance = 104, corpse = 3271},

["Meganium"] = {chance = 326, corpse = 3576},

["Cyndaquil"] = {chance = 20, corpse = 3281},

["Quilava"] = {chance = 101, corpse = 4426},

["Typhlosion"] = {chance = 326, corpse = 4453},

["Totodile"] = {chance = 22, corpse = 4452},

["Croconaw"] = {chance = 116, corpse = 3280},

["Feraligatr"] = {chance = 326, corpse = 3288},

["Sentret"] = {chance = 74, corpse = 4432},

["Furret"] = {chance = 120, corpse = 3291},

["Hoothoot"] = {chance = 85, corpse = 3553},

["Noctowl"] = {chance = 141, corpse = 3581},

["Ledyba"] = {chance = 41, corpse = 3563},

["Ledian"] = {chance = 62, corpse = 3562},

["Spinarak"] = {chance = 44, corpse = 4441},

["Ariados"] = {chance = 175, corpse = 3269},

["Crobat"] = {chance = 185, corpse = 3279},

["Chinchou"] = {chance = 93, corpse = 3276},

["Lanturn"] = {chance = 122, corpse = 3276},

["Pichu"] = {chance = 2755, corpse = 3584},

["Cleffa"] = {chance = 5, corpse = 3277},

["Igglybuff"] = {chance = 4, corpse = 3557},

["Togepi"] = {chance = 200, corpse = 4450},

["Togetic"] = {chance = 300, corpse = 4451},

["Natu"] = {chance = 104, corpse = 3580},

["Xatu"] = {chance = 178, corpse = 4758},

["Mareep"] = {chance = 175, corpse = 3568},

["Flaaffy"] = {chance = 254, corpse = 3289},

["Ampharos"] = {chance = 458, corpse = 3268},

["Bellossom"] = {chance = 215, corpse = 3272},

["Marill"] = {chance = 53, corpse = 3575},

["Azumarill"] = {chance = 98, corpse = 3270},

["Sudowoodo"] = {chance = 218, corpse = 4444},

["Politoed"] = {chance = 153, corpse = 4422},

["Hoppip"] = {chance = 75, corpse = 3554},

["Skiploom"] = {chance = 125, corpse = 4434},

["Jumpluff"] = {chance = 1252, corpse = 4434},

["Aipom"] = {chance = 112, corpse = 3267},

["Sunkern"] = {chance = 41, corpse = 4447},

["Sunflora"] = {chance = 200, corpse = 4446},

["Yanma"] = {chance = 81, corpse = 4759},

["Wooper"] = {chance = 147, corpse = 4757},

["Quagsire"] = {chance = 230, corpse = 4425},

["Espeon"] = {chance = 92, corpse = 3287},

["Umbreon"] = {chance = 98, corpse = 4567},

["Murkrow"] = {chance = 310, corpse = 3579},

["Slowking"] = {chance = 403, corpse = 4435},

["Misdreavus"] = {chance = 402, corpse = 3578},

["Unown"] = {chance = 91, corpse = 4568},

["Wobbuffet"] = {chance = 321, corpse = 4756},

["Girafarig"] = {chance = 141, corpse = 3292},

["Pineco"] = {chance = 18, corpse = 3586},

["Forretress"] = {chance = 132, corpse = 3290},

["Dunsparce"] = {chance = 57, corpse = 3284},

["Gligar"] = {chance = 174, corpse = 3293},

["Steelix"] = {chance = 424, corpse = 3293},

["Snubbull"] = {chance = 41, corpse = 4440},

["Granbull"] = {chance = 204, corpse = 3294},

["Qwilfish"] = {chance = 46, corpse = 4427},

["Scizor"] = {chance = 200, corpse = 4431},

["Shuckle"] = {chance = 102, corpse = 4430},

["Heracross"] = {chance = 245, corpse = 3295},

["Sneasel"] = {chance = 179, corpse = 4439},

["Teddiursa"] = {chance = 210, corpse = 4449},

["Ursaring"] = {chance = 312, corpse = 4569},

["Slugma"] = {chance = 147, corpse = 4436},

["Magcargo"] = {chance = 208, corpse = 3566},

["Swinub"] = {chance = 120, corpse = 4448},

["Piloswine"] = {chance = 205, corpse = 3585},

["Corsola"] = {chance = 106, corpse = 3278},

["Remoraid"] = {chance = 51, corpse = 4429},

["Octillery"] = {chance = 78, corpse = 3582},

["Delibird"] = {chance = 118, corpse = 3282},

["Mantine"] = {chance = 208, corpse = 3567},

["Skarmory"] = {chance = 360, corpse = 4433},

["Houndour"] = {chance = 98, corpse = 3556},

["Houndoom"] = {chance = 182, corpse = 3555},

["Kingdra"] = {chance = 181, corpse = 3559},

["Phanpy"] = {chance = 12, corpse = 3583},

["Donphan"] = {chance = 195, corpse = 3283},

["Porygon2"] = {chance = 212, corpse = 4423},

["Stantler"] = {chance = 54, corpse = 4442},

["Smeargle"] = {chance = 38, corpse = 4437},

["Tyrogue"] = {chance = 13, corpse = 4455},

["Hitmontop"] = {chance = 160, corpse = 3296},

["Smoochum"] = {chance = 6, corpse = 4438},

["Elekid"] = {chance = 105, corpse = 3285},

["Magby"] = {chance = 106, corpse = 3565},

["Miltank"] = {chance = 303, corpse = 3577},

["Blissey"] = {chance = 212, corpse = 3273},

["Raikou"] = {chance = 294, corpse = 4428},

["Entei"] = {chance = 297, corpse = 3286},

["Suicune"] = {chance = 297, corpse = 4445},

["Larvitar"] = {chance = 150, corpse = 3561},

["Pupitar"] = {chance = 221, corpse = 4424},

["Tyranitar"] = {chance = 369, corpse = 4454},

["Lugia"] = {chance = 297, corpse = 3564},

["Ho-oh"] = {chance = 297, corpse = 3297},

["Celebi"] = {chance = 199, corpse = 3274},

------------Shiny Catch-----------

 

["Shiny Bulbasaur"] = {chance = 40, corpse = 12420},

["Shiny Ivysaur"] = {chance = 100, corpse = 12421},

["Shiny Venusaur"] = {chance = 226, corpse = 12422},

["Shiny Charmander"] = {chance = 60, corpse = 12423},

["Shiny Charmeleon"] = {chance = 140, corpse = 12424},

["Shiny Charizard"] = {chance = 226, corpse = 12425},

["Shiny Squirtle"] = {chance = 60, corpse = 12426},

["Shiny Wartortle"] = {chance = 140, corpse = 12427},

["Shiny Blastoise"] = {chance = 226, corpse = 12428},

["Shiny Caterpie"] = {chance = 20, corpse = 12429},

["Shiny Metapod"] = {chance = 35, corpse = 12430},

["Shiny Butterfree"] = {chance = 92, corpse = 12431},

["Shiny Weedle"] = {chance = 40, corpse = 12432},

["Shiny Kakuna"] = {chance = 70, corpse = 12433},

["Shiny Beedrill"] = {chance = 170, corpse = 12434},

["Shiny Pidgey"] = {chance = 50, corpse = 12435},

["Shiny Pidgeotto"] = {chance = 60, corpse = 12436},

["Shiny Pidgeot"] = {chance = 160, corpse = 12437},

["Shiny Rattata"] = {chance = 50, corpse = 12438},

["Shiny Raticate"] = {chance = 60, corpse = 12439},

["Shiny Spearow"] = {chance = 90, corpse = 12440},

["Shiny Fearow"] = {chance = 180, corpse = 12441},

["Shiny Ekans"] = {chance = 80, corpse = 12442},

["Shiny Arbok"] = {chance = 150, corpse = 12443},

["Shiny Pikachu"] = {chance = 100, corpse = 12444},

["Shiny Raichu"] = {chance = 180, corpse = 12445},

["Shiny Sandshrew"] = {chance = 80, corpse = 12446},

["Shiny Sandslash"] = {chance = 156, corpse = 12447},

["Shiny Nidoran Female"] = {chance = 130, corpse = 12448},

["Shiny Nidorina"] = {chance = 180, corpse = 12449},

["Shiny Nidoqueen"] = {chance = 250, corpse = 12450},

["Shiny Nidoran Male"] = {chance = 120, corpse = 12451},

["Shiny Nidorino"] = {chance = 180, corpse = 12452},

["Shiny Nidoking"] = {chance = 250, corpse = 12453},

["Shiny Clefairy"] = {chance = 70, corpse = 12454},

["Shiny Clefable"] = {chance = 90, corpse = 12455},

["Shiny Vulpix"] = {chance = 143, corpse = 12456},

["Shiny Ninetales"] = {chance = 145, corpse = 12457},

["Shiny Jigglypuff"] = {chance = 80, corpse = 12458},

["Shiny Wigglytuff"] = {chance = 90, corpse = 12459},

["Shiny Zubat"] = {chance = 40, corpse = 12460},

["Shiny Golbat"] = {chance = 50, corpse = 12461},

["Shiny Oddish"] = {chance = 60, corpse = 12462},

["Shiny Gloom"] = {chance = 80, corpse = 12463},

["Shiny Vileplume"] = {chance = 117, corpse = 12464},

["Shiny Paras"] = {chance = 80, corpse = 12465},

["Shiny Parasect"] = {chance = 90, corpse = 12466},

["Shiny Venonat"] = {chance = 80, corpse = 12467},

["Shiny Venomoth"] = {chance = 140, corpse = 12468},

["Shiny Diglett"] = {chance = 50, corpse = 12469},

["Shiny Dugtrio"] = {chance = 90, corpse = 12470},

["Shiny Meowth"] = {chance = 80, corpse = 12471},

["Shiny Persian"] = {chance = 150, corpse = 12472},

["Shiny Psyduck"] = {chance = 90, corpse = 12473},

["Shiny Golduck"] = {chance = 190, corpse = 12474},

["Shiny Mankey"] = {chance = 40, corpse = 12475},

["Shiny Primeape"] = {chance = 180, corpse = 12476},

["Shiny Growlithe"] = {chance = 200, corpse = 12477},

["Shiny Arcanine"] = {chance = 300, corpse = 12478},

["Shiny Poliwag"] = {chance = 90, corpse = 12479},

["Shiny Poliwhirl"] = {chance = 120, corpse = 12480},

["Shiny Poliwrath"] = {chance = 200, corpse = 12481},

["Shiny Abra"] = {chance = 160, corpse = 12482},

["Shiny Kadabra"] = {chance = 200, corpse = 12483},

["Shiny Alakazam"] = {chance = 250, corpse = 12484},

["Shiny Machop"] = {chance = 80, corpse = 12485},

["Shiny Machoke"] = {chance = 60, corpse = 12486},

["Shiny Machamp"] = {chance = 210, corpse = 12487},

["Shiny Bellsprout"] = {chance = 40, corpse = 12488},

["Shiny Weepinbell"] = {chance = 60, corpse = 12489},

["Shiny Victreebel"] = {chance = 180, corpse = 12490},

["Shiny Tentacool"] = {chance = 120, corpse = 12491},

["Shiny Tentacruel"] = {chance = 166, corpse = 12492},

["Shiny Geodude"] = {chance = 50, corpse = 12493},

["Shiny Graveler"] = {chance = 158, corpse = 12494},

["Shiny Golem"] = {chance = 212, corpse = 12495},

["Shiny Ponyta"] = {chance = 120, corpse = 12496},

["Shiny Rapidash"] = {chance = 150, corpse = 12497},

["Shiny Slowpoke"] = {chance = 60, corpse = 12498},

["Shiny Slowbro"] = {chance = 80, corpse = 12499},

["Shiny Magnemite"] = {chance = 80, corpse = 12500},

["Shiny Magneton"] = {chance = 120, corpse = 12501},

["Shiny Farfetch'd"] = {chance = 150, corpse = 12502},

["Shiny Doduo"] = {chance = 60, corpse = 12503},

["Shiny Dodrio"] = {chance = 100, corpse = 12504},

["Shiny Seel"] = {chance = 50, corpse = 12505},

["Shiny Dewgong"] = {chance = 128, corpse = 12506},

["Shiny Grimer"] = {chance = 70, corpse = 12507},

["Shiny Muk"] = {chance = 80, corpse = 12508},

["Shiny Shellder"] = {chance = 80, corpse = 12509},

["Shiny Cloyster"] = {chance = 154, corpse = 12510},

["Shiny Gastly"] = {chance = 150, corpse = 12511},

["Shiny Haunter"] = {chance = 250, corpse = 12512},

["Shiny Gengar"] = {chance = 300, corpse = 12513},

["Shiny Onix"] = {chance = 200, corpse = 12514},

["Shiny Drowzee"] = {chance = 40, corpse = 12515},

["Shiny Hypno"] = {chance = 111, corpse = 12516},

["Shiny Krabby"] = {chance = 40, corpse = 12517},

["Shiny Kingler"] = {chance = 80, corpse = 12518},

["Shiny Voltorb"] = {chance = 70, corpse = 12519},

["Shiny Electrode"] = {chance = 80, corpse = 12520},

["Shiny Exeggcute"] = {chance = 80, corpse = 12521},

["Shiny Exeggutor"] = {chance = 90, corpse = 12523},

["Shiny Cubone"] = {chance = 70, corpse = 12524},

["Shiny Marowak"] = {chance = 80, corpse = 12525},

["Shiny Hitmonlee"] = {chance = 160, corpse = 12526},

["Shiny Hitmonchan"] = {chance = 160, corpse = 12527},

["Shiny Lickitung"] = {chance = 100, corpse = 12528},

["Shiny Koffing"] = {chance = 80, corpse = 12529},

["Shiny Weezing"] = {chance = 150, corpse = 12530},

["Shiny Rhyhorn"] = {chance = 80, corpse = 12531},

["Shiny Rhydon"] = {chance = 250, corpse = 12532},

["Shiny Chansey"] = {chance = 250, corpse = 12533},

["Shiny Tangela"] = {chance = 100, corpse = 12534},

["Shiny Kangaskhan"] = {chance = 250, corpse = 12535},

["Shiny Horsea"] = {chance = 60, corpse = 12536},

["Shiny Seadra"] = {chance = 90, corpse = 12537},

["Shiny Goldeen"] = {chance = 40, corpse = 12538},

["Shiny Seaking"] = {chance = 150, corpse = 12539},

["Shiny Staryu"] = {chance = 80, corpse = 12540},

["Shiny Starmie"] = {chance = 150, corpse = 12541},

["Shiny Mr. Mime"] = {chance = 200, corpse = 12542},

["Shiny Scyther"] = {chance = 320, corpse = 12543},

["Shiny Jynx"] = {chance = 200, corpse = 12544},

["Shiny Electabuzz"] = {chance = 350, corpse = 12545},

["Shiny Magmar"] = {chance = 320, corpse = 12546},

["Shiny Pinsir"] = {chance = 108, corpse = 12547},

["Shiny Tauros"] = {chance = 106, corpse = 12548},

["Shiny Magikarp"] = {chance = 40, corpse = 12549},

["Shiny Gyarados"] = {chance = 300, corpse = 12550},

["Shiny Lapras"] = {chance = 200, corpse = 12551},

["Shiny Ditto"] = {chance = 500, corpse = 12552},

["Shiny Eevee"] = {chance = 90, corpse = 12553},

["Shiny Vaporeon"] = {chance = 150, corpse = 12554},

["Shiny Jolteon"] = {chance = 150, corpse = 12555},

["Shiny Flareon"] = {chance = 150, corpse = 12556},

["Shiny Porygon"] = {chance = 300, corpse = 12557},

["Shiny Omanyte"] = {chance = 153, corpse = 12558},

["Shiny Omastar"] = {chance = 250, corpse = 12559},

["Shiny Kabuto"] = {chance = 153, corpse = 12560},

["Shiny Kabutops"] = {chance = 250, corpse = 12561},

["Shiny Aerodactyl"] = {chance = 400, corpse = 12562},

["Shiny Snorlax"] = {chance = 500, corpse = 12563},

["Shiny Articuno"] = {chance = 700, corpse = 12564},

["Shiny Zapdos"] = {chance = 700, corpse = 12565},

["Shiny Moltres"] = {chance = 700, corpse = 12566},

["Shiny Dratini"] = {chance = 200, corpse = 12567},

["Shiny Dragonair"] = {chance = 400, corpse = 12568},

["Shiny Dragonite"] = {chance = 680, corpse = 12569},

["Shiny Mewtwo"] = {chance = 999, corpse = 12570},

["Shiny Mew"] = {chance = 999, corpse = 12571},

}

 

quando devo por nas ball pra fica bom ??

 

pq esse cath ta foda mais quando devo por nas ball

 

 

@Slicer

 

acabei de tida seu rep pela ajuda ^^

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

 

gente to com mais um duvida

 

valendo rep+

 

com um cath asim:

 

pokecatches = {

["Bulbasaur"] = {chance = 210, corpse = 5969},

["Ivysaur"] = {chance = 475, corpse = 5982},

["Venusaur"] = {chance = 685, corpse = 5962},

["Charmander"] = {chance = 215, corpse = 5983},

["Charmeleon"] = {chance = 475, corpse = 5981},

["Charizard"] = {chance = 686, corpse = 6005},

["Squirtle"] = {chance = 201, corpse = 6008},

["Wartortle"] = {chance = 474, corpse = 5978},

["Blastoise"] = {chance = 578, corpse = 5999},

["Caterpie"] = {chance = 5, corpse = 5971},

["Metapod"] = {chance = 25, corpse = 5970},

["Butterfree"] = {chance = 102, corpse = 5985},

["Weedle"] = {chance = 6, corpse = 5964},

["Kakuna"] = {chance = 19, corpse = 6000},

["Beedrill"] = {chance = 120, corpse = 5990},

["Pidgey"] = {chance = 20, corpse = 5961},

["Pidgeotto"] = {chance = 120, corpse = 5966},

["Pidgeot"] = {chance = 260, corpse = 6020},

["Rattata"] = {chance = 7, corpse = 5974},

["Raticate"] = {chance = 74, corpse = 6007},

["Spearow"] = {chance = 9, corpse = 5968},

["Fearow"] = {chance = 204, corpse = 5992},

["Ekans"] = {chance = 72, corpse = 5979},

["Arbok"] = {chance = 147, corpse = 5984},

["Pikachu"] = {chance = 1000, corpse = 6001},

["Raichu"] = {chance = 2000, corpse = 5996},

["Sandshrew"] = {chance = 77, corpse = 5988},

["Sandslash"] = {chance = 256, corpse = 6041},

["Nidoran Female"] = {chance = 13, corpse = 6013},

["Nidorina"] = {chance = 71, corpse = 6014},

["Nidoqueen"] = {chance = 298, corpse = 3004},

["Nidoran Male"] = {chance = 12, corpse = 6015},

["Nidorino"] = {chance = 77, corpse = 6019},

["Nidoking"] = {chance = 277, corpse = 5995},

["Clefairy"] = {chance = 41, corpse = 2968},

["Clefable"] = {chance = 172, corpse = 6006},

["Vulpix"] = {chance = 46, corpse = 6003},

["Ninetales"] = {chance = 198, corpse = 6040},

["Jigglypuff"] = {chance = 40, corpse = 6011},

["Wigglytuff"] = {chance = 101, corpse = 6012},

["Zubat"] = {chance = 79, corpse = 5989},

["Golbat"] = {chance = 101, corpse = 6053},

["Oddish"] = {chance = 20, corpse = 3008},

["Gloom"] = {chance = 156, corpse = 6017},

["Vileplume"] = {chance = 217, corpse = 6025},

["Paras"] = {chance = 11, corpse = 3007},

["Parasect"] = {chance = 109, corpse = 6027},

["Venonat"] = {chance = 35, corpse = 5997},

["Venomoth"] = {chance = 175, corpse = 2925},

["Diglett"] = {chance = 16, corpse = 6023},

["Dugtrio"] = {chance = 62, corpse = 6024},

["Meowth"] = {chance = 18, corpse = 6034},

["Persian"] = {chance = 50, corpse = 6009},

["Psyduck"] = {chance = 41, corpse = 6029},

["Golduck"] = {chance = 216, corpse = 6028},

["Mankey"] = {chance = 40, corpse = 6035},

["Primeape"] = {chance = 306, corpse = 6032},

["Growlithe"] = {chance = 103, corpse = 6036},

["Arcanine"] = {chance = 377, corpse = 6031},

["Poliwag"] = {chance = 20, corpse = 6042},

["Poliwhirl"] = {chance = 92, corpse = 6054},

["Poliwrath"] = {chance = 247, corpse = 6033},

["Abra"] = {chance = 92, corpse = 2905},

["Kadabra"] = {chance = 172, corpse = 6060},

["Alakazam"] = {chance = 565, corpse = 6057},

["Machop"] = {chance = 54, corpse = 6045},

["Machoke"] = {chance = 277, corpse = 4251},

["Machamp"] = {chance = 410, corpse = 6048},

["Bellsprout"] = {chance = 12, corpse = 2806},

["Weepinbell"] = {chance = 76, corpse = 2928},

["Victreebel"] = {chance = 213, corpse = 6332},

["Tentacool"] = {chance = 48, corpse = 2961},

["Tentacruel"] = {chance = 266, corpse = 6037},

["Geodude"] = {chance = 49, corpse = 6071},

["Graveler"] = {chance = 73, corpse = 6516},

["Golem"] = {chance = 212, corpse = 6043},

["Ponyta"] = {chance = 40, corpse = 5975},

["Rapidash"] = {chance = 226, corpse = 4323},

["Slowpoke"] = {chance = 70, corpse = 2926},

["Slowbro"] = {chance = 121, corpse = 5986},

["Magnemite"] = {chance = 28, corpse = 6056},

["Magneton"] = {chance = 140, corpse = 6076},

["Farfetch'd"] = {chance = 93, corpse = 2836},

["Doduo"] = {chance = 55, corpse = 2842},

["Dodrio"] = {chance = 124, corpse = 6047},

["Seel"] = {chance = 77, corpse = 6030},

["Dewgong"] = {chance = 228, corpse = 6038},

["Grimer"] = {chance = 41, corpse = 6055},

["Muk"] = {chance = 178, corpse = 2845},

["Shellder"] = {chance = 28, corpse = 2837},

["Cloyster"] = {chance = 154, corpse = 2932},

["Gastly"] = {chance = 78, corpse = 5993},

["Haunter"] = {chance = 147, corpse = 6004},

["Gengar"] = {chance = 420, corpse = 6336},

["Onix"] = {chance = 230, corpse = 2990},

["Drowzee"] = {chance = 100, corpse = 6026},

["Hypno"] = {chance = 311, corpse = 6046},

["Krabby"] = {chance = 24, corpse = 6039},

["Kingler"] = {chance = 107, corpse = 6340},

["Voltorb"] = {chance = 26, corpse = 6049},

["Electrode"] = {chance = 78, corpse = 6051},

["Exeggcute"] = {chance = 28, corpse = 2982},

["Exeggutor"] = {chance = 93, corpse = 3005},

["Cubone"] = {chance = 20, corpse = 6050},

["Marowak"] = {chance = 96, corpse = 6072},

["Hitmonlee"] = {chance = 360, corpse = 6067},

["Hitmonchan"] = {chance = 360, corpse = 5977},

["Lickitung"] = {chance = 300, corpse = 2953},

["Koffing"] = {chance = 49, corpse = 2936},

["Weezing"] = {chance = 81, corpse = 6306},

["Rhyhorn"] = {chance = 46, corpse = 3035},

["Rhydon"] = {chance = 286, corpse = 2858},

["Chansey"] = {chance = 237, corpse = 6010},

["Tangela"] = {chance = 90, corpse = 5976},

["Kangaskhan"] = {chance = 479, corpse = 6073},

["Horsea"] = {chance = 16, corpse = 2973},

["Seadra"] = {chance = 89, corpse = 2872},

["Goldeen"] = {chance = 35, corpse = 2970},

["Seaking"] = {chance = 70, corpse = 3038},

["Staryu"] = {chance = 49, corpse = 5987},

["Starmie"] = {chance = 128, corpse = 7320},

["Mr. Mime"] = {chance = 203, corpse = 6069},

["Scyther"] = {chance = 345, corpse = 3002},

["Jynx"] = {chance = 216, corpse = 5765},

["Electabuzz"] = {chance = 264, corpse = 6065},

["Magmar"] = {chance = 269, corpse = 7283},

["Pinsir"] = {chance = 108, corpse = 7282},

["Tauros"] = {chance = 106, corpse = 6302},

["Magikarp"] = {chance = 2, corpse = 2818},

["Gyarados"] = {chance = 326, corpse = 6331},

["Lapras"] = {chance = 375, corpse = 6018},

["Ditto"] = {chance = 400, corpse = 2817},

["Eevee"] = {chance = 179, corpse = 6364},

["Vaporeon"] = {chance = 200, corpse = 5960},

["Jolteon"] = {chance = 250, corpse = 6044},

["Flareon"] = {chance = 300, corpse = 6059},

["Porygon"] = {chance = 350, corpse = 5963},

["Omanyte"] = {chance = 103, corpse = 5998},

["Omastar"] = {chance = 282, corpse = 5994},

["Kabuto"] = {chance = 109, corpse = 5972},

["Kabutops"] = {chance = 302, corpse = 6345},

["Aerodactyl"] = {chance = 652, corpse = 6338},

["Snorlax"] = {chance = 455, corpse = 6016},

["Articuno"] = {chance = 897, corpse = 7256},

["Zapdos"] = {chance = 897, corpse = 6074},

["Moltres"] = {chance = 897, corpse = 7330},

["Dratini"] = {chance = 179, corpse = 2879},

["Dragonair"] = {chance = 318, corpse = 6002},

["Dragonite"] = {chance = 655, corpse = 4295},

["Mewtwo"] = {chance = 1000, corpse = 5973},

["Mew"] = {chance = 1000, corpse = 2939},

["Chikorita"] = {chance = 40, corpse = 3275},

["Bayleef"] = {chance = 104, corpse = 3271},

["Meganium"] = {chance = 326, corpse = 3576},

["Cyndaquil"] = {chance = 20, corpse = 3281},

["Quilava"] = {chance = 101, corpse = 4426},

["Typhlosion"] = {chance = 326, corpse = 4453},

["Totodile"] = {chance = 22, corpse = 4452},

["Croconaw"] = {chance = 116, corpse = 3280},

["Feraligatr"] = {chance = 326, corpse = 3288},

["Sentret"] = {chance = 74, corpse = 4432},

["Furret"] = {chance = 120, corpse = 3291},

["Hoothoot"] = {chance = 85, corpse = 3553},

["Noctowl"] = {chance = 141, corpse = 3581},

["Ledyba"] = {chance = 41, corpse = 3563},

["Ledian"] = {chance = 62, corpse = 3562},

["Spinarak"] = {chance = 44, corpse = 4441},

["Ariados"] = {chance = 175, corpse = 3269},

["Crobat"] = {chance = 185, corpse = 3279},

["Chinchou"] = {chance = 93, corpse = 3276},

["Lanturn"] = {chance = 122, corpse = 3276},

["Pichu"] = {chance = 2755, corpse = 3584},

["Cleffa"] = {chance = 5, corpse = 3277},

["Igglybuff"] = {chance = 4, corpse = 3557},

["Togepi"] = {chance = 200, corpse = 4450},

["Togetic"] = {chance = 300, corpse = 4451},

["Natu"] = {chance = 104, corpse = 3580},

["Xatu"] = {chance = 178, corpse = 4758},

["Mareep"] = {chance = 175, corpse = 3568},

["Flaaffy"] = {chance = 254, corpse = 3289},

["Ampharos"] = {chance = 458, corpse = 3268},

["Bellossom"] = {chance = 215, corpse = 3272},

["Marill"] = {chance = 53, corpse = 3575},

["Azumarill"] = {chance = 98, corpse = 3270},

["Sudowoodo"] = {chance = 218, corpse = 4444},

["Politoed"] = {chance = 153, corpse = 4422},

["Hoppip"] = {chance = 75, corpse = 3554},

["Skiploom"] = {chance = 125, corpse = 4434},

["Jumpluff"] = {chance = 1252, corpse = 4434},

["Aipom"] = {chance = 112, corpse = 3267},

["Sunkern"] = {chance = 41, corpse = 4447},

["Sunflora"] = {chance = 200, corpse = 4446},

["Yanma"] = {chance = 81, corpse = 4759},

["Wooper"] = {chance = 147, corpse = 4757},

["Quagsire"] = {chance = 230, corpse = 4425},

["Espeon"] = {chance = 92, corpse = 3287},

["Umbreon"] = {chance = 98, corpse = 4567},

["Murkrow"] = {chance = 310, corpse = 3579},

["Slowking"] = {chance = 403, corpse = 4435},

["Misdreavus"] = {chance = 402, corpse = 3578},

["Unown"] = {chance = 91, corpse = 4568},

["Wobbuffet"] = {chance = 321, corpse = 4756},

["Girafarig"] = {chance = 141, corpse = 3292},

["Pineco"] = {chance = 18, corpse = 3586},

["Forretress"] = {chance = 132, corpse = 3290},

["Dunsparce"] = {chance = 57, corpse = 3284},

["Gligar"] = {chance = 174, corpse = 3293},

["Steelix"] = {chance = 424, corpse = 3293},

["Snubbull"] = {chance = 41, corpse = 4440},

["Granbull"] = {chance = 204, corpse = 3294},

["Qwilfish"] = {chance = 46, corpse = 4427},

["Scizor"] = {chance = 200, corpse = 4431},

["Shuckle"] = {chance = 102, corpse = 4430},

["Heracross"] = {chance = 245, corpse = 3295},

["Sneasel"] = {chance = 179, corpse = 4439},

["Teddiursa"] = {chance = 210, corpse = 4449},

["Ursaring"] = {chance = 312, corpse = 4569},

["Slugma"] = {chance = 147, corpse = 4436},

["Magcargo"] = {chance = 208, corpse = 3566},

["Swinub"] = {chance = 120, corpse = 4448},

["Piloswine"] = {chance = 205, corpse = 3585},

["Corsola"] = {chance = 106, corpse = 3278},

["Remoraid"] = {chance = 51, corpse = 4429},

["Octillery"] = {chance = 78, corpse = 3582},

["Delibird"] = {chance = 118, corpse = 3282},

["Mantine"] = {chance = 208, corpse = 3567},

["Skarmory"] = {chance = 360, corpse = 4433},

["Houndour"] = {chance = 98, corpse = 3556},

["Houndoom"] = {chance = 182, corpse = 3555},

["Kingdra"] = {chance = 181, corpse = 3559},

["Phanpy"] = {chance = 12, corpse = 3583},

["Donphan"] = {chance = 195, corpse = 3283},

["Porygon2"] = {chance = 212, corpse = 4423},

["Stantler"] = {chance = 54, corpse = 4442},

["Smeargle"] = {chance = 38, corpse = 4437},

["Tyrogue"] = {chance = 13, corpse = 4455},

["Hitmontop"] = {chance = 160, corpse = 3296},

["Smoochum"] = {chance = 6, corpse = 4438},

["Elekid"] = {chance = 105, corpse = 3285},

["Magby"] = {chance = 106, corpse = 3565},

["Miltank"] = {chance = 303, corpse = 3577},

["Blissey"] = {chance = 212, corpse = 3273},

["Raikou"] = {chance = 294, corpse = 4428},

["Entei"] = {chance = 297, corpse = 3286},

["Suicune"] = {chance = 297, corpse = 4445},

["Larvitar"] = {chance = 150, corpse = 3561},

["Pupitar"] = {chance = 221, corpse = 4424},

["Tyranitar"] = {chance = 369, corpse = 4454},

["Lugia"] = {chance = 297, corpse = 3564},

["Ho-oh"] = {chance = 297, corpse = 3297},

["Celebi"] = {chance = 199, corpse = 3274},

------------Shiny Catch-----------

 

["Shiny Bulbasaur"] = {chance = 40, corpse = 12420},

["Shiny Ivysaur"] = {chance = 100, corpse = 12421},

["Shiny Venusaur"] = {chance = 226, corpse = 12422},

["Shiny Charmander"] = {chance = 60, corpse = 12423},

["Shiny Charmeleon"] = {chance = 140, corpse = 12424},

["Shiny Charizard"] = {chance = 226, corpse = 12425},

["Shiny Squirtle"] = {chance = 60, corpse = 12426},

["Shiny Wartortle"] = {chance = 140, corpse = 12427},

["Shiny Blastoise"] = {chance = 226, corpse = 12428},

["Shiny Caterpie"] = {chance = 20, corpse = 12429},

["Shiny Metapod"] = {chance = 35, corpse = 12430},

["Shiny Butterfree"] = {chance = 92, corpse = 12431},

["Shiny Weedle"] = {chance = 40, corpse = 12432},

["Shiny Kakuna"] = {chance = 70, corpse = 12433},

["Shiny Beedrill"] = {chance = 170, corpse = 12434},

["Shiny Pidgey"] = {chance = 50, corpse = 12435},

["Shiny Pidgeotto"] = {chance = 60, corpse = 12436},

["Shiny Pidgeot"] = {chance = 160, corpse = 12437},

["Shiny Rattata"] = {chance = 50, corpse = 12438},

["Shiny Raticate"] = {chance = 60, corpse = 12439},

["Shiny Spearow"] = {chance = 90, corpse = 12440},

["Shiny Fearow"] = {chance = 180, corpse = 12441},

["Shiny Ekans"] = {chance = 80, corpse = 12442},

["Shiny Arbok"] = {chance = 150, corpse = 12443},

["Shiny Pikachu"] = {chance = 100, corpse = 12444},

["Shiny Raichu"] = {chance = 180, corpse = 12445},

["Shiny Sandshrew"] = {chance = 80, corpse = 12446},

["Shiny Sandslash"] = {chance = 156, corpse = 12447},

["Shiny Nidoran Female"] = {chance = 130, corpse = 12448},

["Shiny Nidorina"] = {chance = 180, corpse = 12449},

["Shiny Nidoqueen"] = {chance = 250, corpse = 12450},

["Shiny Nidoran Male"] = {chance = 120, corpse = 12451},

["Shiny Nidorino"] = {chance = 180, corpse = 12452},

["Shiny Nidoking"] = {chance = 250, corpse = 12453},

["Shiny Clefairy"] = {chance = 70, corpse = 12454},

["Shiny Clefable"] = {chance = 90, corpse = 12455},

["Shiny Vulpix"] = {chance = 143, corpse = 12456},

["Shiny Ninetales"] = {chance = 145, corpse = 12457},

["Shiny Jigglypuff"] = {chance = 80, corpse = 12458},

["Shiny Wigglytuff"] = {chance = 90, corpse = 12459},

["Shiny Zubat"] = {chance = 40, corpse = 12460},

["Shiny Golbat"] = {chance = 50, corpse = 12461},

["Shiny Oddish"] = {chance = 60, corpse = 12462},

["Shiny Gloom"] = {chance = 80, corpse = 12463},

["Shiny Vileplume"] = {chance = 117, corpse = 12464},

["Shiny Paras"] = {chance = 80, corpse = 12465},

["Shiny Parasect"] = {chance = 90, corpse = 12466},

["Shiny Venonat"] = {chance = 80, corpse = 12467},

["Shiny Venomoth"] = {chance = 140, corpse = 12468},

["Shiny Diglett"] = {chance = 50, corpse = 12469},

["Shiny Dugtrio"] = {chance = 90, corpse = 12470},

["Shiny Meowth"] = {chance = 80, corpse = 12471},

["Shiny Persian"] = {chance = 150, corpse = 12472},

["Shiny Psyduck"] = {chance = 90, corpse = 12473},

["Shiny Golduck"] = {chance = 190, corpse = 12474},

["Shiny Mankey"] = {chance = 40, corpse = 12475},

["Shiny Primeape"] = {chance = 180, corpse = 12476},

["Shiny Growlithe"] = {chance = 200, corpse = 12477},

["Shiny Arcanine"] = {chance = 300, corpse = 12478},

["Shiny Poliwag"] = {chance = 90, corpse = 12479},

["Shiny Poliwhirl"] = {chance = 120, corpse = 12480},

["Shiny Poliwrath"] = {chance = 200, corpse = 12481},

["Shiny Abra"] = {chance = 160, corpse = 12482},

["Shiny Kadabra"] = {chance = 200, corpse = 12483},

["Shiny Alakazam"] = {chance = 250, corpse = 12484},

["Shiny Machop"] = {chance = 80, corpse = 12485},

["Shiny Machoke"] = {chance = 60, corpse = 12486},

["Shiny Machamp"] = {chance = 210, corpse = 12487},

["Shiny Bellsprout"] = {chance = 40, corpse = 12488},

["Shiny Weepinbell"] = {chance = 60, corpse = 12489},

["Shiny Victreebel"] = {chance = 180, corpse = 12490},

["Shiny Tentacool"] = {chance = 120, corpse = 12491},

["Shiny Tentacruel"] = {chance = 166, corpse = 12492},

["Shiny Geodude"] = {chance = 50, corpse = 12493},

["Shiny Graveler"] = {chance = 158, corpse = 12494},

["Shiny Golem"] = {chance = 212, corpse = 12495},

["Shiny Ponyta"] = {chance = 120, corpse = 12496},

["Shiny Rapidash"] = {chance = 150, corpse = 12497},

["Shiny Slowpoke"] = {chance = 60, corpse = 12498},

["Shiny Slowbro"] = {chance = 80, corpse = 12499},

["Shiny Magnemite"] = {chance = 80, corpse = 12500},

["Shiny Magneton"] = {chance = 120, corpse = 12501},

["Shiny Farfetch'd"] = {chance = 150, corpse = 12502},

["Shiny Doduo"] = {chance = 60, corpse = 12503},

["Shiny Dodrio"] = {chance = 100, corpse = 12504},

["Shiny Seel"] = {chance = 50, corpse = 12505},

["Shiny Dewgong"] = {chance = 128, corpse = 12506},

["Shiny Grimer"] = {chance = 70, corpse = 12507},

["Shiny Muk"] = {chance = 80, corpse = 12508},

["Shiny Shellder"] = {chance = 80, corpse = 12509},

["Shiny Cloyster"] = {chance = 154, corpse = 12510},

["Shiny Gastly"] = {chance = 150, corpse = 12511},

["Shiny Haunter"] = {chance = 250, corpse = 12512},

["Shiny Gengar"] = {chance = 300, corpse = 12513},

["Shiny Onix"] = {chance = 200, corpse = 12514},

["Shiny Drowzee"] = {chance = 40, corpse = 12515},

["Shiny Hypno"] = {chance = 111, corpse = 12516},

["Shiny Krabby"] = {chance = 40, corpse = 12517},

["Shiny Kingler"] = {chance = 80, corpse = 12518},

["Shiny Voltorb"] = {chance = 70, corpse = 12519},

["Shiny Electrode"] = {chance = 80, corpse = 12520},

["Shiny Exeggcute"] = {chance = 80, corpse = 12521},

["Shiny Exeggutor"] = {chance = 90, corpse = 12523},

["Shiny Cubone"] = {chance = 70, corpse = 12524},

["Shiny Marowak"] = {chance = 80, corpse = 12525},

["Shiny Hitmonlee"] = {chance = 160, corpse = 12526},

["Shiny Hitmonchan"] = {chance = 160, corpse = 12527},

["Shiny Lickitung"] = {chance = 100, corpse = 12528},

["Shiny Koffing"] = {chance = 80, corpse = 12529},

["Shiny Weezing"] = {chance = 150, corpse = 12530},

["Shiny Rhyhorn"] = {chance = 80, corpse = 12531},

["Shiny Rhydon"] = {chance = 250, corpse = 12532},

["Shiny Chansey"] = {chance = 250, corpse = 12533},

["Shiny Tangela"] = {chance = 100, corpse = 12534},

["Shiny Kangaskhan"] = {chance = 250, corpse = 12535},

["Shiny Horsea"] = {chance = 60, corpse = 12536},

["Shiny Seadra"] = {chance = 90, corpse = 12537},

["Shiny Goldeen"] = {chance = 40, corpse = 12538},

["Shiny Seaking"] = {chance = 150, corpse = 12539},

["Shiny Staryu"] = {chance = 80, corpse = 12540},

["Shiny Starmie"] = {chance = 150, corpse = 12541},

["Shiny Mr. Mime"] = {chance = 200, corpse = 12542},

["Shiny Scyther"] = {chance = 320, corpse = 12543},

["Shiny Jynx"] = {chance = 200, corpse = 12544},

["Shiny Electabuzz"] = {chance = 350, corpse = 12545},

["Shiny Magmar"] = {chance = 320, corpse = 12546},

["Shiny Pinsir"] = {chance = 108, corpse = 12547},

["Shiny Tauros"] = {chance = 106, corpse = 12548},

["Shiny Magikarp"] = {chance = 40, corpse = 12549},

["Shiny Gyarados"] = {chance = 300, corpse = 12550},

["Shiny Lapras"] = {chance = 200, corpse = 12551},

["Shiny Ditto"] = {chance = 500, corpse = 12552},

["Shiny Eevee"] = {chance = 90, corpse = 12553},

["Shiny Vaporeon"] = {chance = 150, corpse = 12554},

["Shiny Jolteon"] = {chance = 150, corpse = 12555},

["Shiny Flareon"] = {chance = 150, corpse = 12556},

["Shiny Porygon"] = {chance = 300, corpse = 12557},

["Shiny Omanyte"] = {chance = 153, corpse = 12558},

["Shiny Omastar"] = {chance = 250, corpse = 12559},

["Shiny Kabuto"] = {chance = 153, corpse = 12560},

["Shiny Kabutops"] = {chance = 250, corpse = 12561},

["Shiny Aerodactyl"] = {chance = 400, corpse = 12562},

["Shiny Snorlax"] = {chance = 500, corpse = 12563},

["Shiny Articuno"] = {chance = 700, corpse = 12564},

["Shiny Zapdos"] = {chance = 700, corpse = 12565},

["Shiny Moltres"] = {chance = 700, corpse = 12566},

["Shiny Dratini"] = {chance = 200, corpse = 12567},

["Shiny Dragonair"] = {chance = 400, corpse = 12568},

["Shiny Dragonite"] = {chance = 680, corpse = 12569},

["Shiny Mewtwo"] = {chance = 999, corpse = 12570},

["Shiny Mew"] = {chance = 999, corpse = 12571},

}

 

quando devo por nas ball pra fica bom ??

 

pq esse cath ta foda mais quando devo por nas ball

 

@Slicer

 

acabei de tida seu rep pela ajuda ^^

 

Ei cara vai no actions/scripts/catch.lua e coloque isso o catch esta bom mas se achar mt alto mude a q ta 10 pra 6 por ai e as outras abaixa tambem

 

local ballcatch = {
[2394] = {cr = 4, on = 24, off = 23, ball = 11826, send = 47},
[2391] = {cr = 1, on = 198, off = 197, ball = 11832, send = 48},
[2393] = {cr = 5, on = 202, off = 201, ball = 11835, send = 46},
[2392] = {cr = 10, on = 200, off = 199, ball = 11829, send = 49},
}
function onUse(cid, item, frompos, item3, topos)
local item2 = getTopCorpse(topos)
if item2 == null then
return true
end
if getItemAttribute(item2.uid, "catching") == 1 then
return true
end
local name = string.lower(getItemNameById(item2.itemid))
name = string.gsub(name, "fainted ", "")
name = string.gsub(name, "defeated ", "")
local x = pokecatches[doCorrectPokemonName(name)]
if not x then return true end
 local owner = getItemAttribute(item2.uid, "corpseowner")

 if owner and isCreature(owner) and isPlayer(owner) and cid ~= owner and isInArray({1,8}, getPlayerGroupId(cid)) then
 doPlayerSendCancel(cid, "You are not allowed to catch this pokemon.")
 return true
 end
local catchinfo = {}
 catchinfo.rate = ballcatch[item.itemid].cr
 catchinfo.catch = ballcatch[item.itemid].on
 catchinfo.fail = ballcatch[item.itemid].off
 catchinfo.newid = ballcatch[item.itemid].ball
 catchinfo.name = doCorrectPokemonName(name)
 catchinfo.topos = topos
 catchinfo.chance = x.chance
 doSendDistanceShoot(getThingPos(cid), topos, ballcatch[item.itemid].send)
 doRemoveItem(item.uid, 1)
 local d = getDistanceBetween(getThingPos(cid), topos)
 addEvent(doSendPokeBall, d * 70 + 100 - (d * 14) , cid, catchinfo, false, false)
 addEvent(doSendMagicEffect, (d * 70 + 100 - (d * 14)) - 100, topos, 3)
return true
end

 

 

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

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