summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/018-1/george.txt4
-rw-r--r--npc/functions/clientversion.txt5
2 files changed, 7 insertions, 2 deletions
diff --git a/npc/018-1/george.txt b/npc/018-1/george.txt
index 588f0cee0..123089589 100644
--- a/npc/018-1/george.txt
+++ b/npc/018-1/george.txt
@@ -111,7 +111,7 @@ L_ProgressOne:
mes "";
mesq l("Here is a reward for your effort! Now you can be a true buccaneer!");
getitem SailorHat, 1;
- getexp 5000, 0;
+ getexp 50000, 0;
setq LoFQuest_George, 3;
goto L_Close;
@@ -140,7 +140,7 @@ L_ProgressTwo:
delitem Almanac, 1;
mesq l("My captain wanted me to give this to you as a special reward for your efforts.");
getitem CorsairHat, 1;
- getexp 15000, 0;
+ getexp 150000, 0;
setq LoFQuest_George, 5;
next;
mesn;
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