From f165f31be8391dc9a113ff36177f30f4603fc48e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 Aug 2018 02:01:58 -0300 Subject: Decrease a bit forging exp before @Saulc complains Broadsword gives over 140k xp %%n NOT fixed on live server. --- npc/017-5/silversmith.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/017-5') diff --git a/npc/017-5/silversmith.txt b/npc/017-5/silversmith.txt index 517e7b3da..4213ca801 100644 --- a/npc/017-5/silversmith.txt +++ b/npc/017-5/silversmith.txt @@ -39,6 +39,7 @@ Zeny = Zeny - .@price; getitem .@prize, 1; .@xp=getiteminfo(.@base1, ITEMINFO_SELLPRICE)*.@amon1+getiteminfo(.@base2, ITEMINFO_SELLPRICE)*.@amon2; + .@xp=.@xp*2/3; getexp .@xp, rand(1,10); mes ""; -- cgit v1.2.3-60-g2f50