summaryrefslogtreecommitdiff
path: root/npc/005-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-14 17:34:16 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-14 17:34:16 -0200
commit3f92ce9d32f5fba415d97c0144262dcc3612ea19 (patch)
treea2db96126f5d0cfc2f20f715a74fff5d4d089cc2 /npc/005-4
parent12f6599bd11525b853d3da4381a4f49efb25e5f5 (diff)
downloadserverdata-3f92ce9d32f5fba415d97c0144262dcc3612ea19.tar.gz
serverdata-3f92ce9d32f5fba415d97c0144262dcc3612ea19.tar.bz2
serverdata-3f92ce9d32f5fba415d97c0144262dcc3612ea19.tar.xz
serverdata-3f92ce9d32f5fba415d97c0144262dcc3612ea19.zip
[skip ci] [info] Update real profit from Tolchi quest
Diffstat (limited to 'npc/005-4')
-rw-r--r--npc/005-4/tolchi.txt5
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;