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/020-5/bracco.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'npc/020-5') diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 79692dd15..b725f3dde 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -352,6 +352,10 @@ OnInit: sleep(SHOPWAIT); tradertype(NST_MARKET); + sellitem BritShield, -1, 1; + sellitem BladeShield, -1, 1; + sellitem MiereCleaver, -1, 1; + sellitem ShortSword, -1, 1; sellitem LeatherShirt, -1, 1; sellitem LeatherShield, 5000, 1; sellitem ShortBow, -1, 1; @@ -369,9 +373,13 @@ OnFri0800: OnSat1200: OnSun1600: OnMon2000: - restoreshopitem LeatherShirt, -1, 1; + restoreshopitem BritShield, 1; + restoreshopitem BladeShield, 1; + restoreshopitem MiereCleaver, 1; + restoreshopitem ShortSword, 1; + restoreshopitem LeatherShirt, 1; restoreshopitem LeatherShield, 5000, 1; - restoreshopitem ShortBow, -1, 1; + restoreshopitem ShortBow, 1; restoreshopitem ArrowAmmoBox,rand(8,12); restoreshopitem IronAmmoBox,rand(3,5); end; -- cgit v1.2.3-60-g2f50