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, 31 insertions, 0 deletions
diff --git a/npc/020-2-0/_import.txt b/npc/020-2-0/_import.txt
new file mode 100644
index 00000000..368dffce
--- /dev/null
+++ b/npc/020-2-0/_import.txt
@@ -0,0 +1,5 @@
+// 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
new file mode 100644
index 00000000..dd5d42ba
--- /dev/null
+++ b/npc/020-2-0/_mobs.txt
@@ -0,0 +1,5 @@
+// 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
new file mode 100644
index 00000000..8dcdbe87
--- /dev/null
+++ b/npc/020-2-0/_warps.txt
@@ -0,0 +1,3 @@
+// 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
new file mode 100644
index 00000000..0b8819a0
--- /dev/null
+++ b/npc/020-2-0/kaizer.txt
@@ -0,0 +1,18 @@
+// 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;
+}