summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-27 19:32:09 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-27 19:32:09 -0300
commitb7ee2ae3fdb4b01e580c753a6bbef2ecf105fea4 (patch)
tree92946edf51399c08d76bee8c76856581707003dd /npc/functions/clientversion.txt
parent43605e86f160367a346dd6e86f27f8fb218b7c4c (diff)
downloadserverdata-b7ee2ae3fdb4b01e580c753a6bbef2ecf105fea4.tar.gz
serverdata-b7ee2ae3fdb4b01e580c753a6bbef2ecf105fea4.tar.bz2
serverdata-b7ee2ae3fdb4b01e580c753a6bbef2ecf105fea4.tar.xz
serverdata-b7ee2ae3fdb4b01e580c753a6bbef2ecf105fea4.zip
You get a TulimWarpCrystal if you gained a Scholarship Badge.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 5916c08a9..5507ce75f 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -391,6 +391,12 @@ function script clientupdater {
skill(ALL_INCCARRY,1,0);
mesc l("You have learnt \"Increase Weight\" in Thief Skills."), 2;
}
+ // If you got a Scholarship Badge, you need to travel to Tulimshar.
+ // Give you a Warp Crystal to do so.
+ if (countitem(ScholarshipBadge)) {
+ getitem TulimWarpCrystal, 1;
+ mesc l("You've obtained a @@ to visit Magic Academy.", getitemlink(TulimWarpCrystal)), 1;
+ }
// Cleanup
deletearray RNGTREASURE_DATE;
}