diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-05 02:01:16 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-05 02:01:16 -0200 |
commit | a4a8b1e42791501501ee26c24fb81b5e716e3247 (patch) | |
tree | 981bd84804cb4134919a68a643fbcf42420d84ec | |
parent | adb3a1f62f41ec84181b274a35138b018c43a5df (diff) | |
download | serverdata-a4a8b1e42791501501ee26c24fb81b5e716e3247.tar.gz serverdata-a4a8b1e42791501501ee26c24fb81b5e716e3247.tar.bz2 serverdata-a4a8b1e42791501501ee26c24fb81b5e716e3247.tar.xz serverdata-a4a8b1e42791501501ee26c24fb81b5e716e3247.zip |
Finally, you can buy arrow boxes at Halinarzo. Not so good as Hurnscald, though.
Makes sense, Hurnscald have waaaay more wood, anyway. Good shooting!
-rw-r--r-- | npc/009-3/dangrostra.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |