From 1b0dafab2ba8f6a445227299ef3271f151c530b7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 19 Aug 2024 09:48:01 -0300 Subject: Nerf first aid RP farming technique --- npc/functions/hub.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index c108a569e..1137db76f 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -638,8 +638,11 @@ function script HUB_SkillInvoke { // Penalty if you have HALT_REGEN on (-80%) if (getstatus(SC_HALT_REGENERATION)) .@heal /= 5; + // Only give Mana EXP if it actually heals yourself + if (.@heal && Hp < MaxHp) { + GetManaExp(TMW2_HEALING, 1); + } heal .@heal, 0; - GetManaExp(TMW2_HEALING, 1); break; case TMW2_HEALING: .@PW=130+(20*@skillLv); -- cgit v1.2.3-70-g09d2