summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt2
1 files changed, 2 insertions, 0 deletions
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;
/*