summaryrefslogtreecommitdiff
path: root/npc/009-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-17 01:00:44 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-17 01:00:44 -0300
commitedba0614e4b2f927ff409a8eda424fb1284d0549 (patch)
tree59f494084bdb97b45a15cf94884d8867f7edbd2e /npc/009-3
parent38ae45a2616bde7307df670308352c5c063f215e (diff)
downloadserverdata-edba0614e4b2f927ff409a8eda424fb1284d0549.tar.gz
serverdata-edba0614e4b2f927ff409a8eda424fb1284d0549.tar.bz2
serverdata-edba0614e4b2f927ff409a8eda424fb1284d0549.tar.xz
serverdata-edba0614e4b2f927ff409a8eda424fb1284d0549.zip
Add Coffee and make it Halinarzo's Speciality (even because... Frostia has no shops)
Diffstat (limited to 'npc/009-3')
-rw-r--r--npc/009-3/dangrostra.txt19
1 files changed, 11 insertions, 8 deletions
diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt
index b2e77dda0..ec7093322 100644
--- a/npc/009-3/dangrostra.txt
+++ b/npc/009-3/dangrostra.txt
@@ -49,6 +49,8 @@ OnInit:
sellitem ArrowAmmoBox, -1, 2;
sellitem IronAmmoBox, -1, 1;
+ // Speciality Drinks (common)
+ sellitem Coffee, -1, 3;
end;
OnClock0000:
@@ -57,15 +59,16 @@ OnClock1200:
restoreshopitem WoodenBow, 6800, 1;
OnClock0400:
OnClock1600:
- restoreshopitem SharpKnife, -1, 1;
- restoreshopitem EmptyBottle, -1, 1;
- restoreshopitem LimeDye, -1, 1;
+ restoreshopitem SharpKnife, 1;
+ restoreshopitem EmptyBottle, 1;
+ restoreshopitem LimeDye, 1;
OnClock0800:
OnClock2000:
- restoreshopitem Arrow, -1, 200;
- restoreshopitem IronArrow, -1, 90;
- restoreshopitem ArrowAmmoBox, -1, 2;
- restoreshopitem IronAmmoBox, -1, 1;
-
+ restoreshopitem Arrow, 200;
+ restoreshopitem IronArrow, 90;
+ restoreshopitem ArrowAmmoBox, 2;
+ restoreshopitem IronAmmoBox, 1;
+ restoreshopitem Coffee, 3;
+ end;
}