diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-17 04:03:31 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-17 04:03:31 -0200 |
commit | 2ec3ee9d4201d32d0ae92762703559377fc4a1de (patch) | |
tree | 4dc10db5e069fc07858b41e71fe105bd61c68af9 /npc/002-1/peter.txt | |
parent | 03936aa12e782d777ef451c31d7bea75b67dd433 (diff) | |
download | serverdata-2ec3ee9d4201d32d0ae92762703559377fc4a1de.tar.gz serverdata-2ec3ee9d4201d32d0ae92762703559377fc4a1de.tar.bz2 serverdata-2ec3ee9d4201d32d0ae92762703559377fc4a1de.tar.xz serverdata-2ec3ee9d4201d32d0ae92762703559377fc4a1de.zip |
Candor Rebalance (mess-up): Basically, Nard's ship is now cheaper.
Zegas/Peter/Vincent rewards adjusted accordingly.
Without need, but Maya and Tolchi pays more, and Beer price was reduced.
Candor actually got _easier_, and you can't prove me wrong >.>
Diffstat (limited to 'npc/002-1/peter.txt')
-rw-r--r-- | npc/002-1/peter.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 1da6a26d0..17939c011 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -189,7 +189,7 @@ OnReturnWin: L_BonusTask: mes ""; mesn; - mesq l("What if I give you 1000 GP for that job, is it ok?"); + mesq l("What if I give you 850 GP for that job, is it ok?"); next; menu @@ -317,8 +317,8 @@ L_Reward: mesn; mesq l("Good job!") + " " + l("Here's your reward!"); getexp 105, 0; - Zeny = Zeny + 1000; - message strcharinfo(0), l("You receive @@ GP!", 1000); + Zeny = Zeny + 850; + message strcharinfo(0), l("You receive @@ GP!", 850); goto L_CleaningClose; |