From ca663c1dd62c72c28ebb2ba1791961046b30ccd4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 4 Aug 2019 02:26:31 -0300 Subject: Fix some prices at Heroes Hold, lower COD Arcmage Boxset price. Remove Ancient Blueprint from HH, use equipment blueprint (1k the level) --- npc/018-2-1/dustman.txt | 2 +- npc/018-2-4/lv1.txt | 2 +- npc/018-2-4/lv2.txt | 1 + npc/018-2-4/lv3.txt | 3 ++- npc/018-2-4/lv4.txt | 1 + 5 files changed, 6 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index b27c10761..ba4d76692 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -202,7 +202,7 @@ OnInit: // CoD Exchange Booth Selection sellitem Dustynator,3000; - sellitem ArcmageBoxset,1500; + sellitem ArcmageBoxset,880; sellitem StrangeCoin,10; sellitem HeroCoin,1; end; diff --git a/npc/018-2-4/lv1.txt b/npc/018-2-4/lv1.txt index d0d2b6af1..0e08e2d7c 100644 --- a/npc/018-2-4/lv1.txt +++ b/npc/018-2-4/lv1.txt @@ -28,7 +28,7 @@ OnInit: tradertype(NST_CUSTOM); - sellitem AncientBlueprint,4000; + sellitem EquipmentBlueprintA,2000; sellitem RaidTrousers,1200; sellitem BugSlayer,800; sellitem LeatherShield,600; diff --git a/npc/018-2-4/lv2.txt b/npc/018-2-4/lv2.txt index 4f20b4625..3738e8efb 100644 --- a/npc/018-2-4/lv2.txt +++ b/npc/018-2-4/lv2.txt @@ -28,6 +28,7 @@ OnInit: tradertype(NST_CUSTOM); + sellitem EquipmentBlueprintB,3000; sellitem ShortSword,1800; sellitem Chainmail,1400; diff --git a/npc/018-2-4/lv3.txt b/npc/018-2-4/lv3.txt index 2fd244be2..f062cd46c 100644 --- a/npc/018-2-4/lv3.txt +++ b/npc/018-2-4/lv3.txt @@ -29,7 +29,8 @@ OnInit: tradertype(NST_CUSTOM); sellitem Kanabo,5400; - sellitem ArcmageBoxset,3750; + sellitem EquipmentBlueprintC,4000; + sellitem ArcmageBoxset,3250; sellitem SteelShovel,2000; sellitem MercBoxA,1200; diff --git a/npc/018-2-4/lv4.txt b/npc/018-2-4/lv4.txt index ee74bd4cc..fdb2fdda7 100644 --- a/npc/018-2-4/lv4.txt +++ b/npc/018-2-4/lv4.txt @@ -31,6 +31,7 @@ OnInit: sellitem BlacksmithAxe,30000; sellitem Judgement,16200; + sellitem EquipmentBlueprintD,5000; sellitem MercBoxB,2200; sellitem GoldenGift,1920; -- cgit v1.2.3-60-g2f50