summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-23 06:26:15 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-23 06:26:15 -0300
commit62099a4262d5d2fe487af8ea8c47169628bded21 (patch)
tree3fb9dcf2c95b830222dcd5804e9defeb45fb473b /npc
parentb50c7b450eddbb60012e3ab11fe2c232b0c4892e (diff)
downloadserverdata-62099a4262d5d2fe487af8ea8c47169628bded21.tar.gz
serverdata-62099a4262d5d2fe487af8ea8c47169628bded21.tar.bz2
serverdata-62099a4262d5d2fe487af8ea8c47169628bded21.tar.xz
serverdata-62099a4262d5d2fe487af8ea8c47169628bded21.zip
I'm considering removing Windwalk from the skill tree...
Diffstat (limited to 'npc')
-rw-r--r--npc/027-1/elza.txt6
-rw-r--r--npc/functions/clientversion.txt8
2 files changed, 11 insertions, 3 deletions
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) {