summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-12-25 20:41:12 +0400
committerAlige <aligetmw@hotmail.fr>2012-12-25 20:41:12 +0400
commitb5c5537e63f085c8527de98fcd7930a0c5fcd82d (patch)
treed022c1007238c123fe2555f36f57fd5b37a9aa82 /npc
parent0a671212b723d276407f6dee5728247a73e214a7 (diff)
downloadserverdata-b5c5537e63f085c8527de98fcd7930a0c5fcd82d.tar.gz
serverdata-b5c5537e63f085c8527de98fcd7930a0c5fcd82d.tar.bz2
serverdata-b5c5537e63f085c8527de98fcd7930a0c5fcd82d.tar.xz
serverdata-b5c5537e63f085c8527de98fcd7930a0c5fcd82d.zip
Changer peter's reward from 500 GP to 200 GP.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/peter.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 30043557..51c53cab 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -156,7 +156,7 @@ OnReturnWin:
l_BonusTask:
mes "";
mesn;
- mesq l("I will give you @@GP.", 500);
+ mesq l("I will give you @@GP.", 200);
next;
menu
@@ -286,8 +286,8 @@ l_Reward:
mesn;
mesq l("Good job!") + " " + l("Here's your reward!");
getexp 100, 0;
- set zeny, zeny + 500;
- message strcharinfo(0), l("You receive 500GP!");
+ set zeny, zeny + 200;
+ message strcharinfo(0), l("You receive 200GP!");
setq ShipQuests_Peter, 5;
goto l_CleaningClose;