diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-14 18:57:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-14 18:57:14 -0300 |
commit | 8b207ea6a40944aff6ef5cf67cb8cf7563316bf5 (patch) | |
tree | aa82f5a1137adcc11e82b162dd87ea7b2ecbac16 /npc/005-4/tolchi.txt | |
parent | cd75d81d9d94d7be9d9b4f19c65a5208b24f9b9d (diff) | |
download | serverdata-8b207ea6a40944aff6ef5cf67cb8cf7563316bf5.tar.gz serverdata-8b207ea6a40944aff6ef5cf67cb8cf7563316bf5.tar.bz2 serverdata-8b207ea6a40944aff6ef5cf67cb8cf7563316bf5.tar.xz serverdata-8b207ea6a40944aff6ef5cf67cb8cf7563316bf5.zip |
Minor rebalance to Tolchi. With a worth of 12k upfront, you get a 4k profit
Diffstat (limited to 'npc/005-4/tolchi.txt')
-rw-r--r-- | npc/005-4/tolchi.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 2837b1874..ea24d63ad 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -39,7 +39,7 @@ goodbye; } delitem .Item3, 1; - Zeny = Zeny + 20000; + Zeny = Zeny + 16000; // Real worth: 12100 GP (profit of nearly 4k) getexp 1500,0; setq CandorQuest_Tolchi, 3; speech S_FIRST_BLANK_LINE, @@ -55,7 +55,7 @@ goodbye; } delitem .Item2, 3; - Zeny = Zeny + 800; + Zeny = Zeny + 800; // Real worth: 400 gp (status: +200gp) getexp 100,0; setq CandorQuest_Tolchi, 2; } @@ -69,7 +69,7 @@ goodbye; } delitem .Item1, 1; - Zeny = Zeny + 200; + Zeny = Zeny + 200; // Real worth: 400 gp (status: -200gp) getexp 50,0; setq CandorQuest_Tolchi, 1; } |