From 0de489e7ab0d8f4689e8247158ecff7f092a00c7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 May 2019 23:15:53 -0300 Subject: Be a tiny bit more generous on EXP on Jhedia Forge... 1 XP per Coal/Ore, instead of fixed 10 XP. (I mean, what.) --- npc/003-8/jhedia.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-8') 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; -- cgit v1.2.3-60-g2f50