summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-11 22:00:27 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-11 22:00:27 -0300
commitc91c1302669d3c16c7ffb04d0891bbe6a3c753d4 (patch)
treef33424b01fad1159c680732228bd70c9e58886a4 /npc/functions/clientversion.txt
parent7472e43e00318edc374e033d8d52a11a7c763bec (diff)
downloadserverdata-c91c1302669d3c16c7ffb04d0891bbe6a3c753d4.tar.gz
serverdata-c91c1302669d3c16c7ffb04d0891bbe6a3c753d4.tar.bz2
serverdata-c91c1302669d3c16c7ffb04d0891bbe6a3c753d4.tar.xz
serverdata-c91c1302669d3c16c7ffb04d0891bbe6a3c753d4.zip
Client Updater - Eisten missed rewards
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt8
1 files changed, 8 insertions, 0 deletions
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;
+
}