summaryrefslogtreecommitdiff
path: root/world/map/npc/052-2/janitor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/052-2/janitor.txt')
-rw-r--r--world/map/npc/052-2/janitor.txt38
1 files changed, 0 insertions, 38 deletions
diff --git a/world/map/npc/052-2/janitor.txt b/world/map/npc/052-2/janitor.txt
deleted file mode 100644
index 73858ce4..00000000
--- a/world/map/npc/052-2/janitor.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-// Lobby janitor
-052-2,1,1,0|script|#IlliaJanitor5|32767
-{
-end;
-
-OnCommandClean:
- // For security, kill all.
- killmonster "052-2", "All";
- npcwarp 1, 1, "Luvia?";
- end;
-
-}
-
-// Storage janitor
-052-2,1,1,0|script|#IlliaJanitor6|32767
-{
-end;
-
-OnCommandClean:
- killmonster "052-2", "#ItemsInvoker::OnDeath";
- npcwarp 1, 1, "#ItemsInvoker";
- end;
-
-}
-
-// Final boss janitor
-052-2,1,1,0|script|#IlliaJanitor7|32767
-{
-end;
-
-OnCommandClean:
- killmonster "052-2", "#LuviaDaemon::OnDeath";
- killmonster "052-2", "#LuviaDaemon::OnWGD";
- npcwarp 83, 28, "#LuviaDaemon";
- npcwarp 88, 15, "Luvia";
- end;
-
-}