diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 19:22:39 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 19:22:39 -0300 |
commit | 075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b (patch) | |
tree | 1a9f245d6ab108f0d5871c2533d28567517d48fe /npc/005-4 | |
parent | 2027acd1ebcb08c26f46738470f263aac68c8a0a (diff) | |
download | serverdata-075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b.tar.gz serverdata-075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b.tar.bz2 serverdata-075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b.tar.xz serverdata-075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b.zip |
Knife and their shops rebalance. Training bow available at Rosen&Tolchi for 550 GP.
Diffstat (limited to 'npc/005-4')
-rw-r--r-- | npc/005-4/shop.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/005-4/shop.txt b/npc/005-4/shop.txt index bb5dd0e25..171e3839a 100644 --- a/npc/005-4/shop.txt +++ b/npc/005-4/shop.txt @@ -20,9 +20,10 @@ OnInit: tradertype(NST_MARKET); sellitem RoundLeatherShield, -1, 3; - sellitem Knife, -1, 5; + sellitem SmallKnife, -1, 5; sellitem TolchiArrow, -1, 30000; sellitem LousyMoccasins, -1, 20; + sellitem TrainingBow, -1, 3; .sex = G_OTHER; .distance = 3; @@ -30,8 +31,9 @@ OnInit: OnClock0000: restoreshopitem RoundLeatherShield, 3; - restoreshopitem Knife, 5; + restoreshopitem SmallKnife, 5; restoreshopitem TolchiArrow, 30000; restoreshopitem LousyMoccasins, 20; + restoreshopitem TrainingBow, 1; } |