summaryrefslogtreecommitdiff
path: root/npc/029-0
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-0')
-rw-r--r--npc/029-0/event.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt
index 4a50e508b..a72c8bf4f 100644
--- a/npc/029-0/event.txt
+++ b/npc/029-0/event.txt
@@ -73,6 +73,7 @@ OnInit:
sellitem TitaniumOre, -1, 9;
sellitem IridiumOre, -1, 6;
sellitem PlatinumOre, -1, 3;
+ sellitem EarthPowder, -1, 3;
sellitem AncientBlueprint, -1, 5;
sellitem RustyKnife, -1, 5;
@@ -92,6 +93,7 @@ OnInit:
sellitem EquipmentBlueprintE, -1, 1;
sellitem ArcmageBoxset, 10000, 4;
+ sellitem Bullet, -1, 90000;
if (gettime(7) != 2021)
disablenpc .name$;
@@ -113,6 +115,7 @@ OnClock1201:
restoreshopitem TitaniumOre, 9;
restoreshopitem IridiumOre, 6;
restoreshopitem PlatinumOre, 3;
+ restoreshopitem EarthPowder, 3;
restoreshopitem AncientBlueprint, 5;
restoreshopitem RustyKnife, 5;
@@ -132,6 +135,12 @@ OnClock1201:
restoreshopitem EquipmentBlueprintE, 1;
restoreshopitem ArcmageBoxset, 10000, 4;
+ restoreshopitem Bullet, 90000;
+ end;
+
+OnMinute02:
+ if (gettime(7) != 2021 || !$FIRESOFSTEAM) end;
+ donpcevent "Neko::OnClock2359";
end;
}