diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-04 02:01:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-04 02:01:58 -0300 |
commit | f165f31be8391dc9a113ff36177f30f4603fc48e (patch) | |
tree | bb778852c14e740c83422c2bdeaf5bd45eab4621 /npc/012-5 | |
parent | 522bc73ef7358b60d4907d1a933eafaa55c88b70 (diff) | |
download | serverdata-f165f31be8391dc9a113ff36177f30f4603fc48e.tar.gz serverdata-f165f31be8391dc9a113ff36177f30f4603fc48e.tar.bz2 serverdata-f165f31be8391dc9a113ff36177f30f4603fc48e.tar.xz serverdata-f165f31be8391dc9a113ff36177f30f4603fc48e.zip |
Decrease a bit forging exp before @Saulc complains Broadsword gives over 140k xp %%n
NOT fixed on live server.
Diffstat (limited to 'npc/012-5')
-rw-r--r-- | npc/012-5/nicholas.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 ""; |