From c9792249998672e2bb3a64fec59df6344967bebe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jun 2020 01:33:06 -0300 Subject: Nilfheim and Mana Bomb will now give Magic EXP as well --- npc/functions/hub.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 16f8344ab..99d197994 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -314,6 +314,7 @@ function script HUB_SkillInvoke { // And is a good starter offensive skill areaharm(@skillTarget, 0, Sp*@skillLv, HARM_MAGI, Ele_Ghost); Sp=0; + GetManaExp(@skillId, 1); break; case TMW2_NILFHEIM: // Nilfheim cast on self? @@ -321,6 +322,7 @@ function script HUB_SkillInvoke { areaharm(getcharid(3), 8, AdjustSpellpower(.@PW), HARM_MAGI, Ele_Water); areasc(8, 15000, SC_FREEZE, BL_PC | BL_MOB | BL_MER | BL_HOM, "filter_hostile"); // Maybe filter_notme() would work better, indeed + GetManaExp(@skillId, rand2(1,3)); break; /* -- cgit v1.2.3-60-g2f50