summaryrefslogtreecommitdiff
path: root/npc/052-2/janitor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/052-2/janitor.txt')
-rwxr-xr-xnpc/052-2/janitor.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/npc/052-2/janitor.txt b/npc/052-2/janitor.txt
new file mode 100755
index 00000000..aedecb61
--- /dev/null
+++ b/npc/052-2/janitor.txt
@@ -0,0 +1,32 @@
+052-2,1,1,0 script #IlliaJanitor5 NPC32767,{
+end;
+
+OnCommandClean:
+ // For security, kill all.
+ killmonster "052-2", "All";
+ npcwarp 1, 1, "Luvia?";
+ end;
+
+}
+
+052-2,1,1,0 script #IlliaJanitor6 NPC32767,{
+end;
+
+OnCommandClean:
+ killmonster "052-2", "#ItemsInvoker::OnDeath";
+ npcwarp 1, 1, "#ItemsInvoker";
+ end;
+
+}
+
+052-2,1,1,0 script #IlliaJanitor7 NPC32767,{
+end;
+
+OnCommandClean:
+ killmonster "052-2", "#LuviaDaemon::OnDeath";
+ killmonster "052-2", "#LuviaDaemon::OnWGD";
+ npcwarp 83, 28, "#LuviaDaemon";
+ npcwarp 88, 15, "Luvia";
+ end;
+
+}