Lib/Pokemon moves procura por "Stunning Confusion" e coloca esse em baixo
Citarelseif spell == "Consecutive Punch" then
if getPlayerStorageValue(cid, 32623) == 1 then --proteçao pra n usar a spell 2x seguidas...
return true
end
local function damage(cid)
if isCreature(cid) then
doAreaCombatHealth(cid, PSYCHICDAMAGE, getThingPosWithDebug(cid), bombWee3, -min, -max, 95)
end
end
setPlayerStorageValue(cid, 32623, 1) --proteçao
for i = 1, 7 do
addEvent(damage, i*500, cid)
end
addEvent(setPlayerStorageValue, 3500, cid, 32623, 0) --proteçao
Em LIB configuration procura por "passivesChances" e coloca
Citar["Consecutive Punch"] = {
["Hitmonlee"] = 20,
["Shiny Hitmonlee"] = 25,
},
ai em baixo do ultimo move do pokemon você coloca
Citarpassive1 = {name = "Consecutive Punch", level = 1, cd = 0, dist = 6, target = 0, f = 10, t = "fighting"},




info
Grupo: Campones
Registrado: 11/02/18
Posts: 99
Reputação: 0
Gênero: Masculino
Ola, entao eu queria uma passiva nova, tipo eu pegar um poder exemplo (Mega Punch) e boto como passiva igual a passiva do golduck em area plsss.