From f2f9d4c568994320150da0a0b612537c2de761d2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Dec 2021 13:24:37 -0300 Subject: Fix a couple missing zeroes at George's quest; It is supposed to give 10x more xp --- npc/functions/clientversion.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/functions') 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 -- cgit v1.2.3-70-g09d2