From 527c4d3bba66e2ff2d6161dcf24a0be98def9941 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jan 2019 21:51:29 -0200 Subject: Sell a Knife at Candor, instead of Small Knife (quest item now). Lower its price. Increase a timer in Tutorial. --- npc/005-4/shop.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/005-4/shop.txt') diff --git a/npc/005-4/shop.txt b/npc/005-4/shop.txt index 0bb8d6eca..d73bc152a 100644 --- a/npc/005-4/shop.txt +++ b/npc/005-4/shop.txt @@ -10,7 +10,7 @@ OnInit: tradertype(NST_MARKET); sellitem RoundLeatherShield, -1, 2; - sellitem SmallKnife, -1, 5; + sellitem Knife, -1, 5; sellitem TolchiArrow, -1, 30000; sellitem TolchiAmmoBox, -1, 4; sellitem LousyMoccasins, -1, 4; @@ -25,7 +25,7 @@ OnClock1206: OnClock1811: OnClock0004: restoreshopitem RoundLeatherShield, -1, 2; - restoreshopitem SmallKnife, -1, 5; + restoreshopitem Knife, -1, 5; restoreshopitem TolchiArrow, -1, 30000; restoreshopitem TolchiAmmoBox, -1, 4; restoreshopitem LousyMoccasins, -1, 4; -- cgit v1.2.3-70-g09d2