From c57d1e9edcdad2141dc2ead4a936f78d3b4ce9bb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Jun 2020 06:49:52 -0300 Subject: Forced Reset at Windwalker as well It may become a 1 MSP skill. Or not. --- 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 a7c146f02..b75d22577 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); } + // SN_WINDWALK MSP cost differ, refund + if (getskilllv(SN_WINDWALK)) { + getitembound ScholarshipBadge, getskilllv(SN_WINDWALK), 4; + MAGIC_PTS-=getskilllv(SN_WINDWALK)+2; + skill CR_TRUST, 0, 0; + dispbottom col(l("MSP for Last Man Standing was refunded."), 1); + } + // CR_TRUST MSP cost differ, refund if (getskilllv(CR_TRUST)) { getitembound ScholarshipBadge, getskilllv(CR_TRUST), 4; -- cgit v1.2.3-60-g2f50