diff options
Diffstat (limited to 'npc/018-2-4/lv2.txt')
-rw-r--r-- | npc/018-2-4/lv2.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/npc/018-2-4/lv2.txt b/npc/018-2-4/lv2.txt index 13a832b8c..b70b888a8 100644 --- a/npc/018-2-4/lv2.txt +++ b/npc/018-2-4/lv2.txt @@ -6,7 +6,9 @@ // Heroes Hold Exchanger - Level 2 018-2-4,40,28,0 script Advanced Exchanger#0 NPC_M_COINKEEPER,{ - openshop; + if (.@q & HH_INTERMEDIARY) + openshop; + goodbye; closedialog; close; @@ -25,13 +27,13 @@ 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 ShortSword,1800; + sellitem Chainmail,1400; + + sellitem BronzeGift,120; + sellitem CoinBag,60; + + sellitem CasinoCoins,4; end; OnCountFunds: |