summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-20 14:22:31 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-20 14:22:31 -0200
commitf0c675273fe75e94320613054ea14760722eebff (patch)
tree757cd96256facbbbf6d70ae1d30e07ea122b968f /npc/003-1
parent1512a522116500e5bfed9ab6317cfbd759a44c83 (diff)
downloadserverdata-f0c675273fe75e94320613054ea14760722eebff.tar.gz
serverdata-f0c675273fe75e94320613054ea14760722eebff.tar.bz2
serverdata-f0c675273fe75e94320613054ea14760722eebff.tar.xz
serverdata-f0c675273fe75e94320613054ea14760722eebff.zip
Empty Box can be purchased, and buy/sell prices were mildly adjusted.
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/neko.txt2
-rw-r--r--npc/003-1/shop.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt
index 57f83fe51..0ad147e4e 100644
--- a/npc/003-1/neko.txt
+++ b/npc/003-1/neko.txt
@@ -70,6 +70,7 @@ OnInit:
sellitem RoastedMaggot, -1, 2;
sellitem Arrow, -1, rand(10000,30000);
sellitem CroconutBox, rand(2650,2950), 4;
+ sellitem EmptyBox, -1, 2;
.sex = G_MALE;
.distance = 5;
@@ -82,6 +83,7 @@ OnClock2359:
restoreshopitem Arrow, -1, rand(10000,30000);
restoreshopitem RoastedMaggot, -1, 2;
restoreshopitem CroconutBox, rand(2650,3000), 4;
+ restoreshopitem EmptyBox, -1, 2;
end;
}
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt
index 68573beb9..e33f3b3f1 100644
--- a/npc/003-1/shop.txt
+++ b/npc/003-1/shop.txt
@@ -15,6 +15,7 @@ OnInit:
sellitem Bread, -1, 15;
sellitem CroconutBox, rand(2800,2900), 6;
sellitem EmptyBottle, -1, 3; // You can buy some empty bottles here, but they're scarse
+ sellitem EmptyBox, -1, 1;
.sex = G_OTHER;
.distance = 3;
@@ -32,5 +33,6 @@ OnClock0000:
restoreshopitem Bread, -1, 15;
restoreshopitem CroconutBox, rand(2800,3050), 6;
restoreshopitem EmptyBottle, -1, 3;
+ restoreshopitem EmptyBox, -1, 1;
}