summaryrefslogtreecommitdiff
path: root/npc/009-1/dangrostra.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-04-08 17:30:16 -0300
committerJesusaves <cpntb1@ymail.com>2018-04-08 17:30:16 -0300
commit27ee4227a6abcbdf66891e46e661392f3b1c720e (patch)
tree7d5809e3e7dcdc8b8a82d67cbf3878f4084c1a8a /npc/009-1/dangrostra.txt
parent84fde3e7f15ddc931c34f6a6c0dc6ec37d744891 (diff)
downloadserverdata-27ee4227a6abcbdf66891e46e661392f3b1c720e.tar.gz
serverdata-27ee4227a6abcbdf66891e46e661392f3b1c720e.tar.bz2
serverdata-27ee4227a6abcbdf66891e46e661392f3b1c720e.tar.xz
serverdata-27ee4227a6abcbdf66891e46e661392f3b1c720e.zip
Updates not noted
Diffstat (limited to 'npc/009-1/dangrostra.txt')
-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 eb200c46b..207427abd 100644
--- a/npc/009-1/dangrostra.txt
+++ b/npc/009-1/dangrostra.txt
@@ -37,8 +37,8 @@ OnInit:
tradertype(NST_MARKET);
// Bows (rare)
- sellitem WoodenBow, -1, 1;
- sellitem ShortBow, -1, 1;
+ sellitem WoodenBow, 6800, 1;
+ sellitem ShortBow, 15200, 1;
// Misc (uncommon)
sellitem SharpKnife, -1, 1;
sellitem EmptyBottle, -1, 1; // You can buy some empty bottles here, but they're scarse
@@ -49,9 +49,9 @@ OnInit:
end;
OnClock0000:
- restoreshopitem ShortBow, -1, 1;
+ restoreshopitem ShortBow, 15200, 1;
OnClock1200:
- restoreshopitem WoodenBow, -1, 1;
+ restoreshopitem WoodenBow, 6800, 1;
OnClock0400:
OnClock1600:
restoreshopitem SharpKnife, -1, 1;