diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 13:18:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 13:18:30 -0300 |
commit | 59ecc7971f88aad9f8db4d0c52e60a2c79201bb7 (patch) | |
tree | 875a8c2a129fad12717fd4e95686fc6854803244 | |
parent | f34d4f11345ff2c086f435283636b751ec6bbd23 (diff) | |
download | serverdata-59ecc7971f88aad9f8db4d0c52e60a2c79201bb7.tar.gz serverdata-59ecc7971f88aad9f8db4d0c52e60a2c79201bb7.tar.bz2 serverdata-59ecc7971f88aad9f8db4d0c52e60a2c79201bb7.tar.xz serverdata-59ecc7971f88aad9f8db4d0c52e60a2c79201bb7.zip |
Tweak a value to keep inflation at bay
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 2 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index c4ac08738..f112602d4 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -237,7 +237,7 @@ function DausenMobTutorial { setq TulimsharQuest_MobTutorial, 8, 0; // ~30% of exp values getexp 2100, 0; - Zeny+=2500; + Zeny+=2400; mesn; mesq l("This coal will aid you to craft better weapons later. It's a token of appreciation. Good job."); close; diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index e7cb2750d..55ccc3fbd 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1066,7 +1066,7 @@ function script clientupdater { if (getq(TulimsharQuest_MobTutorial) >= 6) Zeny+=1068; if (getq(TulimsharQuest_MobTutorial) >= 8) - Zeny+=2300; + Zeny+=2200; } // :// End of Regular Update System |