diff options
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; |