summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-24 19:14:31 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-24 19:14:31 -0300
commitd9740d2fad9975019cbe3735459da0ef184bdd54 (patch)
tree3fbabcab8dc89d8a97d85d5aeaff9992a8164e0a /npc/009-1
parentea21e5bd9d1a8d996f6b1cb1f465d4091f2d95ac (diff)
downloadserverdata-d9740d2fad9975019cbe3735459da0ef184bdd54.tar.gz
serverdata-d9740d2fad9975019cbe3735459da0ef184bdd54.tar.bz2
serverdata-d9740d2fad9975019cbe3735459da0ef184bdd54.tar.xz
serverdata-d9740d2fad9975019cbe3735459da0ef184bdd54.zip
Alige quest can be accepted, and various changes related or not.
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/dangrostra.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/009-1/dangrostra.txt b/npc/009-1/dangrostra.txt
index 486910e4e..04e05528b 100644
--- a/npc/009-1/dangrostra.txt
+++ b/npc/009-1/dangrostra.txt
@@ -37,11 +37,12 @@ OnInit:
tradertype(NST_MARKET);
// Bows (rare)
- sellitem WoodenBow, 6800, 1;
sellitem ShortBow, 15200, 1;
+ sellitem WoodenBow, 6800, 1;
// Misc (uncommon)
sellitem SharpKnife, -1, 1;
sellitem EmptyBottle, -1, 1; // You can buy some empty bottles here, but they're scarse
+ sellitem BlueCottonDye, -1, 1;
// Arrows (common)
sellitem Arrow, -1, 250;
sellitem IronArrow, -1, 110;
@@ -56,6 +57,7 @@ OnClock0400:
OnClock1600:
restoreshopitem SharpKnife, -1, 1;
restoreshopitem EmptyBottle, -1, 1;
+ restoreshopitem BlueCottonDye, -1, 1;
OnClock0800:
OnClock2000:
restoreshopitem Arrow, -1, 200;