o script fui eu q fiz... pra aumentar ou diminuir as rates eh soh alterar essa parte...
if isInArray(shinys, getCreatureName(cid)) then transform = math.random(1, 100) --1% chance elseif isInArray(raros, getCreatureName(cid)) then transform = math.random(1, 1000) --0.1% chance
assim.. vai dar o math.random e se parar no numero "10" vai executar o script.. dai no caso.. se tu por "math.random(1, 10)" vai ter 10% chance de virar shiny...
tu tb pode mudar essa parte..
if isInArray(shinys, getCreatureName(cid)) then transform = math.random(1, 100) --1% chance elseif isInArray(raros, getCreatureName(cid)) then transform = math.random(1, 1000) --0.1% chance elseif not isInArray(raros, getCreatureName(cid)) and not isInArray(shinys, getCreatureName(cid)) then return true end if transform == 10 then
por essa...
if isInArray(shinys, getCreatureName(cid)) then chance = 15 --15% chance elseif isInArray(raros, getCreatureName(cid)) then chance = 10 --10% chance elseif not isInArray(raros, getCreatureName(cid)) and not isInArray(shinys, getCreatureName(cid)) then return true end if math.random(1, 100) <= chance then
dai tu pode modificar ali em chance a % q tu quer.. se por 60 por exemplo vai ter 60% chance de virar shiny...




info
Grupo: Campones
Registrado: 07/08/08
Posts: 19
Reputação: 0
Olá pessoal, o membro Jeferson me passou uma script muito boa de respawn de pokemons shiny.
E eu gostaria de saber aonde que eu mudo pra deixar a rate de respawn maior, ou seja, deixar mais fácil de aparecer shinys, ou mais difícil. Me ajudem ai, muito obrigado!
Aqui está o script:
Abraços,
crédito pela script: Jeferson