summaryrefslogtreecommitdiff
path: root/npc/041-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/041-1')
-rw-r--r--npc/041-1/_import.txt6
-rw-r--r--npc/041-1/_mobs.txt39
-rw-r--r--npc/041-1/_warps.txt4
-rw-r--r--npc/041-1/tutorial.txt9
4 files changed, 0 insertions, 58 deletions
diff --git a/npc/041-1/_import.txt b/npc/041-1/_import.txt
deleted file mode 100644
index 54c7edd1..00000000
--- a/npc/041-1/_import.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-// Map 041-1:
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-map: 041-1.gat
-npc: npc/041-1/_mobs.txt
-npc: npc/041-1/_warps.txt
-npc: npc/041-1/tutorial.txt
diff --git a/npc/041-1/_mobs.txt b/npc/041-1/_mobs.txt
deleted file mode 100644
index 227677aa..00000000
--- a/npc/041-1/_mobs.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// mobs
-
-041-1.gat,56,55,18,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003
-041-1.gat,76,67,18,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003
-041-1.gat,75,84,18,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003
-041-1.gat,36,34,13,20 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003
-041-1.gat,30,30,10,48 monster Sea Slime 1033,3,100000,30000,Mob041-1::On1033
-041-1.gat,34,13,10,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003
-041-1.gat,35,7,3,2 monster Black Scorpion 1009,1,100000,30000,Mob041-1::On1009
-041-1.gat,41,49,3,2 monster Black Scorpion 1009,1,100000,30000,Mob041-1::On1009
-041-1.gat,70,75,21,9 monster Black Scorpion 1009,1,100000,30000,Mob041-1::On1009
-041-1.gat,75,57,18,9 monster Red Scorpion 1004,3,100000,30000,Mob041-1::On1004
-041-1.gat,58,64,18,9 monster Red Scorpion 1004,3,100000,30000,Mob041-1::On1004
-
-
-041-1.gat,0,0,0 script Mob041-1 -1,{
-On1003:
- set @mobID, 1003;
- callfunc "MobPoints";
- break;
-
-On1004:
- set @mobID, 1004;
- callfunc "MobPoints";
- break;
-
-On1009:
- set @mobID, 1009;
- callfunc "MobPoints";
- break;
-
-On1033:
- set @mobID, 1033;
- callfunc "MobPoints";
- break;
-
- end;
-}
diff --git a/npc/041-1/_warps.txt b/npc/041-1/_warps.txt
deleted file mode 100644
index a7e06dc7..00000000
--- a/npc/041-1/_warps.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// warps
-
-041-1.gat,76,95 warp to004-1 1,-1,004-1.gat,68,20
diff --git a/npc/041-1/tutorial.txt b/npc/041-1/tutorial.txt
deleted file mode 100644
index 866bc145..00000000
--- a/npc/041-1/tutorial.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-// This file is part of the Tutorial
-// Author: Jenalya
-// if you enter the tutorial area, it is set to be already done
-
-041-1.gat,33,5,0 script #tutorial 127,1,0{
- set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
- warp "042-1.gat", 17, 80;
- end;
-}