From e6daabfe8687f6713f8c94591e6758d6b7d04df0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Jan 2020 22:30:56 -0300 Subject: Wands no longer give passive MP regeneration. Only equipment does so. Instead, wands will allow you to use a skill to convert 20% of HP to MP. The ratio is 6:1 (as opposed to official ratio, something close to 4:1) --- npc/functions/hub.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 0e052720e..2a1bb9fed 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -187,6 +187,9 @@ function script HUB_SkillInvoke { case TMW2_FAKESKILL: atcommand("@refresh"); break; + case TMW2_MPREGEN: + SK_mpregen(); + break; case TMW2_FAKESKILL2: //CMD_lang(); next; closeclientdialog; CMD_toevent(); -- cgit v1.2.3-60-g2f50