diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-14 17:34:16 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-14 17:34:16 -0200 |
commit | 3f92ce9d32f5fba415d97c0144262dcc3612ea19 (patch) | |
tree | a2db96126f5d0cfc2f20f715a74fff5d4d089cc2 | |
parent | 12f6599bd11525b853d3da4381a4f49efb25e5f5 (diff) | |
download | serverdata-3f92ce9d32f5fba415d97c0144262dcc3612ea19.tar.gz serverdata-3f92ce9d32f5fba415d97c0144262dcc3612ea19.tar.bz2 serverdata-3f92ce9d32f5fba415d97c0144262dcc3612ea19.tar.xz serverdata-3f92ce9d32f5fba415d97c0144262dcc3612ea19.zip |
[skip ci] [info] Update real profit from Tolchi quest
-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; |