summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-04 02:01:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-04 02:01:58 -0300
commitf165f31be8391dc9a113ff36177f30f4603fc48e (patch)
treebb778852c14e740c83422c2bdeaf5bd45eab4621
parent522bc73ef7358b60d4907d1a933eafaa55c88b70 (diff)
downloadserverdata-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.
-rw-r--r--npc/012-5/nicholas.txt1
-rw-r--r--npc/017-5/silversmith.txt1
2 files changed, 2 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 "";
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 "";