diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-22 23:16:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-22 23:16:52 -0300 |
commit | 749787031cce5cce1d208780498d32967976e552 (patch) | |
tree | 97363c3de665feb3fc274233984d01af23227b09 /npc/003-8/jhedia.txt | |
parent | 0de489e7ab0d8f4689e8247158ecff7f092a00c7 (diff) | |
download | serverdata-749787031cce5cce1d208780498d32967976e552.tar.gz serverdata-749787031cce5cce1d208780498d32967976e552.tar.bz2 serverdata-749787031cce5cce1d208780498d32967976e552.tar.xz serverdata-749787031cce5cce1d208780498d32967976e552.zip |
Okay okay don't be ridiculous at Jhedia EXP. You get 1 xp per Coal, Ore and Job Lvl.
Diffstat (limited to 'npc/003-8/jhedia.txt')
-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 ff4e94ed6..28e33cf09 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 (.@oream+.@coalm)*.@amount, .@amount; + getexp (JobLevel+.@oream+.@coalm)*.@amount, .@amount; mes ""; mesn; |