diff options
-rw-r--r-- | npc/005-4/tolchi.txt | 5 |
1 files changed, 2 insertions, 3 deletions
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; |