hp *= target.calcStat(Stats.HEAL_EFFECTIVNESS, 100, null, null) / 100;
target.setCurrentHp(hp + target.getCurrentHp());
target.setLastHealAmount((int)hp);
StatusUpdate su = new StatusUpdate(target.getObjectId());
su.addAttribute(StatusUpdate.CUR_HP, (int)target.getCurrentHp());
target.sendPacket(su);
if (target instanceof L2PcInstance)
{
if (skill.getId() == 4051)