Postado Julho 9, 2016 8 anos Então galera, aconteceu um erro comigo e não sei como foi acontecer isso, não mexi em nada relacionado ao boost. Quando eu dou look no pokemon ele não aparece o boost, exemplo: Pikachu +50. Ele não aprece o +50. E quando eu dou trade com alguem e dou look no pokemon, o servidor crasha ( fecha, nao sei como fala kk) Vou deixar ai embaixo o look.lua, tradesystem.lua, o boost.lua e o goback.lua caso precise. Look.lua: Citar Look.la local NPCBattle = { ["Brock"] = {artig = "He is", cidbat = "Pewter"}, ["Misty"] = {artig = "She is", cidbat = "Cerulean"}, ["Blaine"] = {artig = "He is", cidbat = "Cinnabar"}, ["Sabrina"] = {artig = "She is", cidbat = "Saffron"}, --alterado v1.9 \/ peguem tudo! ["Kira"] = {artig = "She is", cidbat = "Viridian"}, ["Koga"] = {artig = "He is", cidbat = "Fushcia"}, ["Erika"] = {artig = "She is", cidbat = "Celadon"}, ["Surge"] = {artig = "He is", cidbat = "Vermilion"}, } local shinys = { ["Shiny Abra"] = "Dark Abra", ["Shiny Onix"] = "Crystal Onix", ["Shiny Gyarados"] = "Red Gyarados", ["Shiny Charizard"] = "Elder Charizard", ["Shiny Venusaur"] = "Ancient Venusaur", ["Shiny Blastoise"] = "Ancient Blastoise", ["Shiny Farfetch'd"] = "Elite Farfetch'd", ["Shiny Hitmonlee"] = "Elite Hitmonlee", ["Shiny Himonchan"] = "Elite Hitmonchan", ["Shiny Snorlax"] = "Big Snorlax", } local xhelds = { [1] = {name = "X-Defense(Tier: 1)"}, [2] = {name = "X-Defense(Tier: 2)"}, [3] = {name = "X-Defense(Tier: 3)"}, [4] = {name = "X-Defense(Tier: 4)"}, [5] = {name = "X-Defense(Tier: 5)"}, [6] = {name = "X-Defense(Tier: 6)"}, [7] = {name = "X-Defense(Tier: 7)"}, [8] = {name = "X-Attack(Tier : 1)"}, [9] = {name = "X-Attack(Tier : 2)"}, [10] = {name = "X-Attack(Tier: 3)"}, [11] = {name = "X-Attack(Tier: 4)"}, [12] = {name = "X-Attack(Tier: 5)"}, [13] = {name = "X-Attack(Tier: 6)"}, [14] = {name = "X-Attack(Tier: 7)"}, [15] = {name = "X-Return(Tier: 1)"}, [16] = {name = "X-Return(Tier: 2)"}, [17] = {name = "X-Return(Tier: 3)"}, [18] = {name = "X-Return(Tier: 4)"}, [19] = {name = "X-Return(Tier: 5)"}, [20] = {name = "X-Return(Tier: 6)"}, [21] = {name = "X-Return(Tier: 7)"}, [22] = {name = "X-Hellfire(Tier: 1)"}, [23] = {name = "X-Hellfire(Tier: 2)"}, [24] = {name = "X-Hellfire(Tier: 3)"}, [25] = {name = "X-Hellfire(Tier: 4)"}, [26] = {name = "X-Hellfire(Tier: 5)"}, [27] = {name = "X-Hellfire(Tier: 6)"}, [28] = {name = "X-Hellfire(Tier: 7)"}, [29] = {name = "X-Poison(Tier: 1)"}, [30] = {name = "X-Poison(Tier: 2)"}, [31] = {name = "X-Poison(Tier: 3)"}, [32] = {name = "X-Poison(Tier: 4)"}, [33] = {name = "X-Poison(Tier: 5)"}, [34] = {name = "X-Poison(Tier: 6)"}, [35] = {name = "X-Poison(Tier: 7)"}, [36] = {name = "X-Boost(Tier: 1)"}, [37] = {name = "X-Boost(Tier: 2)"}, [38] = {name = "X-Boost(Tier: 3)"}, [39] = {name = "X-Boost(Tier: 4)"}, [40] = {name = "X-Boost(Tier: 5)"}, [41] = {name = "X-Boost(Tier: 6)"}, [42] = {name = "X-Boost(Tier: 7)"}, [43] = {name = "X-Agility(Tier: 1)"}, [44] = {name = "X-Agility(Tier: 2)"}, [45] = {name = "X-Agility(Tier: 3)"}, [46] = {name = "X-Agility(Tier: 4)"}, [47] = {name = "X-Agility(Tier: 5)"}, [48] = {name = "X-Agility(Tier: 6)"}, [49] = {name = "X-Agility(Tier: 7)"}, [50] = {name = "X-Strafe(Tier: 1)"}, [51] = {name = "X-Strafe(Tier: 2)"}, [52] = {name = "X-Strafe(Tier: 3)"}, [53] = {name = "X-Strafe(Tier: 4)"}, [54] = {name = "X-Strafe(Tier: 5)"}, [55] = {name = "X-Strafe(Tier: 6)"}, [56] = {name = "X-Strafe(Tier: 7)"}, [57] = {name = "X-Rage(Tier: 1)"}, [58] = {name = "X-Rage(Tier: 2)"}, [59] = {name = "X-Rage(Tier: 3)"}, [60] = {name = "X-Rage(Tier: 4)"}, [61] = {name = "X-Rage(Tier: 5)"}, [62] = {name = "X-Rage(Tier: 6)"}, [63] = {name = "X-Rage(Tier: 7)"}, } local yhelds = { [1] = {name = "Y-Regeneration(Tier: 1)"}, [2] = {name = "Y-Regeneration(Tier: 2)"}, [3] = {name = "Y-Regeneration(Tier: 3)"}, [4] = {name = "Y-Regeneration(Tier: 4)"}, [5] = {name = "Y-Regeneration(Tier: 5)"}, [6] = {name = "Y-Regeneration(Tier: 6)"}, [7] = {name = "Y-Regeneration(Tier: 7)"}, [8] = {name = "Y-Cure(Tier: 1)"}, [9] = {name = "Y-Cure(Tier: 2)"}, [10] = {name = "Y-Cure(Tier: 3)"}, [11] = {name = "Y-Cure(Tier: 4)"}, [12] = {name = "Y-Cure(Tier: 5)"}, [13] = {name = "Y-Cure(Tier: 6)"}, [14] = {name = "Y-Cure(Tier: 7)"}, } function onLook(cid, thing, position, lookDistance) local str = {} if not isCreature(thing.uid) then local iname = getItemInfo(thing.itemid) if isPokeball(thing.itemid) and getItemAttribute(thing.uid, "poke") then unLock(thing.uid) local lock = getItemAttribute(thing.uid, "lock") local pokename = getItemAttribute(thing.uid, "poke") local heldx = getItemAttribute(thing.uid, "heldx") local heldy = getItemAttribute(thing.uid, "heldy") table.insert(str, "You see "..iname.article.." "..iname.name..".") if getItemAttribute(thing.uid, "unique") then table.insert(str, " It's an unique item.") end table.insert(str, "\nIt contains "..getArticle(pokename).." "..pokename..".\n") if lock and lock > 0 then table.insert(str, "It will unlock in ".. os.date("%d/%m/%y %X", lock)..".\n") end local boost = getItemAttribute(thing.uid, "boost") or 0 if boost > 0 then table.insert(str, "Boost level: +"..boost..".\n") end if getItemAttribute(thing.uid, "nick") then table.insert(str, "It's nickname is: "..getItemAttribute(thing.uid, "nick")..".\n") end if heldx and heldy then table.insert(str, "Holding: "..(xhelds[heldx].name).." and "..(yhelds[heldy].name)..". ") elseif heldx then table.insert(str, "Holding: "..(xhelds[heldx].name)..". ") elseif heldy then table.insert(str, "Holding: "..(yhelds[heldy].name)..". ") end if getItemAttribute(thing.uid, "gender") == SEX_MALE then table.insert(str, "It is male.") elseif getItemAttribute(thing.uid, "gender") == SEX_FEMALE then table.insert(str, "It is female.") else table.insert(str, "It is genderless.") end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false elseif string.find(iname.name, "fainted") or string.find(iname.name, "defeated") then table.insert(str, "You see a "..string.lower(iname.name)..". ") if isContainer(thing.uid) then table.insert(str, "(Vol: "..getContainerCap(thing.uid)..")") end table.insert(str, "\n") if getItemAttribute(thing.uid, "gender") == SEX_MALE then table.insert(str, "It is male.") elseif getItemAttribute(thing.uid, "gender") == SEX_FEMALE then table.insert(str, "It is female.") else table.insert(str, "It is genderless.") end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false elseif isContainer(thing.uid) then --containers if iname.name == "dead human" and getItemAttribute(thing.uid, "pName") then table.insert(str, "You see a dead human (Vol:"..getContainerCap(thing.uid).."). ") table.insert(str, "You recognize ".. getItemAttribute(thing.uid, "pName")..". ".. getItemAttribute(thing.uid, "article").." was killed by a ") table.insert(str, getItemAttribute(thing.uid, "attacker")..".") else table.insert(str, "You see "..iname.article.." "..iname.name..". (Vol:"..getContainerCap(thing.uid)..").") end if getPlayerGroupId(cid) >= 4 and getPlayerGroupId(cid) <= 6 then table.insert(str, "\nItemID: ["..thing.itemid.."]") local pos = getThingPos(thing.uid) table.insert(str, "\nPosition: [X: "..pos.x.."][Y: "..pos.y.."][Z: "..pos.z.."]") end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false elseif getItemAttribute(thing.uid, "unique") then local p = getThingPos(thing.uid) table.insert(str, "You see ") if thing.type > 1 then table.insert(str, thing.type.." "..iname.plural..".") else table.insert(str, iname.article.." "..iname.name..".") end table.insert(str, " It's an unique item.\n"..iname.description) if getPlayerGroupId(cid) >= 4 and getPlayerGroupId(cid) <= 6 then table.insert(str, "\nItemID: ["..thing.itemid.."]") table.insert(str, "\nPosition: ["..p.x.."]["..p.y.."]["..p.z.."]") end sendMsgToPlayer(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false else return true end end local npcname = getCreatureName(thing.uid) if ehNPC(thing.uid) and NPCBattle[npcname] then --npcs duel table.insert(str, "You see "..npcname..". "..NPCBattle[npcname].artig.." leader of the gym from "..NPCBattle[npcname].cidbat..".") doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false end if getPlayerStorageValue(thing.uid, 697548) ~= -1 then table.insert(str, getPlayerStorageValue(thing.uid, 697548)) local pos = getThingPos(thing.uid) if youAre[getPlayerGroupId(cid)] then table.insert(str, "\nPosition: [X: "..pos.x.."][Y: "..pos.y.."][Z: "..pos.z.."]") end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false end if not isPlayer(thing.uid) and not isMonster(thing.uid) then --outros npcs table.insert(str, "You see "..getCreatureName(thing.uid)..".") doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false end if isPlayer(thing.uid) then --player doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, getPlayerDesc(cid, thing.uid, false)) return false end if getCreatureName(thing.uid) == "Evolution" then return false end if not isSummon(thing.uid) then --monstros table.insert(str, "You see a wild "..string.lower(getCreatureName(thing.uid))..".\n") table.insert(str, "Hit Points: "..getCreatureHealth(thing.uid).." / "..getCreatureMaxHealth(thing.uid)..".\n") if getPokemonGender(thing.uid) == SEX_MALE then table.insert(str, "It is male.") elseif getPokemonGender(thing.uid) == SEX_FEMALE then table.insert(str, "It is female.") else table.insert(str, "It is genderless.") end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) return false elseif isSummon(thing.uid) and not isPlayer(thing.uid) then --summons local boostlevel = getItemAttribute(getPlayerSlotItem(getCreatureMaster(thing.uid), 8).uid, "boost") or 0 if getCreatureMaster(thing.uid) == cid then local myball = getPlayerSlotItem(cid, 8).uid table.insert(str, "You see your "..string.lower(getCreatureName(thing.uid))..".") if boostlevel > 0 then table.insert(str, "\nBoost level: +"..boostlevel..".") end table.insert(str, "\nHit points: "..getCreatureHealth(thing.uid).."/"..getCreatureMaxHealth(thing.uid)..".") table.insert(str, "\n"..getPokemonHappinessDescription(thing.uid)) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, table.concat(str)) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You see a "..string.lower(getCreatureName(thing.uid))..".\nBoost level: +"..boostlevel..".\nIt belongs to "..getCreatureName(getCreatureMaster(thing.uid))..".") end return false end return true end Trade system.lua: Citar Trade Sytem local xhelds = { [1] = {name = "X-Defense(Tier: 1)"}, [2] = {name = "X-Defense(Tier: 2)"}, [3] = {name = "X-Defense(Tier: 3)"}, [4] = {name = "X-Defense(Tier: 4)"}, [5] = {name = "X-Defense(Tier: 5)"}, [6] = {name = "X-Defense(Tier: 6)"}, [7] = {name = "X-Defense(Tier: 7)"}, [8] = {name = "X-Attack(Tier : 1)"}, [9] = {name = "X-Attack(Tier : 2)"}, [10] = {name = "X-Attack(Tier: 3)"}, [11] = {name = "X-Attack(Tier: 4)"}, [12] = {name = "X-Attack(Tier: 5)"}, [13] = {name = "X-Attack(Tier: 6)"}, [14] = {name = "X-Attack(Tier: 7)"}, [15] = {name = "X-Return(Tier: 1)"}, [16] = {name = "X-Return(Tier: 2)"}, [17] = {name = "X-Return(Tier: 3)"}, [18] = {name = "X-Return(Tier: 4)"}, [19] = {name = "X-Return(Tier: 5)"}, [20] = {name = "X-Return(Tier: 6)"}, [21] = {name = "X-Return(Tier: 7)"}, [22] = {name = "X-Hellfire(Tier: 1)"}, [23] = {name = "X-Hellfire(Tier: 2)"}, [24] = {name = "X-Hellfire(Tier: 3)"}, [25] = {name = "X-Hellfire(Tier: 4)"}, [26] = {name = "X-Hellfire(Tier: 5)"}, [27] = {name = "X-Hellfire(Tier: 6)"}, [28] = {name = "X-Hellfire(Tier: 7)"}, [29] = {name = "X-Poison(Tier: 1)"}, [30] = {name = "X-Poison(Tier: 2)"}, [31] = {name = "X-Poison(Tier: 3)"}, [32] = {name = "X-Poison(Tier: 4)"}, [33] = {name = "X-Poison(Tier: 5)"}, [34] = {name = "X-Poison(Tier: 6)"}, [35] = {name = "X-Poison(Tier: 7)"}, [36] = {name = "X-Boost(Tier: 1)"}, [37] = {name = "X-Boost(Tier: 2)"}, [38] = {name = "X-Boost(Tier: 3)"}, [39] = {name = "X-Boost(Tier: 4)"}, [40] = {name = "X-Boost(Tier: 5)"}, [41] = {name = "X-Boost(Tier: 6)"}, [42] = {name = "X-Boost(Tier: 7)"}, [43] = {name = "X-Agility(Tier: 1)"}, [44] = {name = "X-Agility(Tier: 2)"}, [45] = {name = "X-Agility(Tier: 3)"}, [46] = {name = "X-Agility(Tier: 4)"}, [47] = {name = "X-Agility(Tier: 5)"}, [48] = {name = "X-Agility(Tier: 6)"}, [49] = {name = "X-Agility(Tier: 7)"}, [50] = {name = "X-Strafe(Tier: 1)"}, [51] = {name = "X-Strafe(Tier: 2)"}, [52] = {name = "X-Strafe(Tier: 3)"}, [53] = {name = "X-Strafe(Tier: 4)"}, [54] = {name = "X-Strafe(Tier: 5)"}, [55] = {name = "X-Strafe(Tier: 6)"}, [56] = {name = "X-Strafe(Tier: 7)"}, [57] = {name = "X-Rage(Tier: 1)"}, [58] = {name = "X-Rage(Tier: 2)"}, [59] = {name = "X-Rage(Tier: 3)"}, [60] = {name = "X-Rage(Tier: 4)"}, [61] = {name = "X-Rage(Tier: 5)"}, [62] = {name = "X-Rage(Tier: 6)"}, [63] = {name = "X-Rage(Tier: 7)"}, } local yhelds = { [1] = {name = "Y-Regeneration(Tier: 1)"}, [2] = {name = "Y-Regeneration(Tier: 2)"}, [3] = {name = "Y-Regeneration(Tier: 3)"}, [4] = {name = "Y-Regeneration(Tier: 4)"}, [5] = {name = "Y-Regeneration(Tier: 5)"}, [6] = {name = "Y-Regeneration(Tier: 6)"}, [7] = {name = "Y-Regeneration(Tier: 7)"}, [8] = {name = "Y-Cure(Tier: 1)"}, [9] = {name = "Y-Cure(Tier: 2)"}, [10] = {name = "Y-Cure(Tier: 3)"}, [11] = {name = "Y-Cure(Tier: 4)"}, [12] = {name = "Y-Cure(Tier: 5)"}, [13] = {name = "Y-Cure(Tier: 6)"}, [14] = {name = "Y-Cure(Tier: 7)"}, } function onTradeRequest(cid, target, item) for a, b in pairs (pokeballs) do if b.use == item.itemid then doPlayerSendCancel(cid, "You can't trade this item.") return false end end if isContainer(item.uid) then local bagItems = getItensUniquesInContainer(item.uid) if #bagItems >= 1 then doPlayerSendCancel(cid, "Has a Unique Item in this bag, you can't trade this item.") --alterado v1.6 return false end elseif getItemAttribute(item.uid, "unique") then --alterado v1.6 doPlayerSendCancel(cid, "It is a Unique Item, you can't trade this item.") return false end if isContainer(item.uid) then local itens = getPokeballsInContainer(item.uid) if #itens >= 1 then for i = 1, #itens do local lvl = getItemAttribute(itens[i], "level") local name = getItemAttribute(itens[i], "poke") if not lvl then doItemSetAttribute(itens[i], "level", pokes[name].level) --alterado v1.6 end end end elseif isPokeball(item.itemid) then local lvl = getItemAttribute(item.uid, "level") local name = getItemAttribute(item.uid, "poke") if not lvl then doItemSetAttribute(item.uid, "level", pokes[name].level) end end if getPlayerStorageValue(cid, 52480) >= 1 then --alterado v1.6.1 doPlayerSendTextMessage(cid, 20, "You can't do that while be in a duel!") return false end if isPokeball(item.itemid) then local name = getItemAttribute(item.uid, "poke") --alterado v1.8 \/ local boost = getItemAttribute(item.uid, "boost") or 0 local nick = getItemAttribute(item.uid, "nick") or "" local str = "Pokemon in trade: " str = str.."Name: "..name.." Boost: "..boost.." " if nick ~= "" then str = str.."Nick: "..nick.."" end local heldx = getItemAttribute(item.uid, "heldx") local heldy = getItemAttribute(item.uid, "heldy") if heldx and heldy then str = str.."Holding: "..(xhelds[heldx].name).." and "..(yhelds[heldy].name)..". " elseif heldx then str = str.."Holding: "..(xhelds[heldx].name)..". " elseif heldy then str = str.."Holding: "..(yhelds[heldy].name)..". " end sendMsgToPlayer(target, 20, str) end --alterado v1.8 \/ if isContainer(item.uid) then local itens = getPokeballsInContainer(item.uid) if #itens >= 1 then for i = 1, #itens do if isPokeball(getThing(itens[i]).itemid) then local name = getItemAttribute(itens[i], "poke") local boost = getItemAttribute(itens[i], "boost") or 0 local nick = getItemAttribute(itens[i], "nick") or "" local heldx = getItemAttribute(itens[i], "heldx") local heldy = getItemAttribute(itens[i], "heldy") local str = "Pokemon in trade: " str = str.."Name: "..name.." Boost: "..boost.." " if nick ~= "" then str = str.."Nick: "..nick.."" end if heldx and heldy then str = str.."Holding: "..(xhelds[heldx].name).." and "..(yhelds[heldy].name)..". " elseif heldx then str = str.."Holding: "..(xhelds[heldx].name)..". " elseif heldy then str = str.."Holding: "..(yhelds[heldy].name)..". " end sendMsgToPlayer(target, 20, str) end end end end return true end local function noCap(cid, sid) if isCreature(cid) then doPlayerSendCancel(cid, "You can't carry more than six pokemons, trade cancelled.") end if isCreature(sid) then doPlayerSendCancel(sid, "You can't carry more than six pokemons, trade cancelled.") end end function onTradeAccept(cid, target, item, targetItem) local pbs = #getPokeballsInContainer(item.uid) local cancel = false local p1 = 0 local p2 = 0 local itemPokeball = isPokeball(item.itemid) and 1 or 0 local targetItemPokeball = isPokeball(targetItem.itemid) and 1 or 0 if getPlayerMana(cid) + itemPokeball > 6 then --alterado v1.6 cancel = true p1 = cid end if getPlayerMana(target) + targetItemPokeball > 6 then --alterado v1.6 cancel = true p2 = target end if pbs > 0 and getCreatureMana(target) + pbs > 6 + targetItemPokeball then cancel = true p1 = target end pbs = #getPokeballsInContainer(targetItem.uid) if pbs > 0 and getCreatureMana(cid) + pbs > 6 + itemPokeball then cancel = true p2 = cid end if cancel then addEvent(noCap, 20, p1, p2) return false end if itemPokeball == 1 and targetItemPokeball == 1 then setPlayerStorageValue(cid, 8900, 1) setPlayerStorageValue(target, 8900, 1) end return true end Boost.lua : Citar Boost local ballslot =12355 local ballslot_run = 12352 local stoneslot = 12354 local stoneslot_run = 12353 local button = 12356 local button_run = 12357 function isRunning(id) if isInArray({button_run, stoneslot_run, ballslot_run}, id) then return true end return false end boost_stones = { --alterado v1.9 \/ ["Bulbasaur"] = {leaf, boostStone}, ["Tropius"] = {leaf, boostStone}, ["Ivysaur"] = {leaf, boostStone}, ["Venusaur"] = {leaf, boostStone}, ["Charmander"] = {fire, boostStone}, ["Charmeleon"] = {fire, boostStone}, ["Charizard"] = {fire, boostStone}, ["Squirtle"] = {water, boostStone}, ["Wartortle"] = {water, boostStone}, ["Blastoise"] = {water, boostStone}, ["Caterpie"] = {coccon, boostStone}, ["Metapod"] = {coccon, boostStone}, ["Butterfree"] = {coccon, boostStone}, ["Weedle"] = {coccon, boostStone}, ["Kakuna"] = {coccon, boostStone}, ["Beedrill"] = {coccon, boostStone}, ["Pidgey"] = {heart, boostStone}, ["Pidgeotto"] = {heart, boostStone}, ["Pidgeot"] = {heart, boostStone}, ["Rattata"] = {heart, boostStone}, ["Raticate"] = {heart, boostStone}, ["Spearow"] = {heart, boostStone}, ["Fearow"] = {heart, boostStone}, ["Ekans"] = {venom, boostStone}, ["Arbok"] = {venom, boostStone}, ["Pikachu"] = {thunder, boostStone}, ["Raichu"] = {thunder, boostStone}, ["Sandshrew"] = {earth, boostStone}, ["Sandslash"] = {earth, boostStone}, ["Nidoran Female"] = {venom, boostStone}, ["Nidorina"] = {venom, boostStone}, ["Nidoqueen"] = {venom, earth, boostStone}, ["Nidoran Male"] = {venom, boostStone}, ["Nidorino"] = {venom, boostStone}, ["Nidoking"] = {venom, earth, boostStone}, ["Clefairy"] = {heart, boostStone}, ["Clefable"] = {heart, boostStone}, ["Vulpix"] = {fire, boostStone}, ["Ninetales"] = {fire, boostStone}, ["Jigglypuff"] = {heart, boostStone}, ["Wigglytuff"] = {heart, boostStone}, ["Zubat"] = {venom, boostStone}, ["Golbat"] = {venom, boostStone}, ["Oddish"] = {leaf, venom, boostStone}, ["Gloom"] = {leaf, venom, boostStone}, ["Vileplume"] = {leaf, venom, boostStone}, ["Paras"] = {coccon, leaf, boostStone}, ["Parasect"] = {coccon, leaf, boostStone}, ["Venonat"] = {coccon, venom, boostStone}, ["Venomoth"] = {coccon, venom, boostStone}, ["Diglett"] = {earth, boostStone}, ["Dugtrio"] = {earth, boostStone}, ["Meowth"] = {heart, boostStone}, ["Persian"] = {heart, boostStone}, ["Psyduck"] = {water, boostStone}, ["Golduck"] = {water, enigma, boostStone}, ["Mankey"] = {punch, boostStone}, ["Primeape"] = {punch, boostStone}, ["Growlithe"] = {fire, boostStone}, ["Arcanine"] = {fire, boostStone}, ["Poliwag"] = {water, boostStone}, ["Poliwhirl"] = {water, boostStone}, ["Poliwrath"] = {water, punch, boostStone}, ["Abra"] = {enigma, boostStone}, ["Kadabra"] = {enigma, boostStone}, ["Alakazam"] = {enigma, boostStone}, ["Machop"] = {punch, boostStone}, ["Machoke"] = {punch, boostStone}, ["Machamp"] = {punch, boostStone}, ["Bellsprout"] = {leaf, venom, boostStone}, ["Weepinbell"] = {leaf, venom, boostStone}, ["Victreebel"] = {leaf, venom, boostStone}, ["Tentacool"] = {water, venom, boostStone}, ["Tentacruel"] = {water, venom, boostStone}, ["Geodude"] = {earth, rock, boostStone}, ["Graveler"] = {earth, rock, boostStone}, ["Golem"] = {earth, rock, boostStone}, ["Ponyta"] = {fire, boostStone}, ["Rapidash"] = {fire, boostStone}, ["Slowpoke"] = {water, enigma, boostStone}, ["Slowbro"] = {water, enigma, boostStone}, ["Magnemite"] = {thunder, boostStone}, ["Magneton"] = {thunder, boostStone}, ["Magnezone"] = {thunder, boostStone}, ["Milotic"] = {water, boostStone}, ["Farfetch'd"] = {heart, boostStone}, ["Doduo"] = {heart, boostStone}, ["Dodrio"] = {heart, boostStone}, ["Seel"] = {water, ice, boostStone}, ["Dewgong"] = {water, ice, boostStone}, ["Grimer"] = {venom, boostStone}, ["Muk"] = {venom, boostStone}, ["Shellder"] = {water, ice, boostStone}, ["Cloyster"] = {water, ice, boostStone}, ["Gastly"] = {dark, boostStone}, ["Haunter"] = {dark, boostStone}, ["Gengar"] = {dark, boostStone}, ["Onix"] = {rock, earth, boostStone}, ["Drowzee"] = {enigma, boostStone}, ["Hypno"] = {enigma, boostStone}, ["Krabby"] = {water, boostStone}, ["Kingler"] = {water, boostStone}, ["Voltorb"] = {thunder, boostStone}, ["Electrode"] = {thunder, boostStone}, ["Exeggcute"] = {enigma, leaf, boostStone}, ["Exeggutor"] = {enigma, leaf, boostStone}, ["Cubone"] = {earth, boostStone}, ["Marowak"] = {earth, boostStone}, ["Hitmonlee"] = {punch, boostStone}, ["Hitmonchan"] = {punch, boostStone}, ["Lickitung"] = {heart, boostStone}, ["Koffing"] = {venom, boostStone}, ["Weezing"] = {venom, boostStone}, ["Rhyhorn"] = {earth, rock, boostStone}, ["Rhydon"] = {earth, rock, boostStone}, ["Chansey"] = {heart, boostStone}, ["Tangela"] = {leaf, boostStone}, ["Kangaskhan"] = {heart, boostStone}, ["Horsea"] = {water, boostStone}, ["Seadra"] = {water, boostStone}, ["Goldeen"] = {water, boostStone}, ["Seaking"] = {water, boostStone}, ["Staryu"] = {water, boostStone}, ["Starmie"] = {water, boostStone}, ["Shiny Mantine"] = {water, boostStone}, ["Mr. Mime"] = {enigma, boostStone}, ["Scyther"] = {coccon, boostStone}, ["Jynx"] = {enigma, ice, boostStone}, ["Electabuzz"] = {thunder, boostStone}, ["Electivire"] = {thunder, boostStone}, ["Shiny Electivire"] = {thunder, boostStone}, ["Magmar"] = {fire, boostStone}, ["Magmortar"] = {fire, boostStone}, ["Shiny Magmortar"] = {fire, boostStone}, ["Pinsir"] = {coccon, boostStone}, ["Tauros"] = {heart, boostStone}, ["Magikarp"] = {water, boostStone}, ["Gyarados"] = {water, crystal, boostStone}, ["Lapras"] = {water, ice, boostStone}, ["Ditto"] = {heart, boostStone}, ["Eevee"] = {heart, boostStone}, ["Vaporeon"] = {water, boostStone}, ["Jolteon"] = {thunder, boostStone}, ["Flareon"] = {fire, boostStone}, ["Espeon"] = {enigma, boostStone}, ["Umbreon"] = {dark, boostStone}, ["Absol"] = {dark, boostStone}, ["Wailord"] = {water, boostStone}, ["Porygon"] = {heart, enigma, boostStone}, ["Omanyte"] = {rock, water, boostStone}, ["Omastar"] = {rock, water, boostStone}, ["Kabuto"] = {rock, water, boostStone}, ["Kabutops"] = {rock, water, boostStone}, ["Aerodactyl"] = {rock, boostStone}, ["Snorlax"] = {heart, boostStone}, ["Articuno"] = {ice, boostStone}, ["Zapdos"] = {thunder, boostStone}, ["Moltres"] = {fire, boostStone}, ["Dratini"] = {crystal, boostStone}, ["Dragonair"] = {crystal, boostStone}, ["Dragonite"] = {crystal, boostStone}, ["Salamence"] = {crystal, boostStone}, ["Shiny Salamence"] = {crystal, boostStone}, ["Mewtwo"] = {enigma, boostStone}, ["Mew"] = {enigma, boostStone}, ["Shiny Typhlosion"] = {fire, boostStone}, -- ["Shiny Bulbasaur"] = {leaf, boostStone}, ["Shiny Ivysaur"] = {leaf, boostStone}, ["Shiny Venusaur"] = {leaf, boostStone}, ["Shiny Charmander"] = {fire, boostStone}, ["Shiny Charmeleon"] = {fire, boostStone}, ["Shiny Charizard"] = {fire, boostStone}, ["Shiny Squirtle"] = {water, boostStone}, ["Shiny Wartortle"] = {water, boostStone}, ["Shiny Blastoise"] = {water, boostStone}, ["Shiny Caterpie"] = {coccon, boostStone}, ["Shiny Metapod"] = {coccon, boostStone}, ["Shiny Butterfree"] = {coccon, boostStone}, ["Shiny Weedle"] = {coccon, boostStone}, ["Shiny Kakuna"] = {coccon, boostStone}, ["Shiny Beedrill"] = {coccon, boostStone}, ["Shiny Pidgey"] = {heart, boostStone}, ["Shiny Pidgeotto"] = {heart, boostStone}, ["Shiny Pidgeot"] = {heart, boostStone}, ["Shiny Rattata"] = {heart, boostStone}, ["Shiny Raticate"] = {heart, boostStone}, ["Shiny Spearow"] = {heart, boostStone}, ["Shiny Fearow"] = {heart, boostStone}, ["Shiny Ekans"] = {venom, boostStone}, ["Shiny Arbok"] = {venom, boostStone}, ["Shiny Pikachu"] = {thunder, boostStone}, ["Shiny Raichu"] = {thunder, boostStone}, ["Shiny Sandshrew"] = {earth, boostStone}, ["Shiny Sandslash"] = {earth, boostStone}, ["Shiny Nidoran Female"] = {venom, boostStone}, ["Shiny Nidorina"] = {venom, boostStone}, ["Shiny Nidoqueen"] = {venom, earth, boostStone}, ["Shiny Nidoran Male"] = {venom, boostStone}, ["Shiny Nidorino"] = {venom, boostStone}, ["Shiny Nidoking"] = {venom, earth, boostStone}, ["Shiny Clefairy"] = {heart, boostStone}, ["Shiny Clefable"] = {heart, boostStone}, ["Shiny Vulpix"] = {fire, boostStone}, ["Shiny Ninetales"] = {fire, boostStone}, ["Shiny Jigglypuff"] = {heart, boostStone}, ["Shiny Wigglytuff"] = {heart, boostStone}, ["Shiny Zubat"] = {venom, boostStone}, ["Shiny Golbat"] = {venom, boostStone}, ["Shiny Oddish"] = {leaf, venom, boostStone}, ["Shiny Gloom"] = {leaf, venom, boostStone}, ["Shiny Vileplume"] = {leaf, venom, boostStone}, ["Shiny Paras"] = {coccon, leaf, boostStone}, ["Shiny Parasect"] = {coccon, leaf, boostStone}, ["Shiny Venonat"] = {coccon, venom, boostStone}, ["Shiny Venomoth"] = {coccon, venom, boostStone}, ["Shiny Diglett"] = {earth, boostStone}, ["Shiny Dugtrio"] = {earth, boostStone}, ["Shiny Meowth"] = {heart, boostStone}, ["Shiny Persian"] = {heart, boostStone}, ["Shiny Psyduck"] = {water, boostStone}, ["Shiny Golduck"] = {water, enigma, boostStone}, ["Shiny Mankey"] = {punch, boostStone}, ["Shiny Primeape"] = {punch, boostStone}, ["Shiny Growlithe"] = {fire, boostStone}, ["Shiny Arcanine"] = {fire, boostStone}, ["Shiny Poliwag"] = {water, boostStone}, ["Shiny Poliwhirl"] = {water, boostStone}, ["Shiny Poliwrath"] = {water, punch, boostStone}, ["Shiny Abra"] = {enigma, boostStone}, ["Shiny Kadabra"] = {enigma, boostStone}, ["Shiny Alakazam"] = {enigma, boostStone}, ["Shiny Machop"] = {punch, boostStone}, ["Shiny Machoke"] = {punch, boostStone}, ["Shiny Machamp"] = {punch, boostStone}, ["Shiny Bellsprout"] = {leaf, venom, boostStone}, ["Shiny Weepinbell"] = {leaf, venom, boostStone}, ["Shiny Victreebel"] = {leaf, venom, boostStone}, ["Shiny Tentacool"] = {water, venom, boostStone}, ["Shiny Tentacruel"] = {water, venom, boostStone}, ["Shiny Geodude"] = {earth, rock, boostStone}, ["Shiny Graveler"] = {earth, rock, boostStone}, ["Shiny Golem"] = {rock, boostStone}, ["Shiny Ponyta"] = {fire, boostStone}, ["Shiny Rapidash"] = {fire, boostStone}, ["Shiny Slowpoke"] = {water, enigma, boostStone}, ["Shiny Slowbro"] = {water, enigma, boostStone}, ["Shiny Magnemite"] = {thunder, boostStone}, ["Shiny Magneton"] = {thunder, boostStone}, ["Shiny Farfetch'd"] = {heart, boostStone}, ["Shiny Doduo"] = {heart, boostStone}, ["Shiny Dodrio"] = {heart, boostStone}, ["Shiny Seel"] = {water, ice, boostStone}, ["Shiny Dewgong"] = {water, ice, boostStone}, ["Shiny Grimer"] = {venom, boostStone}, ["Shiny Muk"] = {venom, boostStone}, ["Shiny Shellder"] = {water, ice, boostStone}, ["Shiny Cloyster"] = {water, ice, boostStone}, ["Shiny Gastly"] = {dark, boostStone}, ["Shiny Haunter"] = {dark, boostStone}, ["Shiny Gengar"] = {dark, boostStone}, ["Shiny Onix"] = {rock, earth, boostStone}, ["Shiny Drowzee"] = {enigma, boostStone}, ["Shiny Hypno"] = {enigma, boostStone}, ["Shiny Krabby"] = {water, boostStone}, ["Shiny Kingler"] = {water, boostStone}, ["Shiny Voltorb"] = {thunder, boostStone}, ["Shiny Electrode"] = {thunder, boostStone}, ["Shiny Exeggcute"] = {enigma, leaf, boostStone}, ["Shiny Exeggutor"] = {enigma, leaf, boostStone}, ["Shiny Cubone"] = {earth, boostStone}, ["Shiny Marowak"] = {earth, boostStone}, ["Shiny Hitmonlee"] = {punch, boostStone}, ["Shiny Hitmonchan"] = {punch, boostStone}, ["Shiny Hitmontop"] = {punch, boostStone}, --alterado v1.4 ["Shiny Lickitung"] = {heart, boostStone}, ["Shiny Koffing"] = {venom, boostStone}, ["Shiny Weezing"] = {venom, boostStone}, ["Shiny Rhyhorn"] = {earth, rock, boostStone}, ["Shiny Rhydon"] = {earth, rock, boostStone}, ["Shiny Chansey"] = {heart, boostStone}, ["Shiny Tangela"] = {leaf, boostStone}, ["Shiny Kangaskhan"] = {heart, boostStone}, ["Shiny Horsea"] = {water, boostStone}, ["Shiny Seadra"] = {water, boostStone}, ["Shiny Goldeen"] = {water, boostStone}, ["Shiny Seaking"] = {water, boostStone}, ["Shiny Staryu"] = {water, boostStone}, ["Shiny Starmie"] = {water, boostStone}, ["Shiny Mr. Mime"] = {enigma, boostStone}, ["Shiny Scyther"] = {coccon, boostStone}, ["Shiny Jynx"] = {enigma, ice, boostStone}, ["Shiny Electabuzz"] = {thunder, boostStone}, ["Shiny Magmar"] = {fire, boostStone}, ["Shiny Pinsir"] = {coccon, boostStone}, ["Shiny Tauros"] = {heart, boostStone}, ["Shiny Magikarp"] = {water, boostStone}, ["Shiny Gyarados"] = {water, crystal, boostStone}, ["Shiny Lapras"] = {water, ice, boostStone}, ["Shiny Ditto"] = {heart, boostStone}, ["Shiny Eevee"] = {heart, boostStone}, ["Shiny Vaporeon"] = {water, boostStone}, ["Shiny Jolteon"] = {thunder, boostStone}, ["Shiny Flareon"] = {fire, boostStone}, ["Shiny Porygon"] = {heart, enigma, boostStone}, ["Shiny Omanyte"] = {rock, water, boostStone}, ["Shiny Omastar"] = {rock, water, boostStone}, ["Shiny Kabuto"] = {rock, water, boostStone}, ["Shiny Kabutops"] = {rock, water, boostStone}, ["Shiny Aerodactyl"] = {rock, boostStone}, ["Shiny Snorlax"] = {heart, boostStone}, ["Shiny Articuno"] = {ice, boostStone}, ["Shiny Zapdos"] = {thunder, boostStone}, ["Shiny Moltres"] = {fire, boostStone}, ["Shiny Dratini"] = {crystal, boostStone}, ["Shiny Dragonair"] = {crystal, boostStone}, ["Shiny Dragonite"] = {crystal, boostStone}, ["Shiny Mewtwo"] = {enigma, boostStone}, ["Shiny Mew"] = {enigma, boostStone}, -- ["Chikorita"] = {leaf, boostStone}, ["Bayleef"] = {leaf, boostStone}, ["Meganium"] = {leaf, boostStone}, ["Cyndaquil"] = {fire, boostStone}, ["Quilava"] = {fire, boostStone}, ["Typhlosion"] = {fire, boostStone}, ["Totodile"] = {water, boostStone}, ["Croconaw"] = {water, boostStone}, ["Feraligatr"] = {water, boostStone}, ["Sentret"] = {heart, boostStone}, ["Furret"] = {heart, boostStone}, ["Hoothoot"] = {heart, enigma, boostStone}, ["Noctowl"] = {heart, enigma, boostStone}, ["Ledyba"] = {coccon, boostStone}, ["Ledian"] = {coccon, boostStone}, ["Spinarak"] = {coccon, venom, boostStone}, ["Ariados"] = {coccon, venom, boostStone}, ["Crobat"] = {venom, boostStone}, ["Chinchou"] = {water, thunder, boostStone}, ["Lanturn"] = {water, thunder, boostStone}, ["Pichu"] = {thunder, boostStone}, ["Cleffa"] = {heart, boostStone}, ["Iglybuff"] = {venom, boostStone}, ["Natu"] = {enigma, boostStone}, ["Xatu"] = {enigma, boostStone}, ["Mareep"] = {thunder, boostStone}, ["Flaaffy"] = {thunder, boostStone}, ["Ampharos"] = {thunder, boostStone}, ["Bellossom"] = {leaf, boostStone}, ["Marill"] = {water, boostStone}, ["Azulmarill"] = {water, boostStone}, ["Sudowoodo"] = {rock, earth, boostStone}, ["Politoed"] = {water, earth, boostStone}, ["Hoppip"] = {leaf, boostStone}, ["Skiploom"] = {leaf, boostStone}, ["Jumpluff"] = {leaf, boostStone}, ["Aipom"] = {heart, boostStone}, ["Sunkern"] = {leaf, boostStone}, ["Sunflora"] = {leaf, boostStone}, ["Yanma"] = {venom, coccon, boostStone}, ["Wooper"] = {water, boostStone}, ["Quagsire"] = {water, earth, boostStone}, ["Murkrow"] = {dark, boostStone}, ["Slowking"] = {enigma, boostStone}, ["Misdreavus"] = {dark, boostStone}, ["Wobbuffet"] = {enigma, boostStone}, ["Girafarig"] = {enigma, boostStone}, ["Pineco"] = {coccon, boostStone}, ["Forretress"] = {coccon, boostStone}, ["Gligar"] = {dark, heart, boostStone}, ["Steelix"] = {metal, boostStone}, ["Snubbull"] = {heart, boostStone}, ["Granbull"] = {heart, boostStone}, ["Qwilfish"] = {water, boostStone}, ["Shuckle"] = {earth, boostStone}, ["Heracross"] = {coccon, boostStone}, ["Teddiursa"] = {heart, boostStone}, ["Ursaring"] = {heart, boostStone}, ["Slugma"] = {fire, boostStone}, ["Magcargo"] = {fire, boostStone}, ["Swinub"] = {ice, earth, boostStone}, ["Piloswine"] = {ice, earth, boostStone}, ["Corsola"] = {water, boostStone}, ["Remoraid"] = {water, boostStone}, ["Octillery"] = {water, boostStone}, ["Delibird"] = {ice, heart, boostStone}, ["Mantine"] = {water, boostStone}, ["Skarmory"] = {metal, boostStone}, ["Houndour"] = {fire, dark, boostStone}, ["Houndoom"] = {fire, dark, boostStone}, ["Kingdra"] = {water, crystal, boostStone}, ["Phanpy"] = {earth, boostStone}, ["Donphan"] = {earth, boostStone}, ["porygon2"] = {enigma, boostStone}, ["Stantler"] = {heart, boostStone}, ["Smeargle"] = {heart, boostStone}, ["Tyrogue"] = {punch, boostStone}, ["Hitmontop"] = {punch, boostStone}, ["Smoochum"] = {ice, enigma, boostStone}, ["Elekid"] = {thunder, boostStone}, ["Magby"] = {fire, boostStone}, ["Miltank"] = {heart, boostStone}, ["Blissey"] = {heart, boostStone}, ["Scizor"] = {metal, boostStone}, ["Beldum"] = {metal, boostStone}, ["Metang"] = {metal, boostStone}, ["Metagross"] = {metal, boostStone}, ["Raikou"] = {thunder, boostStone}, ["Entei"] = {fire, boostStone}, ["Suicune"] = {water, boostStone}, ["Larvitar"] = {earth, dark, boostStone}, ["Pupitar"] = {earth, dark, boostStone}, ["Tyranitar"] = {rock, dark, boostStone}, ["Lugia"] = {enigma, water, boostStone}, ["Ho-oh"] = {enigma, fire, boostStone}, ["Celebi"] = {leaf, enigma, boostStone}, ["Shiny Chikorita"] = {leaf, boostStone}, ["Shiny Bayleef"] = {leaf, boostStone}, ["Shiny Meganium"] = {leaf, boostStone}, ["Shiny Cyndaquil"] = {fire, boostStone}, ["Shiny Quilava"] = {fire, boostStone}, ["Shiny Typhlosion"] = {fire, boostStone}, ["Shiny Totodile"] = {water, boostStone}, ["Shiny Croconaw"] = {water, boostStone}, ["Shiny Feraligatr"] = {water, boostStone}, ["Shiny Sentret"] = {heart, boostStone}, ["Shiny Furret"] = {heart, boostStone}, ["Shiny Hoothoot"] = {heart, enigma, boostStone}, ["Shiny Noctowl"] = {heart, enigma, boostStone}, ["Shiny Ledyba"] = {coccon, boostStone}, ["Shiny Ledian"] = {coccon, boostStone}, ["Shiny Spinarak"] = {coccon, venom, boostStone}, ["Shiny Ariados"] = {coccon, venom, boostStone}, ["Shiny Crobat"] = {venom, boostStone}, ["Shiny Chinchou"] = {water, thunder, boostStone}, ["Shiny Lanturn"] = {water, thunder, boostStone}, ["Shiny Pichu"] = {thunder, boostStone}, ["Shiny Cleffa"] = {heart, boostStone}, ["Shiny Iglybuff"] = {venom, boostStone}, ["Shiny Natu"] = {enigma, boostStone}, ["Shiny Xatu"] = {enigma, boostStone}, ["Shiny Mareep"] = {thunder, boostStone}, ["Shiny Flaaffy"] = {thunder, boostStone}, ["Shiny Ampharos"] = {thunder, boostStone}, ["Shiny Bellossom"] = {leaf, boostStone}, ["Shiny Marill"] = {water, boostStone}, ["Shiny Azulmarill"] = {water, boostStone}, ["Shiny Sudowoodo"] = {rock, earth, boostStone}, ["Shiny Politoed"] = {water, earth, boostStone}, ["Shiny Hoppip"] = {leaf, boostStone}, ["Shiny Skiploom"] = {leaf, boostStone}, ["Shiny Jumpluff"] = {leaf, boostStone}, ["Shiny Aipom"] = {heart, boostStone}, ["Shiny Sunkern"] = {leaf, boostStone}, ["Shiny Sunflora"] = {leaf, boostStone}, ["Shiny Yanma"] = {venom, coccon, boostStone}, ["Shiny Wooper"] = {water, boostStone}, ["Shiny Quagsire"] = {water, earth, boostStone}, ["Shiny Murkrow"] = {dark, boostStone}, ["Shiny Slowking"] = {enigma, boostStone}, ["Shiny Misdreavus"] = {dark, boostStone}, ["Shiny Wobbuffet"] = {enigma, boostStone}, ["Shiny Girafarig"] = {enigma, boostStone}, ["Shiny Umbreon"] = {dark, boostStone}, ["Shiny Espeon"] = {enigma, boostStone}, ["Shiny Pineco"] = {coccon, boostStone}, ["Shiny Forretress"] = {coccon, boostStone}, ["Shiny Gligar"] = {dark, heart, boostStone}, ["Shiny Steelix"] = {metal, boostStone}, ["Shiny Snubbull"] = {heart, boostStone}, ["Shiny Granbull"] = {heart, boostStone}, ["Shiny Qwilfish"] = {water, boostStone}, ["Shiny Shuckle"] = {earth, boostStone}, ["Shiny Heracross"] = {coccon, boostStone}, ["Shiny Teddiursa"] = {heart, boostStone}, ["Shiny Ursaring"] = {heart, boostStone}, ["Shiny Slugma"] = {fire, boostStone}, ["Shiny Magcargo"] = {fire, boostStone}, ["Shiny Swinub"] = {ice, earth, boostStone}, ["Shiny Piloswine"] = {ice, earth, boostStone}, ["Shiny Corsola"] = {water, boostStone}, ["Shiny Remoraid"] = {water, boostStone}, ["Shiny Octillery"] = {water, boostStone}, ["Shiny Delibird"] = {ice, heart, boostStone}, ["Shiny Mantine"] = {water, boostStone}, ["Shiny Skarmory"] = {metal, boostStone}, ["Shiny Houndour"] = {fire, dark, boostStone}, ["Shiny Houndoom"] = {fire, dark, boostStone}, ["Shiny Kingdra"] = {water, crystal, boostStone}, ["Shiny Phanpy"] = {earth, boostStone}, ["Shiny Donphan"] = {earth, boostStone}, ["Shiny Porygon2"] = {enigma, boostStone}, ["Shiny Stantler"] = {heart, boostStone}, ["Shiny Smeargle"] = {heart, boostStone}, ["Shiny Tyrogue"] = {punch, boostStone}, ["Shiny Hitmontop"] = {punch, boostStone}, ["Shiny Smoochum"] = {ice, enigma, boostStone}, ["Shiny Elekid"] = {thunder, boostStone}, ["Shiny Magby"] = {fire, boostStone}, ["Shiny Miltank"] = {heart, boostStone}, ["Shiny Blissey"] = {heart, boostStone}, ["Shiny Scizor"] = {metal, boostStone}, ["Shiny Raikou"] = {thunder, boostStone}, ["Shiny Entei"] = {fire, boostStone}, ["Shiny Suicune"] = {water, boostStone}, ["Shiny Larvitar"] = {earth, dark, boostStone}, ["Shiny Pupitar"] = {earth, dark, boostStone}, ["Shiny Tyranitar"] = {rock, dark, boostStone}, ["Shiny Lugia"] = {enigma, water, boostStone}, ["Shiny Ho-oh"] = {enigma, fire, boostStone}, ["Shiny Celebi"] = {leaf, enigma, boostStone}, ["Tropius"] = {leaf, boostStone}, ["Shiny Tropius"] = {leaf, boostStone}, ["Flygon"] = {rock, boostStone}, ["Shiny Wobbuffet"] = {enigma, boostStone}, ["Shiny Flygon"] = {rock, boostStone}, ["Shiny Tangrowth"] = {leaf, boostStone}, ["Tangrowth"] = {leaf, boostStone}, ["Shiny Sceptile"] = {leaf, boostStone}, ["Shiny Metagross"] = {enigma, metal, boostStone}, ["Black Dragonite"] = {ancient, boostStone}, ["Shiny Swampert"] = {water, boostStone}, ["Shiny Blaziken"] = {leaf, boostStone}, ["Duskinoir"] = {darkness, boostStone}, ["Absol"] = {darkness, boostStone}, ["Shiny Milotic"] = {water, boostStone}, ["Seedot"] = {leaf, boostStone}, ["Nuleaf"] = {leaf, darkness, boostStone}, ["Shiftry"] = {leaf, darkness, boostStone}, ["Abomasnow"] = {ice, boostStone}, ["Glalie"] = {ice, boostStone}, ["Lucario"] = {punch, boostStone}, ["Shiny Lucario"] = {punch, boostStone}, ["Toxicroak"] = {punch, venom, boostStone}, ["Rhyperior"] = {earth, rock, boostStone}, ["Ninjask"] = {coccon, boostStone}, ["Shedinja"] = {darkness, boostStone}, ["Aggron"] = {rock, metal, boostStone}, ["Aron"] = {rock, metal, boostStone}, ["Lairon"] = {rock, metal, boostStone}, ["Regirock"] = {rock, boostStone}, ["Shelgon"] = {ancient, boostStone}, ["Bagon"] = {ancient, boostStone}, ["Mawile"] = {metal, heart, boostStone}, ["Altaria"] = {ancient, boostStone}, ["Sableye"] = {darkness, boostStone}, ["Slaking"] = {heart, boostStone}, ["Banette"] = {darkness, boostStone}, ["Regice"] = {ice, boostStone}, ["Taillow"] = {heart, boostStone}, ["Swellow"] = {heart, boostStone}, ["Gardevoir"] = {enigma, boostStone}, ["Lotad"] = {leaf, water, boostStone}, ["Lombre"] = {leaf, water, boostStone}, ["Ludicolo"] = {leaf, water, boostStone}, ["Shiny Ludicolo"] = {leaf, water, boostStone}, ["Armaldo"] = {rock, coccon, boostStone}, ["Shiny Swellow"] = {heart, boostStone}, ["Togekiss"] = {heart, boostStone}, ["Luxray"] = {thunder, boostStone}, ["Honchkrow"] = {darkness, boostStone}, ["Manectric"] = {thunder, boostStone}, ["Froslass"] = {ice, darkness, boostStone}, ["Bronzong"] = {metal, enigma, boostStone}} function doRestoreBoostMachine(cid, b_pos, p_pos, s_pos, msg, msg2) --doSendMagicEffect(p_pos, 247) if isCreature(cid) then doCreatureSetNoMove(cid, false) doPlayerSendTextMessage(cid, 27, msg) end local ball_s = getTileItemById(p_pos, ballslot_run) doTransformItem(ball_s.uid, ballslot) local stne_s = getTileItemById(s_pos, stoneslot_run) doTransformItem(stne_s.uid, stoneslot) local butn_s = getTileItemById(b_pos, button_run) doTransformItem(butn_s.uid, button) end local stones_required = { -- custo base de stones para boostar [heart] = 1, [leaf] = 1, [water] = 1, [venom] = 1, [thunder] = 1, [rock] = 1, [punch] = 1, [fire] = 1, [coccon] = 1, [crystal] = 1, [dark] = 1, [earth] = 1, [enigma] = 1, [ice] = 1, [metal] = 1, [ancient] = 1, [boostStone] = 1, } local stone_increase = { -- a cada quantos boosts irá aumentar o custo de stones [heart] = 4, [leaf] = 4, [water] = 4, [venom] = 4, [thunder] = 4, [rock] = 4, [punch] = 4, [fire] = 4, [coccon] = 4, [crystal] = 4, [dark] = 4, [earth] = 4, [enigma] = 4, [ice] = 4, [metal] = 30, [ancient] = 30, [boostStone] = 50, } function onUse(cid, item, topos, item2, frompos) if isRunning(item.itemid) then doPlayerSendCancel(cid, "Wait until boosting finishes.") return true end if item.itemid == button then local pbpos = topos pbpos.x = pbpos.x + 1 local ball_slot = getTileItemById(pbpos, ballslot) local myball = getContainerItem(ball_slot.uid, 0) for a, b in pairs (pokeballs) do if item2.itemid == b.on or item2.itemid == b.off then --edited deixei igual ao do PXG doPlayerSendCancel(cid, "You need to put a pokeball in the ball slot.") return true end end local pokemon = getItemAttribute(myball.uid, "poke") local boost = getItemAttribute(myball.uid, "boost") or 0 if boost >= 50 then doPlayerSendCancel(cid, "Your pokemon is already at maximum boost.") return true end local stnpos = pbpos stnpos.x = stnpos.x - 2 local stone_slot = getTileItemById(stnpos, stoneslot) local stone = getContainerItem(stone_slot.uid, 0) if stone.uid <= 0 then doPlayerSendCancel(cid, "You need to put a stone in the stone slot.") return true end if not isStone(stone.itemid) then doPlayerSendCancel(cid, "Please, put only stones in the stone slot.") return true end if not isInArray(boost_stones[pokemon], stone.itemid) then local cancelstr = "Sorry, you are not using the correct stone." if #boost_stones[pokemon] > 1 then local stonesused = "" cancelstr = cancelstr.." This pokemon needs " for su = 1, #boost_stones[pokemon] do local n = doCorrectString(getItemNameById(boost_stones[pokemon][su])) if su == #boost_stones[pokemon] then stonesused = stonesused.." or "..getArticle(n).." "..n.."" elseif su == 1 then stonesused = stonesused..""..getArticle(n).." "..n.."" else stonesused = stonesused..", "..n.."" end end cancelstr = cancelstr..""..stonesused.." to be boosted." else cancelstr = cancelstr.." This pokemon needs a "..doCorrectString(getItemNameById(boost_stones[pokemon][1])).." to be boosted." end doPlayerSendCancel(cid, cancelstr) return true end local removeStones = 0 local extraStones = math.floor(boost / stone_increase[stone.itemid]) local required_stones = stones_required[stone.itemid] + extraStones local boosts = 0 local availableStones = 0 for a = 0, getContainerSize(stone_slot.uid) - 1 do local it = getContainerItem(stone_slot.uid, a) if it.uid > 0 then if not isStone(it.itemid) then doPlayerSendCancel(cid, "Please, put only stones in the stone slot.") return true end if it.itemid ~= stone.itemid then doPlayerSendCancel(cid, "Please, put only one type of stone in the stone slot.") return true end availableStones = availableStones + it.type end end for a = 1, availableStones do if required_stones > 0 then required_stones = required_stones - 1 if required_stones <= 0 then boosts = boosts + 1 removeStones = removeStones + stones_required[stone.itemid] + extraStones if boost + boosts <= 49 then extraStones = math.floor((boost + boosts) / stone_increase[stone.itemid]) required_stones = stones_required[stone.itemid] + extraStones end end end end if required_stones > 0 and boosts == 0 then doPlayerSendCancel(cid, "You need more stones to boost this pokemon.") return true end for b = 1, removeStones do local i = getContainerItem(stone_slot.uid, 0) doChangeTypeItem(i.uid, i.type - 1) end doSetItemAttribute(myball.uid, "boost", boost + boosts) local msg = "You pokemon are boosted." local downpos = getThingPos(cid) downpos.y = downpos.y + 1 local mypos = getThingPos(cid) doTeleportThing(cid, downpos, false) doTeleportThing(cid, mypos, false) doTransformItem(ball_slot.uid, ballslot_run) doTransformItem(stone_slot.uid, stoneslot_run) doTransformItem(item.uid, button_run) doCreatureSetNoMove(cid, true) doCreatureAddCondition(cid, boostcondition) addEvent(doRestoreBoostMachine, 3000, cid, getThingPos(item.uid), getThingPos(ball_slot.uid), getThingPos(stone_slot.uid), msg, msg2) return true end end Goback.lua: Citar Goback local EFFECTS = { --[OutfitID] = {Effect} ["Magmar"] = 35, ["Shiny Magmar"] = 35, ["Shiny Magmortar"] = 35, ["Shiny Electivire"] = 48, ["Magmortar"] = 35, ["Electivire"] = 48, ["Jynx"] = 17, --alterado v1.5 ["Shiny Jynx"] = 17, ["Piloswine"] = 205, --alterado v1.8 ["Swinub"] = 205, } function onUse(cid, item, frompos, item2, topos) if exhaustion.get(cid, 6666) and exhaustion.get(cid, 6666) > 0 then return true end if getPlayerStorageValue(cid, 17000) >= 1 or getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 63215) >= 1 or getPlayerStorageValue(cid, 75846) >= 1 or getPlayerStorageValue(cid, 5700) >= 1 then --alterado v1.9 << return true end local ballName = getItemAttribute(item.uid, "poke") local btype = getPokeballType(item.itemid) local usando = pokeballs[btype].use local effect = pokeballs[btype].effect if not effect then effect = 21 end unLock(item.uid) --alterado v1.8 if item.itemid == usando then if getPlayerStorageValue(cid, 990) == 1 then -- GYM doPlayerSendCancel(cid, "You can't return your pokemon during gym battles.") return true end if #getCreatureSummons(cid) > 1 and getPlayerStorageValue(cid, 212124) <= 0 then --alterado v1.6 if getPlayerStorageValue(cid, 637501) == -2 or getPlayerStorageValue(cid, 637501) >= 1 then BackTeam(cid) end end if #getCreatureSummons(cid) == 2 and getPlayerStorageValue(cid, 212124) >= 1 then doPlayerSendCancel(cid, "You can't do that while is controling a mind") return true --alterado v1.5 end if #getCreatureSummons(cid) <= 0 then if isInArray(pokeballs[btype].all, item.itemid) then doTransformItem(item.uid, pokeballs[btype].off) doItemSetAttribute(item.uid, "hp", 0) doPlayerSendCancel(cid, "This pokemon is fainted.") return true end end local cd = getCD(item.uid, "blink", 30) if cd > 0 then setCD(item.uid, "blink", 0) end local z = getCreatureSummons(cid)[1] if getCreatureCondition(z, CONDITION_INVISIBLE) and not isGhostPokemon(z) then return true end doReturnPokemon(cid, z, item, effect) elseif item.itemid == pokeballs[btype].on then if item.uid ~= getPlayerSlotItem(cid, CONST_SLOT_FEET).uid then doPlayerSendCancel(cid, "You must put your pokeball in the correct place!") return TRUE end local thishp = getItemAttribute(item.uid, "hp") if thishp <= 0 then if isInArray(pokeballs[btype].all, item.itemid) then doTransformItem(item.uid, pokeballs[btype].off) doItemSetAttribute(item.uid, "hp", 0) doPlayerSendCancel(cid, "This pokemon is fainted.") return true end end local pokemon = getItemAttribute(item.uid, "poke") if not pokes[pokemon] then return true end ----------------------- Sistema de nao poder carregar mais que 3 pokes lvl baixo e + q 1 poke de lvl medio/alto --------------------------------- if not isInArray({5, 6}, getPlayerGroupId(cid)) then local balls = getPokeballsInContainer(getPlayerSlotItem(cid, 3).uid) local low = {} local lowPokes = {"Rattata", "Caterpie", "Weedle", "Oddish", "Pidgey", "Paras", "Poliwag", "Bellsprout", "Magikarp", "Hoppip", "Sunkern"} if #balls >= 1 then for _, uid in ipairs(balls) do local nome = getItemAttribute(uid, "poke") if not isInArray(lowPokes, pokemon) and nome == pokemon then return doPlayerSendTextMessage(cid, 27, "Sorry, but you can't carry two pokemons equals!") else if nome == pokemon then table.insert(low, nome) end end end end if #low >= 3 then return doPlayerSendTextMessage(cid, 27, "Sorry, but you can't carry more than three pokemons equals of low level!") end end --------------------------------------------------------------------------------------------------------------------------------------------------- local x = pokes[pokemon] local boost = getItemAttribute(item.uid, "boost") or 0 if getPlayerLevel(cid) < (x.level+boost) then doPlayerSendCancel(cid, "You need level "..(x.level+boost).." to use this pokemon.") return true end ---------------------------- Sistema pokes de clan -------------------------------------- local shinysClan = { ["Shiny Fearow"] = {4, "Wingeon"}, ["Shiny Flareon"] = {1, "Volcanic"}, ["Shiny Vaporeon"] = {2, "Seavel"}, ["Shiny Jolteon"] = {9, "Raibolt"}, ["Shiny Hypno"] = {7, "Psycraft"}, ["Shiny Golem"] = {3, "Orebound"}, ["Shiny Vileplume"] = {8, "Naturia"}, ["Shiny Nidoking"] = {5, "Malefic"}, ["Shiny Hitmontop"] = {6, "Gardestrike"}, ["Shiny Metagross"] = {10, "IronHard"}, --alterado v1.4 } if shinysClan[pokemon] and (getPlayerGroupId(cid) < 4 or getPlayerGroupId(cid) > 6) then --alterado v1.9 \/ if getPlayerClanNum(cid) ~= shinysClan[pokemon][1] then doPlayerSendCancel(cid, "You need be a member of the clan "..shinysClan[pokemon][2].." to use this pokemon!") return true elseif getPlayerClanRank(cid) ~= 5 then doPlayerSendCancel(cid, "You need be atleast rank 5 to use this pokemon!") return true end end -------------------------------------------------------------------------------------- doSummonMonster(cid, pokemon) local pk = getCreatureSummons(cid)[1] if not isCreature(pk) then return true end ------------------------passiva hitmonchan------------------------------ if isSummon(pk) then --alterado v1.8 \/ if pokemon == "Shiny Hitmonchan" or pokemon == "Hitmonchan" then if not getItemAttribute(item.uid, "hands") then doSetItemAttribute(item.uid, "hands", 0) end local hands = getItemAttribute(item.uid, "hands") doSetCreatureOutfit(pk, {lookType = hitmonchans[pokemon][hands].out}, -1) end end ------------------------------------------------------------------------- ---------movement magmar, jynx------------- if EFFECTS[getCreatureName(pk)] then markPosEff(pk, getThingPos(pk)) sendMovementEffect(pk, EFFECTS[getCreatureName(pk)], getThingPos(pk)) end -------------------------------------------------------------------------- ---if getCreatureName(pk) == "Ditto" or getCreatureName(pk) == "Shiny Ditto" then --edited -- local left = getItemAttribute(item.uid, "transLeft") -- local name = getItemAttribute(item.uid, "transName") -- if left and left > 0 then -- setPlayerStorageValue(pk, 1010, name) -- doSetCreatureOutfit(pk, {lookType = getItemAttribute(item.uid, "transOutfit")}, -1) -- addEvent(deTransform, left * 1000, pk, getItemAttribute(item.uid, "transTurn")) -- doItemSetAttribute(item.uid, "transBegin", os.clock()) -- else -- setPlayerStorageValue(pk, 1010, getCreatureName(pk) == "Ditto" and "Ditto" or "Shiny Ditto") --edited -- end -- end if isGhostPokemon(pk) then doTeleportThing(pk, getPosByDir(getThingPos(cid), math.random(0, 7)), false) end doCreatureSetLookDir(pk, 2) adjustStatus(pk, item.uid, true, true, true) doRegenerateWithY(getCreatureMaster(pk), pk) doCureWithY(getCreatureMaster(pk), pk) doTransformItem(item.uid, item.itemid+1) local pokename = getPokeName(pk) --alterado v1.7 local mgo = gobackmsgs[math.random(1, #gobackmsgs)].go:gsub("doka", pokename) doCreatureSay(cid, mgo, TALKTYPE_SAY) doSendMagicEffect(getCreaturePosition(pk), effect) if useOTClient then doPlayerSendCancel(cid, '12//,show') --alterado v1.7 end else doPlayerSendCancel(cid, "This pokemon is fainted.") end if useKpdoDlls then doUpdateMoves(cid) end return true end Quem conseguir arrumar eu dou REP+ Editado Julho 9, 2016 8 anos por extaN (veja o histórico de edições)
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.