From 3f92ce9d32f5fba415d97c0144262dcc3612ea19 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 14 Dec 2018 17:34:16 -0200 Subject: [skip ci] [info] Update real profit from Tolchi quest --- npc/005-4/tolchi.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'npc/005-4') diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index be61a2b29..9ad65b740 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -39,7 +39,7 @@ goodbye; } delitem .Item3, 1; - Zeny = Zeny + 16000; // Real worth: 12100 GP (profit of 1k to 2.5k GP - two travels included) + Zeny = Zeny + 16000; // Real worth: 9480 GP (profit of 3520k to 6320k GP - two travels included) getexp 1575,0; setq CandorQuest_Tolchi, 3; speech S_FIRST_BLANK_LINE, @@ -147,7 +147,7 @@ .@tolchi = getq(CandorQuest_Tolchi); - if (BaseLevel <= 4 || BaseLevel <= 9 && .@tolchi == 1 || BaseLevel <= 14 && .@tolchi == 2) + if (BaseLevel < 5 || BaseLevel < 10 && .@tolchi == 1 || BaseLevel < 15 && .@tolchi == 2) { speech 0x0, l("I need help, but you aren't strong enough. Please come back later."); @@ -178,7 +178,6 @@ { case 1: quest_first; - setq CandorQuest_Tolchi, 0; // TODO: Suspicious piece of code break; case 2: quest_second; -- cgit v1.2.3-60-g2f50