summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 "";