Abra "Pasta servidor > data > Creaturesscript > spaw.lua" retire tudo dela e adicione:
oque modificar:
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, 500000) --5.0% chance
elseif isInArray(raros, getCreatureName(cid)) then
transform = math.random(1, 500000) --5.0% chance
elseif not isInArray(raros, getCreatureName(cid)) and not isInArray(shinys, getCreatureName(cid)) then
return true
end
Como Modificar:
transform = math.random(1, 500000) --5.0% chance
transform = math.random(1, 500000) --5.0% chance
1000 = 0,1%
500000 = 5% (+/-)
espero ter ajudado ;3
Vlws!! REP+