summaryrefslogtreecommitdiff
path: root/npc/014-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-29 22:38:32 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-29 22:38:32 -0300
commit15141b9adff79c77a4707db67b11147c3b1f1f0e (patch)
tree7c368e8a925f1d09d1e2364d47c6479b131af53f /npc/014-2
parent4fdd9556c2ed3ff98fdd68b6672ca7bbb0faea92 (diff)
downloadserverdata-15141b9adff79c77a4707db67b11147c3b1f1f0e.tar.gz
serverdata-15141b9adff79c77a4707db67b11147c3b1f1f0e.tar.bz2
serverdata-15141b9adff79c77a4707db67b11147c3b1f1f0e.tar.xz
serverdata-15141b9adff79c77a4707db67b11147c3b1f1f0e.zip
Make maps.
Diffstat (limited to 'npc/014-2')
-rw-r--r--npc/014-2/_import.txt1
-rw-r--r--npc/014-2/_warps.txt1
-rw-r--r--npc/014-2/note.txt14
3 files changed, 1 insertions, 15 deletions
diff --git a/npc/014-2/_import.txt b/npc/014-2/_import.txt
index b9a02ebcc..c40bd5cfc 100644
--- a/npc/014-2/_import.txt
+++ b/npc/014-2/_import.txt
@@ -2,4 +2,3 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/014-2/_mobs.txt",
"npc/014-2/_warps.txt",
-"npc/014-2/note.txt",
diff --git a/npc/014-2/_warps.txt b/npc/014-2/_warps.txt
index 7bf9c3581..6ab53d602 100644
--- a/npc/014-2/_warps.txt
+++ b/npc/014-2/_warps.txt
@@ -2,3 +2,4 @@
// Map 014-2: Woodlands Southeast warps
014-2,179,21,0 warp #014-2_179_21 3,0,012-1,78,101
014-2,232,20,0 warp #014-2_232_20 2,0,012-1,132,100
+014-2,49,24,0 warp #014-2_49_24 1,0,014-3,148,153
diff --git a/npc/014-2/note.txt b/npc/014-2/note.txt
deleted file mode 100644
index 276429572..000000000
--- a/npc/014-2/note.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-// TMW-2 Script.
-// Authors:
-// Jesusalva
-// Description:
-// A temporary note
-
-014-2,48,20,0 script Note#014-2tmp NPC_NO_SPRITE,{
- mesc l("Path closed due recent Monster King attack!");
- close;
-
-OnInit:
- .distance = 3;
- end;
-}