diff options
author | Reid <reidyaro@gmail.com> | 2014-09-02 01:50:39 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-09-02 01:50:39 +0200 |
commit | 4e8e640e4759d2d5d2dabd2b15cc0f362aa2e84c (patch) | |
tree | c78f7971d4380a5c59c4fc851b79e5aa16d9321d | |
parent | 9f3faf30420d40f73e1113e3a19b604d453c3d69 (diff) | |
download | serverdata-4e8e640e4759d2d5d2dabd2b15cc0f362aa2e84c.tar.gz serverdata-4e8e640e4759d2d5d2dabd2b15cc0f362aa2e84c.tar.bz2 serverdata-4e8e640e4759d2d5d2dabd2b15cc0f362aa2e84c.tar.xz serverdata-4e8e640e4759d2d5d2dabd2b15cc0f362aa2e84c.zip |
Correct every warps on the library first floor.
-rw-r--r-- | npc/001-2-4/_warps.txt | 5 | ||||
-rw-r--r-- | npc/001-2-4/doors.txt | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/npc/001-2-4/_warps.txt b/npc/001-2-4/_warps.txt index b2516151..b22af153 100644 --- a/npc/001-2-4/_warps.txt +++ b/npc/001-2-4/_warps.txt @@ -1,4 +1,5 @@ // 001-2-4 warps -001-2-4.gat,48,41 warp To Artis 1,-1,001-1.gat,0,0 -001-2-4.gat,57,24 warp To Library Second Floor 2,-1,001-1.gat,0,0 +001-2-4.gat,48,41 warp To Artis 1,-1,001-1.gat,51,81 +001-2-4.gat,57,27 warp To Library Second Floor 2,-1,001-2-6.gat,0,0 +001-2-4.gat,52,27 warp To Library Warehouse 2,-1,001-2-5.gat,32,37 diff --git a/npc/001-2-4/doors.txt b/npc/001-2-4/doors.txt index de13b992..d849035b 100644 --- a/npc/001-2-4/doors.txt +++ b/npc/001-2-4/doors.txt @@ -20,10 +20,6 @@ OnUnTouchAll: startnpctimer; close; -OnTouchCenter: - warp "001-2-5", 32, 37; - close; - OnTimer340: stopnpctimer; if (getnpcdir ("") == 2) setnpcdir 6; |