local function doShiny(cid)
if isCreature(cid) then
if isSummon(cid) then return true end
if getPlayerStorageValue(cid, 74469) >= 1 then return true end
if isNpcSummon(cid) then return true end
if isInArray(shinys, getCreatureName(cid)) then
transform = math.random(1, 100) -- <<<<<<<<<
elseif isInArray(raros, getCreatureName(cid)) then
transform = math.random(1, 100) --<<<<<<<<<
elseif not isInArray(raros, getCreatureName(cid)) and not isInArray(shinys, getCreatureName(cid)) then
return true
end
so deixar assim!
Bye ¬¬