summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-11 18:38:42 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-11 18:38:42 -0300
commit60ff046aa2b3825cf3facd986f405706fe12b85f (patch)
tree2d43518ecb9c7a0f7ef8284844d92d949138fb9b /npc
parent233f2d32bb36d2447c642be0effec8d10b9c097b (diff)
downloadserverdata-60ff046aa2b3825cf3facd986f405706fe12b85f.tar.gz
serverdata-60ff046aa2b3825cf3facd986f405706fe12b85f.tar.bz2
serverdata-60ff046aa2b3825cf3facd986f405706fe12b85f.tar.xz
serverdata-60ff046aa2b3825cf3facd986f405706fe12b85f.zip
Bronze Gladius is a rare. Instead of usual 1007 GP repair tax, it'll be 100 GP.
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/refine.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt
index 59a4b9d5f..9a4069cbe 100644
--- a/npc/functions/refine.txt
+++ b/npc/functions/refine.txt
@@ -191,7 +191,7 @@ function script repairMaster {
next;
}
.@price=getiteminfo(getbrokenid(1), ITEMINFO_SELLPRICE)+getiteminfo(getbrokenid(1), ITEMINFO_ELV)-(getbrokencount()*15);
- if (.@price < 100)
+ if (.@price < 100 || getbrokenid(1) == BronzeGladius)
.@price=100;
mesn;
mesq l("I can fix this for you. Just pay me @@ GP and a @@. It'll take no time at all!", .@price, getitemlink(IronIngot));