From 0db6acf806ed5db7e4585c589cd4a2e236932c06 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Jun 2020 06:19:35 -0300 Subject: Refund Lightning Bolt from players --- npc/functions/clientversion.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 6db0badd6..344172d40 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -845,6 +845,15 @@ function script clientupdater { dispbottom col(l("Mass Provoke replaced with Area Provoke."), 1); } + // MG_LIGHTNINGBOLT and TMW2_LIGHTNINGBOLT MSP cost differ, refund + if (getskilllv(MG_LIGHTNINGBOLT)) { + getitembound ScholarshipBadge, getskilllv(MG_LIGHTNINGBOLT), 4; + MAGIC_PTS-=getskilllv(MG_LIGHTNINGBOLT); + skill MG_LIGHTNINGBOLT, 0, 0; + dispbottom col(l("MSP for Lightning Strike was refunded."), 1); + } + + // Eisten Update if (getq(TulimsharQuest_Eistein) > 3) { getitem GraduationAlbum, 1; -- cgit v1.2.3-60-g2f50