summaryrefslogtreecommitdiff
path: root/npc/020-2-0
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-0')
-rw-r--r--npc/020-2-0/_import.txt5
-rw-r--r--npc/020-2-0/_mobs.txt5
-rw-r--r--npc/020-2-0/_warps.txt3
-rw-r--r--npc/020-2-0/kaizer.txt18
4 files changed, 0 insertions, 31 deletions
diff --git a/npc/020-2-0/_import.txt b/npc/020-2-0/_import.txt
deleted file mode 100644
index 368dffce..00000000
--- a/npc/020-2-0/_import.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// Map 020-2-0: Ratto Hut
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/020-2-0/_mobs.txt",
-"npc/020-2-0/_warps.txt",
-"npc/020-2-0/kaizer.txt",
diff --git a/npc/020-2-0/_mobs.txt b/npc/020-2-0/_mobs.txt
deleted file mode 100644
index dd5d42ba..00000000
--- a/npc/020-2-0/_mobs.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Map 020-2-0: Ratto Hut mobs
-020-2-0,40,22,0,0 monster Ratto 1005,1,5000,10000
-020-2-0,35,29,0,0 monster Ratto 1005,1,5000,10000
-020-2-0,41,36,0,0 monster Ratto 1005,1,5000,10000
diff --git a/npc/020-2-0/_warps.txt b/npc/020-2-0/_warps.txt
deleted file mode 100644
index 8dcdbe87..00000000
--- a/npc/020-2-0/_warps.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Map 020-2-0: Ratto Hut warps
-020-2-0,36,41,0 warp #020-2-0_36_41 0,0,020-1,169,136
diff --git a/npc/020-2-0/kaizer.txt b/npc/020-2-0/kaizer.txt
deleted file mode 100644
index 0b8819a0..00000000
--- a/npc/020-2-0/kaizer.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Kaizer, the guy in the Rat Hut.
-// THIS IS A PLACEHOLDER!
-
-020-2-0,34,33,0 script Kaizer NPC_OLD_MAN_HURNS,{
- speech
- l("Welcome to my palace!"),
- l("Not a palace? What? Are you blind?!?"),
- l("You better should leave, ofc after helping me kill those annoying rats. That is an order.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}