From a4a8b1e42791501501ee26c24fb81b5e716e3247 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 5 Jan 2019 02:01:16 -0200 Subject: Finally, you can buy arrow boxes at Halinarzo. Not so good as Hurnscald, though. Makes sense, Hurnscald have waaaay more wood, anyway. Good shooting! --- npc/009-3/dangrostra.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc') diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt index 055bc7930..b2e77dda0 100644 --- a/npc/009-3/dangrostra.txt +++ b/npc/009-3/dangrostra.txt @@ -46,6 +46,8 @@ OnInit: // Arrows (common) sellitem Arrow, -1, 200; sellitem IronArrow, -1, 90; + sellitem ArrowAmmoBox, -1, 2; + sellitem IronAmmoBox, -1, 1; end; @@ -62,6 +64,8 @@ OnClock0800: OnClock2000: restoreshopitem Arrow, -1, 200; restoreshopitem IronArrow, -1, 90; + restoreshopitem ArrowAmmoBox, -1, 2; + restoreshopitem IronAmmoBox, -1, 1; } -- cgit v1.2.3-70-g09d2