summaryrefslogtreecommitdiff
path: root/npc/008-1-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
commitcf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch)
treef9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/008-1-2
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
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, 0 insertions, 39 deletions
diff --git a/npc/008-1-2/_import.txt b/npc/008-1-2/_import.txt
deleted file mode 100644
index f49fc06e..00000000
--- a/npc/008-1-2/_import.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// 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
deleted file mode 100644
index c7ee0e45..00000000
--- a/npc/008-1-2/_warps.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// 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
deleted file mode 100644
index 587d090e..00000000
--- a/npc/008-1-2/sign.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-// 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;
-}