From b7ee2ae3fdb4b01e580c753a6bbef2ecf105fea4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 27 Jul 2019 19:32:09 -0300 Subject: You get a TulimWarpCrystal if you gained a Scholarship Badge. --- npc/functions/clientversion.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc') 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; } -- cgit v1.2.3-70-g09d2