From 168601c7727279e7d29540aae09e71875998afdd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Jun 2020 06:05:39 -0300 Subject: Declare TMW2_MANABOMB --- npc/functions/hub.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 4f510bc28..8b778254a 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -306,6 +306,15 @@ function script HUB_SkillInvoke { break; //////////////////////////////// // Magic v3 + // The basic offensive skill from Trickmaster + case TMW2_MANABOMB: + // This skill takes 100% mana for a 1:1 ratio damage + // And is a trick. Each level improves ratio in 1 + // Has no cooldown, so it is powerful with pots + // And is a good starter offensive skill + areaharm(@skillTarget, 0, Sp*@skillLv, HARM_MAGI, Ele_Ghost); + Sp=0; + break; case TMW2_NILFHEIM: // Nilfheim cast on self? .@PW=80+(10*@skillLv); @@ -319,15 +328,6 @@ function script HUB_SkillInvoke { areasc2(getmap(), @skillTargetX, @skillTargetY, 2, 10000, SC_BLOODING, BL_MOB|BL_PC); break; /* - // The basic offensive skill from Trickmaster - case TMW2_MANABOMB: - // This skill takes 100% mana for a 1:1 ratio damage - // And is a trick. Each level improves ratio in 1 - // Has no cooldown, so it is powerful with pots - // And is a good starter offensive skill - areaharm(@skillTarget, 0, Sp*@skillLv, HARM_MAGI, Ele_Ghost); - Sp=0; - break; // TODO: Ultimate Skills (T5/0) -- cgit v1.2.3-60-g2f50