From c91c1302669d3c16c7ffb04d0891bbe6a3c753d4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Aug 2019 22:00:27 -0300 Subject: Client Updater - Eisten missed rewards --- npc/functions/clientversion.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index bfc0b0001..da09f7d57 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -546,6 +546,14 @@ function script clientupdater { rodex_sendmail(gf_charid(#REFERRAL_PROG), "TMW2 Team", "Recruited Player got Lv 75!", strcharinfo(0)+" just got level 75!\nAs they get stronger, more rewards will be sent to you!", 0, PrismGift, 1); if (#REFERRAL_PROG && BaseLevel >= 100) rodex_sendmail(gf_charid(#REFERRAL_PROG), "TMW2 Team", "Recruited Player got Lv 100!", strcharinfo(0)+" just got level 100!\nTime to reap what you've sow for so long!", 0, SupremeGift, 1); + // Eisten Rewards + if (BaseLevel >= 50 && getq(TulimsharQuest_Eistein) == 2) + getitem SilverGift, 1; + if (BaseLevel >= 75 && getq(TulimsharQuest_Eistein) == 3) + getitem GoldenGift, 1; + if (BaseLevel >= 75 && getq(TulimsharQuest_Eistein) >= 3) + getitem GraduationRobe, 1; + } -- cgit v1.2.3-70-g09d2