summaryrefslogtreecommitdiff
path: root/npc/018-1/george.txt
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/018-1/george.txt
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/018-1/george.txt')
-rw-r--r--npc/018-1/george.txt4
1 files changed, 2 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;