From 70a323d2f9a3256bf3b82ae3d5d4f8c493211a97 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sun, 17 Jun 2018 08:05:57 +0000 Subject: Add +5% exp reward to each quest! and add some exp if nothing exist. --- npc/005-4/tolchi.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/005-4') diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 66629b947..be61a2b29 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -40,7 +40,7 @@ } delitem .Item3, 1; Zeny = Zeny + 16000; // Real worth: 12100 GP (profit of 1k to 2.5k GP - two travels included) - getexp 1500,0; + getexp 1575,0; setq CandorQuest_Tolchi, 3; speech S_FIRST_BLANK_LINE, l("Thanks mate, that is everything I need! Have a good day!"); @@ -56,7 +56,7 @@ } delitem .Item2, 3; Zeny = Zeny + 800; // Real worth: 400 gp (status: +200gp) - getexp 100,0; + getexp 105,0; setq CandorQuest_Tolchi, 2; } if (.@tolchi == 0) @@ -70,7 +70,7 @@ } delitem .Item1, 1; Zeny = Zeny + 200; // Real worth: 400 gp (status: -200gp) - getexp 50,0; + getexp 52,0; setq CandorQuest_Tolchi, 1; } close; -- cgit v1.2.3-60-g2f50