Ir para conteúdo

Duvida Urgente


lukina

Posts Recomendados

Almentando healing do exura vita para 3k no max dependendo da ml

 

por enquanto ta assim --Calculed by ta4e--

--For tibia 8.22--

--Made in 12/09/08--

local combat = createCombatObject()

setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING)

setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)

setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)

setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)

setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE)

 

function getCombatFormulas(cid, lv, maglv)

local formula_min = ((lv*0.25 + maglv*3) * 3.8)

local formula_max = ((lv*0.25 + maglv*3) * 4.2)

 

if(formula_max < formula_min) then

local tmp = formula_max

formula_max = formula_min

formula_min = tmp

end

return formula_min, formula_max

end

 

 

setCombatCallback(combat, CALLBACK_PARAM_LEVELMAGICVALUE, "getCombatFormulas")

 

 

function onCastSpell(cid, var)

return doCombat(cid, combat, var)

end

 

OQUE MEXER?

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...