diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-04 15:18:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-04 15:18:13 -0300 |
commit | 11ae19b037a1daeaacf05e4fa1c5ce40724dfc04 (patch) | |
tree | 56f2efb04fb611f1f1dd103c8f096c0bf01dff4c /npc | |
parent | 839a57cfff7f724b068f50b25f2f8b634afaa3c5 (diff) | |
download | serverdata-11ae19b037a1daeaacf05e4fa1c5ce40724dfc04.tar.gz serverdata-11ae19b037a1daeaacf05e4fa1c5ce40724dfc04.tar.bz2 serverdata-11ae19b037a1daeaacf05e4fa1c5ce40724dfc04.tar.xz serverdata-11ae19b037a1daeaacf05e4fa1c5ce40724dfc04.zip |
Adjust a bit Crazyfefe prices
Diffstat (limited to 'npc')
-rw-r--r-- | npc/015-2/contrabandist.txt | 2 | ||||
-rw-r--r-- | npc/018-2-4/lv1.txt | 2 | ||||
-rw-r--r-- | npc/018-2-4/lv4.txt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index 67dfd1885..2835d5755 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -46,7 +46,7 @@ .@prize=MysteriousBottle; break; case 32: - .@price=18000; + .@price=15000; .@prize=AncientBlueprint; break; case 64: diff --git a/npc/018-2-4/lv1.txt b/npc/018-2-4/lv1.txt index 0e08e2d7c..bfcc77dd4 100644 --- a/npc/018-2-4/lv1.txt +++ b/npc/018-2-4/lv1.txt @@ -28,7 +28,7 @@ OnInit: tradertype(NST_CUSTOM); - sellitem EquipmentBlueprintA,2000; + sellitem EquipmentBlueprintA,1600; sellitem RaidTrousers,1200; sellitem BugSlayer,800; sellitem LeatherShield,600; diff --git a/npc/018-2-4/lv4.txt b/npc/018-2-4/lv4.txt index f91d7ade8..3728e74f5 100644 --- a/npc/018-2-4/lv4.txt +++ b/npc/018-2-4/lv4.txt @@ -28,8 +28,8 @@ OnInit: tradertype(NST_CUSTOM); - sellitem BlacksmithAxe,30000; - sellitem Judgement,16200; + sellitem BlacksmithAxe,24000; + sellitem Judgement,14200; sellitem EquipmentBlueprintD,5500; sellitem MercBoxB,2200; |