From 9682c3cb93e31ed276f3d790812acb91d2850106 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 18 May 2022 01:00:40 -0300 Subject: Several weapons and armors are now sold in shops! \o/ --- npc/012-5/nicholas.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/012-5/nicholas.txt') diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 33241971a..706a84a2e 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -253,11 +253,18 @@ OnInit: sleep(SHOPWAIT); tradertype(NST_MARKET); + sellitem Backsword, -1, 1; + sellitem ShortGladius, -1, 1; + sellitem BugSlayer, -1, 1; + sellitem WoodenSword, -1, 3; sellitem Dagger, 600, 5; sellitem SharpKnife, 450, 10; end; OnClock0009: + restoreshopitem Backsword, 1; + restoreshopitem ShortGladius, 1; + restoreshopitem BugSlayer, 1; OnClock0603: OnClock1207: OnClock1801: -- cgit v1.2.3-70-g09d2