diff options
Diffstat (limited to 'npc/craft/smith.txt')
-rw-r--r-- | npc/craft/smith.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/craft/smith.txt b/npc/craft/smith.txt index 71f6a47f5..87dc9d55d 100644 --- a/npc/craft/smith.txt +++ b/npc/craft/smith.txt @@ -62,6 +62,9 @@ function script SmithSystem { // Get experience for the craft .@xp=getiteminfo(.@it, ITEMINFO_SELLPRICE); getexp .@xp+BaseLevel, (.@xp/3)+BaseLevel+JobLevel; + // Monster points too, if appliable - by your Job Level + if (MPQUEST) + Mobpt+=JobLevel; .success=true; } else { |