From 2ec3ee9d4201d32d0ae92762703559377fc4a1de Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Dec 2018 04:03:31 -0200 Subject: 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 >.> --- npc/005-1/maya.txt | 4 ++-- npc/005-1/vincent.txt | 4 ++-- npc/005-1/zegas.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/005-1') diff --git a/npc/005-1/maya.txt b/npc/005-1/maya.txt index 7f9537bf8..f5db122d5 100644 --- a/npc/005-1/maya.txt +++ b/npc/005-1/maya.txt @@ -55,7 +55,7 @@ L_QuestAccepted: L_QuestCompleted: delitem CottonCloth, 3; delitem MaggotSlime, 3; - set Zeny, Zeny + 300; + set Zeny, Zeny + 325; getitem CandorShirt, 1; getexp 25, 5; setq CandorQuest_Maya, 2; @@ -104,7 +104,7 @@ L_Quest2Accepted: L_Quest2Completed: delitem ScorpionStinger, 3; delitem PiouFeathers, 10; - set Zeny, Zeny + 700; + set Zeny, Zeny + 725; setq CandorQuest_Maya, 4; // Reward Calculation: Piou base is 3 and Stinger base is 25. diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt index 7bdd1543e..09b9481be 100644 --- a/npc/005-1/vincent.txt +++ b/npc/005-1/vincent.txt @@ -48,8 +48,8 @@ L_CheckItems: delitem .LegsID, .LegsCount; getexp 15, 5; - Zeny = Zeny + 1000; - message strcharinfo(0), l("You receive @@ GP!", 1000); + Zeny = Zeny + 850; + message strcharinfo(0), l("You receive @@ GP!", 850); setq CandorQuest_Vincent, 2; close; 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; -- cgit v1.2.3-70-g09d2