diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-10 00:18:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-10 00:18:55 -0300 |
commit | c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf (patch) | |
tree | 21caa84e2d033ba9dceec83c0a7960645ac316a3 /npc | |
parent | c2982a0a7bd42bc64c25116b0cc0a2d504914417 (diff) | |
download | serverdata-c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf.tar.gz serverdata-c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf.tar.bz2 serverdata-c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf.tar.xz serverdata-c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf.zip |
Lower Blacksmith Axe cost to 30000 [Hero Coin], which is the max amount of an item.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/rewards.txt | 1 | ||||
-rw-r--r-- | npc/018-2-4/lv4.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 9fa7ac783..5983a7747 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -34,6 +34,7 @@ OnInit: // Rare Equipment selection. // *these* are really rare! + // Maximum 30,000 sellitem ThunderStaff,9000; sellitem PiouEgg,3915; sellitem DeliciousCookie,3240; diff --git a/npc/018-2-4/lv4.txt b/npc/018-2-4/lv4.txt index fc76995f2..ee74bd4cc 100644 --- a/npc/018-2-4/lv4.txt +++ b/npc/018-2-4/lv4.txt @@ -28,7 +28,7 @@ OnInit: tradertype(NST_CUSTOM); - sellitem BlacksmithAxe,36000; + sellitem BlacksmithAxe,30000; sellitem Judgement,16200; sellitem MercBoxB,2200; |