diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:39:47 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:39:47 -0200 |
commit | 03cd53018a304010179f8a49b022b63908b10a28 (patch) | |
tree | c4e41d02c2017686ed876c8650c34e4451a9e598 /npc/018-2-4/lv1.txt | |
parent | 95f376d0c2f102ed17e0979c988aa5a1c15efdd5 (diff) | |
download | serverdata-03cd53018a304010179f8a49b022b63908b10a28.tar.gz serverdata-03cd53018a304010179f8a49b022b63908b10a28.tar.bz2 serverdata-03cd53018a304010179f8a49b022b63908b10a28.tar.xz serverdata-03cd53018a304010179f8a49b022b63908b10a28.zip |
Fill the Heroes Hold with rares.
I don't really think it is worth doing, but I'm not a hardcore player %%a
Diffstat (limited to 'npc/018-2-4/lv1.txt')
-rw-r--r-- | npc/018-2-4/lv1.txt | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/npc/018-2-4/lv1.txt b/npc/018-2-4/lv1.txt index 2a06eb873..f6bb1ce4e 100644 --- a/npc/018-2-4/lv1.txt +++ b/npc/018-2-4/lv1.txt @@ -6,7 +6,9 @@ // Heroes Hold Exchanger - Level 1 018-2-4,33,28,0 script Novice Exchanger#0 NPC_M_COINKEEPER,{ - openshop; + if (.@q & HH_NOVICE) + openshop; + goodbye; closedialog; close; @@ -25,13 +27,14 @@ 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 BugSlayer,800; + sellitem LeatherShield,600; + + sellitem HastePotion,50; + sellitem StrengthPotion,50; + + sellitem Curshroom,10; + sellitem Grenade,4; end; OnCountFunds: |