summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r--npc/003-3/malindou.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 9e41b9196..f2efd46ce 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -452,11 +452,12 @@ OnInit:
htput($@CONTRIBUTORS, "skydragon", 75);
htput($@CONTRIBUTORS, "xanthem", 46);
htput($@CONTRIBUTORS, "liangtai", 36);
+ htput($@CONTRIBUTORS, "kolchak", 31);
htput($@CONTRIBUTORS, "msawis", 30);
htput($@CONTRIBUTORS, "xanthem", 28);
htput($@CONTRIBUTORS, "dragonstar", 26);
htput($@CONTRIBUTORS, "demure", 24);
- htput($@CONTRIBUTORS, "kolchak", 11);
+ htput($@CONTRIBUTORS, "seeds", 21);
htput($@CONTRIBUTORS, "aisen", 8);
htput($@CONTRIBUTORS, "lilanna", 7);
htput($@CONTRIBUTORS, "maisquestce",5);
@@ -474,9 +475,25 @@ OnPCBaseLvUpEvent:
sc_end SC_CASH_RECEIVEITEM;
break;
case 25:
+ if (#REFERRAL_PROG && BaseLevel == 25 && #REFERRAL_CTRL < 1) {
+ #REFERRAL_CTRL=1;
+ rodex_sendmail(gf_charid(#REFERRAL_PROG), "TMW2 Team", "Recruited Player got Lv 25!", strcharinfo(0)+" just got level 25!\nAs they get stronger, more rewards will be sent to you!", 0, SilverGift, 1);
+ }
case 50:
+ if (#REFERRAL_PROG && BaseLevel == 50 && #REFERRAL_CTRL < 2) {
+ #REFERRAL_CTRL=2;
+ rodex_sendmail(gf_charid(#REFERRAL_PROG), "TMW2 Team", "Recruited Player got Lv 50!", strcharinfo(0)+" just got level 50!\nAs they get stronger, more rewards will be sent to you!", 0, ArcmageBoxset, 1);
+ }
case 75:
+ if (#REFERRAL_PROG && BaseLevel == 75 && #REFERRAL_CTRL < 3) {
+ #REFERRAL_CTRL=3;
+ 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);
+ }
case 100:
+ if (#REFERRAL_PROG && BaseLevel == 100 && #REFERRAL_CTRL < 4) {
+ #REFERRAL_CTRL=4;
+ 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);
+ }
case 125:
case 150:
dispbottom l("Milestone levelup: A reward can now be claimed in Tulimshar.");