From 62099a4262d5d2fe487af8ea8c47169628bded21 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Jun 2020 06:26:15 -0300 Subject: I'm considering removing Windwalk from the skill tree... --- npc/functions/clientversion.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 344172d40..a7c146f02 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -853,6 +853,14 @@ function script clientupdater { dispbottom col(l("MSP for Lightning Strike was refunded."), 1); } + // CR_TRUST MSP cost differ, refund + if (getskilllv(CR_TRUST)) { + getitembound ScholarshipBadge, getskilllv(CR_TRUST), 4; + MAGIC_PTS-=getskilllv(CR_TRUST)+2; + skill CR_TRUST, 0, 0; + dispbottom col(l("MSP for Last Man Standing was refunded."), 1); + } + // Eisten Update if (getq(TulimsharQuest_Eistein) > 3) { -- cgit v1.2.3-60-g2f50