summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-05-08 13:32:26 +0000
committerSaulc <lucashelaine14@gmail.com>2018-05-08 13:32:26 +0000
commit15afacc5b53f55761216b97ac5a1e3dde88612c6 (patch)
tree2981774df87d295a47f656f1a367ff71b82e7e05 /npc/009-1
parentaab394c727d2e73af23692d53e9585729a9c03e5 (diff)
downloadserverdata-15afacc5b53f55761216b97ac5a1e3dde88612c6.tar.gz
serverdata-15afacc5b53f55761216b97ac5a1e3dde88612c6.tar.bz2
serverdata-15afacc5b53f55761216b97ac5a1e3dde88612c6.tar.xz
serverdata-15afacc5b53f55761216b97ac5a1e3dde88612c6.zip
dangrostra now sell more arrow
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/dangrostra.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/009-1/dangrostra.txt b/npc/009-1/dangrostra.txt
index 207427abd..486910e4e 100644
--- a/npc/009-1/dangrostra.txt
+++ b/npc/009-1/dangrostra.txt
@@ -43,8 +43,8 @@ OnInit:
sellitem SharpKnife, -1, 1;
sellitem EmptyBottle, -1, 1; // You can buy some empty bottles here, but they're scarse
// Arrows (common)
- sellitem Arrow, -1, 100;
- sellitem IronArrow, -1, 30;
+ sellitem Arrow, -1, 250;
+ sellitem IronArrow, -1, 110;
end;
@@ -58,8 +58,8 @@ OnClock1600:
restoreshopitem EmptyBottle, -1, 1;
OnClock0800:
OnClock2000:
- restoreshopitem Arrow, -1, 100;
- restoreshopitem IronArrow, -1, 30;
+ restoreshopitem Arrow, -1, 200;
+ restoreshopitem IronArrow, -1, 90;
}