summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-29 13:24:37 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-29 13:24:37 -0300
commitf2f9d4c568994320150da0a0b612537c2de761d2 (patch)
treebf4d93a0bd86127ffd49413821ab4e65df1b3c26 /npc/functions
parentc30125da91827419bf55d7bf5300d34338acd87d (diff)
downloadserverdata-f2f9d4c568994320150da0a0b612537c2de761d2.tar.gz
serverdata-f2f9d4c568994320150da0a0b612537c2de761d2.tar.bz2
serverdata-f2f9d4c568994320150da0a0b612537c2de761d2.tar.xz
serverdata-f2f9d4c568994320150da0a0b612537c2de761d2.zip
Fix a couple missing zeroes at George's quest; It is supposed to give 10x more xp
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 907c825db..9090457cb 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1018,6 +1018,11 @@ function script clientupdater {
getitem StrangeCoin, 30;
}
UPDATE=1640703437;
+ // misc fixes
+ if (getq(LoFQuest_George) >= 3)
+ getexp 45000, 0;
+ if (getq(LoFQuest_George) >= 5)
+ getexp 135000, 0;
}
// :// End of Regular Update System