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/005-1/zegas.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/005-1/zegas.txt')
-rw-r--r-- | npc/005-1/zegas.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt index fdddf60f7..72d3a6b57 100644 --- a/npc/005-1/zegas.txt +++ b/npc/005-1/zegas.txt @@ -61,10 +61,10 @@ L_Looking: L_QuestEnd: mesn; mesq l("From the smell I can see you found the bug bomb!"); - mesq l("Thanks once again, I know it's not much but here is 450 GP for your troubles."); + mesq l("Thanks once again, I know it's not much but here is @@ GP for your troubles.", 350); getexp 63, 0; getitem .ItemCreate, 1; - Zeny = (Zeny + 450); + Zeny = (Zeny + 350); setq CandorQuest_Barrel, 4; goto L_Close; |