summaryrefslogtreecommitdiff
path: root/npc/027-2/_mobs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-2/_mobs.txt')
-rw-r--r--npc/027-2/_mobs.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/npc/027-2/_mobs.txt b/npc/027-2/_mobs.txt
deleted file mode 100644
index b316be00..00000000
--- a/npc/027-2/_mobs.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Caretaker's House mobs
-
-027-2.gat,81,41,11,9 monster DrunkenSkeleton 1077,1,100000,30000,Mob027-2::On1077
-027-2.gat,91,38,11,9 monster TipsySkeleton 1078,1,100000,30000,Mob027-2::On1078
-027-2.gat,110,26,11,11 monster TipsySkeleton 1078,1,100000,30000,Mob027-2::On1078
-027-2.gat,104,28,11,9 monster DrunkenSkeleton 1077,1,100000,30000,Mob027-2::On1077
-027-2.gat,89,34,11,9 monster DrunkenLadySkeleton 1079,1,100000,30000,Mob027-2::On1079
-027-2.gat,116,26,11,9 monster DrunkenLadySkeleton 1079,1,100000,30000,Mob027-2::On1079
-
-
-027-2.gat,0,0,0 script Mob027-2 -1,{
-On1077:
- set @mobID, 1077;
- callfunc "MobPoints";
- break;
-
-On1078:
- set @mobID, 1078;
- callfunc "MobPoints";
- break;
-
-On1079:
- set @mobID, 1079;
- callfunc "MobPoints";
- break;
-
- end;
-}