summaryrefslogtreecommitdiff
path: root/npc/008-1-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-2')
-rw-r--r--npc/008-1-2/_import.txt4
-rw-r--r--npc/008-1-2/_warps.txt4
-rw-r--r--npc/008-1-2/sign.txt31
3 files changed, 39 insertions, 0 deletions
diff --git a/npc/008-1-2/_import.txt b/npc/008-1-2/_import.txt
new file mode 100644
index 00000000..f49fc06e
--- /dev/null
+++ b/npc/008-1-2/_import.txt
@@ -0,0 +1,4 @@
+// Map 008-1-2: Swamp
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/008-1-2/_warps.txt",
+"npc/008-1-2/sign.txt",
diff --git a/npc/008-1-2/_warps.txt b/npc/008-1-2/_warps.txt
new file mode 100644
index 00000000..c7ee0e45
--- /dev/null
+++ b/npc/008-1-2/_warps.txt
@@ -0,0 +1,4 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 008-1-2: Swamp warps
+008-1-2,181,31,0 warp #008-1-2_181_31 1,0,008-1-1,180,197
+008-1-2,249,48,0 warp #008-1-2_249_48 0,0,008-1,23,216
diff --git a/npc/008-1-2/sign.txt b/npc/008-1-2/sign.txt
new file mode 100644
index 00000000..587d090e
--- /dev/null
+++ b/npc/008-1-2/sign.txt
@@ -0,0 +1,31 @@
+// Evol scripts.
+// Authors:
+// Micksha
+// Description:
+// Sign pillars in West Woodland.
+
+008-1-2,218,80,0 script Sign#008-1-2-northeast NPC_NO_SPRITE,{
+ npctalkonce l("Up: West Woodland | Right: Dimond's Cove | Left: Sorentown");
+ close;
+OnInit:
+ .distance = 2;
+ end;
+}
+
+008-1-2,145,80,0 script Sign#008-1-2-sorentown NPC_NO_SPRITE,{
+ npctalkonce l("Left: Asphodel Moor | Right: All directions");
+ close;
+
+OnInit:
+ .distance = 2;
+ end;
+}
+
+008-1-2,39,192,0 script Sign#008-1-2-asphodel NPC_NO_SPRITE,{
+ npctalkonce l("Down: Graveyard (under construction) | Up: All directions");
+ close;
+
+OnInit:
+ .distance = 2;
+ end;
+}