diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-22 23:15:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-22 23:15:53 -0300 |
commit | 0de489e7ab0d8f4689e8247158ecff7f092a00c7 (patch) | |
tree | f96038f384905967b4f7c8024a135721996e24be /npc/003-8 | |
parent | ee4f7fa675c58406dfeaac81b0454625846bc44f (diff) | |
download | serverdata-0de489e7ab0d8f4689e8247158ecff7f092a00c7.tar.gz serverdata-0de489e7ab0d8f4689e8247158ecff7f092a00c7.tar.bz2 serverdata-0de489e7ab0d8f4689e8247158ecff7f092a00c7.tar.xz serverdata-0de489e7ab0d8f4689e8247158ecff7f092a00c7.zip |
Be a tiny bit more generous on EXP on Jhedia Forge... 1 XP per Coal/Ore, instead
of fixed 10 XP. (I mean, what.)
Diffstat (limited to 'npc/003-8')
-rw-r--r-- | npc/003-8/jhedia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index c5098cec5..ff4e94ed6 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -37,7 +37,7 @@ delitem Coal, .@amount * .@coalm; Zeny = Zeny - .@amount * .@price; getitem .@prize, .@amount; - getexp 10*.@amount, .@amount; + getexp (.@oream+.@coalm)*.@amount, .@amount; mes ""; mesn; |