i have an issue with manarune script it just showing effects without any healing action
Rune doesn't heal
Code:
setCombatArea(combat2_Brush_2,createCombatArea({{0, 1, 0},
{1, 2, 1},
{0, 1, 0}}))
function getDmg_Brush_2(cid, level, maglevel)
return (2000),(3000)
end
setCombatCallback(combat2_Brush_2, CALLBACK_PARAM_LEVELMAGICVALUE, "getDmg_Brush_2")
local dfcombat2_Brush_2 = {CONST_ANI_SMALLICE,0,1,-1,0,1,0,0,-1}
-- Areas/Combat for 100ms
local combat1_Brush = createCombatObject()...