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/012-5/nicholas.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/012-5/nicholas.txt') diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 246d45dbc..589611c77 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -61,6 +61,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-70-g09d2