Index: Poison_Breath.lua =================================================================== --- Poison_Breath.lua (revision 1715) +++ Poison_Breath.lua (working copy) @@ -15,7 +15,11 @@ function OnMobWeaponSkill(target, mob, skill) - power = mob:getHP()/100; + if(mob:getMainLvl > 5)then + power = mob:getMainLvl()/5; + else + power = 5; + end tic = 3; duration = 30;