summaryrefslogtreecommitdiff
path: root/npc/003-1/ched.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/ched.txt')
-rw-r--r--npc/003-1/ched.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt
index 839e77e5a..ff526f106 100644
--- a/npc/003-1/ched.txt
+++ b/npc/003-1/ched.txt
@@ -103,6 +103,7 @@ L_Summer:
// Summer Quest Claim Rewards Time
L_Autumn:
mesc l("Your Score: @@", @ched), 1;
+ mes "";
ScoreSSC;
next;
@@ -133,10 +134,12 @@ L_Autumn:
else if (@ched >= 25)
getitem KidBoia, 1;
- // Give you extra money reward
- Zeny=Zeny+@ched;
+ // Give extra on GP and EXP rewards on 2018 Summer due extensive amount of bugs
+ if (gettime(7) == 2018)
+ @ched=@ched*12/10;
- // Give experience on 2018 Summer due extensive amount of bugs
+ // Give you experience and money reward
+ Zeny=Zeny+@ched;
getexp BaseLevel*@ched, @ched;
// The quest is complete for the year.