summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-21 11:46:13 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-21 11:46:13 -0300
commitdb1dfef84731d0a71bd568ae7d25d7f80f44c029 (patch)
treece2227404b3053d4c0cbbcf1cfedac09cc6ce70c /npc/functions
parent5b7a246f3a0a522473ff8fefb434ba3ef9c16aec (diff)
downloadserverdata-db1dfef84731d0a71bd568ae7d25d7f80f44c029.tar.gz
serverdata-db1dfef84731d0a71bd568ae7d25d7f80f44c029.tar.bz2
serverdata-db1dfef84731d0a71bd568ae7d25d7f80f44c029.tar.xz
serverdata-db1dfef84731d0a71bd568ae7d25d7f80f44c029.zip
Golbarez: Anticipate part of the exp rewards
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index d238dd91f..93efeaa34 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1112,6 +1112,8 @@ function script clientupdater {
}
if (getq(HurnscaldQuest_Woody) >= 5)
Zeny+=17575;
+ if (getq3(SQuest_Christmas) && getq(SQuest_Christmas) == gettime(GETTIME_YEAR))
+ getexp (getq3(SQuest_Christmas) / 150), (getq3(SQuest_Christmas) / 250);
}
// :// End of Regular Update System