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/027-1/elza.txt | 6 +++--- npc/functions/clientversion.txt | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/027-1/elza.txt b/npc/027-1/elza.txt index 80d73149f..251b9489d 100644 --- a/npc/027-1/elza.txt +++ b/npc/027-1/elza.txt @@ -20,10 +20,10 @@ menuint l("Uhm... Bye?"), 0, rif(getskilllv(WZ_FROSTNOVA), l("Frost Nova")), WZ_FROSTNOVA, - rif(getskilllv(AC_SHOWER), l("Arrow Shower")), AC_SHOWER, + rif(getskilllv(AC_SHOWER), l("Arrow Shower")), AC_SHOWER, rif(getskilllv(SN_SHARPSHOOTING), l("Sharpshooter")), SN_SHARPSHOOTING, - rif(getskilllv(SN_WINDWALK), l("Wind Walk")), SN_WINDWALK, - rif(getskilllv(CR_TRUST), l("Last Man Standing")), CR_TRUST, + rif(getskilllv(SN_WINDWALK), l("Wind Walk")), SN_WINDWALK, + rif(getskilllv(CR_TRUST), l("Last Man Standing")), CR_TRUST, l("None at the moment!"), 0; if (!@menuret) close; 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