From 03cd53018a304010179f8a49b022b63908b10a28 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Dec 2018 04:39:47 -0200 Subject: Fill the Heroes Hold with rares. I don't really think it is worth doing, but I'm not a hardcore player %%a --- npc/018-2-4/lv4.txt | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'npc/018-2-4/lv4.txt') diff --git a/npc/018-2-4/lv4.txt b/npc/018-2-4/lv4.txt index f42595cf4..52fc7d125 100644 --- a/npc/018-2-4/lv4.txt +++ b/npc/018-2-4/lv4.txt @@ -6,7 +6,9 @@ // Heroes Hold Exchanger - Level 4 018-2-4,54,28,0 script Ultimate Exchanger#0 NPC_M_COINKEEPER,{ - openshop; + if (.@q & HH_EXPERT) + openshop; + goodbye; closedialog; close; @@ -25,13 +27,16 @@ OnInit: tradertype(NST_CUSTOM); - sellitem ElixirOfLife,320; - sellitem CelestiaTea,180; - sellitem HastePotion,150; - sellitem StrengthPotion,150; - sellitem Grenade,rand(90,140); // I really don't care about the price of this. Used to be 12. - sellitem CursedArrow,80; - sellitem Curshroom,60; + sellitem BlacksmithAxe,36000; + sellitem Judgement,16200; + + sellitem MercBoxB,2500; + sellitem GoldenGift,1920; + + sellitem PlatinumOre,1600; + sellitem IridiumOre,1000; + + sellitem PoisonArrow,12; end; OnCountFunds: -- cgit v1.2.3-60-g2f50