summaryrefslogtreecommitdiff
path: root/world/map/npc/051-1/janitor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/051-1/janitor.txt')
-rw-r--r--world/map/npc/051-1/janitor.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/world/map/npc/051-1/janitor.txt b/world/map/npc/051-1/janitor.txt
deleted file mode 100644
index 623690f0..00000000
--- a/world/map/npc/051-1/janitor.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-// Forest janitor
-051-1,1,1,0|script|#IlliaJanitor1|32767
-{
-end;
-
-OnCommandClean:
- // Nothing to do here.
- end;
-
-}
-
-// Desert janitor
-051-1,1,1,0|script|#IlliaJanitor3|32767
-{
-end;
-
-OnCommandClean:
- killmonster "051-1", "IlliaDMobs051-1::On1096";
- // Kill the soul eaters that were spawned
- killmonster "051-1", "#SoulEaters0::OnSoulEaterDeath";
- killmonster "051-1", "#SoulEaters1::OnSoulEaterDeath";
- killmonster "051-1", "#SoulEaters2::OnSoulEaterDeath";
- killmonster "051-1", "#SoulEaters3::OnSoulEaterDeath";
- killmonster "051-1", "#SoulEaters4::OnSoulEaterDeath";
- end;
-
-}