diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-23 06:26:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-23 06:26:15 -0300 |
commit | 62099a4262d5d2fe487af8ea8c47169628bded21 (patch) | |
tree | 3fb9dcf2c95b830222dcd5804e9defeb45fb473b /npc/functions | |
parent | b50c7b450eddbb60012e3ab11fe2c232b0c4892e (diff) | |
download | serverdata-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/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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) { |