From 8e4878e8aca03f8401009e771087de0dbe505cd6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 1 Jul 2020 00:23:10 -0300 Subject: Healing gives Mana EXP --- npc/functions/hub.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index b255f7c73..67b1b187e 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -324,16 +324,19 @@ function script HUB_SkillInvoke { // First aid only works on you, so .@heal=max(AdjustSpellpower(.@PW), AdjustAttackpower(.@PW)); heal .@heal, 0; + GetManaExp(TMW2_HEALING, 1); break; case TMW2_HEALING: .@PW=130+(20*@skillLv); harm(@skillTarget, -AdjustSpellpower(.@PW), HARM_MISC); + GetManaExp(TMW2_HEALING, 2); break; case TMW2_MAGNUSHEAL: // Area healing .@PW=200+(20*@skillLv); .@RG=4+(@skillLv/5); areaharm(@skillTarget, .@RG, -AdjustSpellpower(.@PW), HARM_MISC, "filter_friendly"); + GetManaExp(TMW2_HEALING, 3); break; //////////////////////////////// case TMW2_NILFHEIM: -- cgit v1.2.3-70-g09d2