summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2014-09-09 10:18:03 +0200
committerReid <reidyaro@gmail.com>2014-09-09 10:18:03 +0200
commit8c3f5630480cdd70849c78e00d9ce8a1dd52be63 (patch)
tree0323e860ef927e9b7a36fc58472710e50bb3edb2
parenta554070c775a9cb64e1d5019ab0d91e0c62b8619 (diff)
downloadclientdata-8c3f5630480cdd70849c78e00d9ce8a1dd52be63.tar.gz
clientdata-8c3f5630480cdd70849c78e00d9ce8a1dd52be63.tar.bz2
clientdata-8c3f5630480cdd70849c78e00d9ce8a1dd52be63.tar.xz
clientdata-8c3f5630480cdd70849c78e00d9ce8a1dd52be63.zip
Fix warps on library first and second floor.
-rw-r--r--npc/001-2-4/_warps.txt3
-rw-r--r--npc/001-2-4/doors.txt6
-rw-r--r--npc/001-2-6/_warps.txt4
3 files changed, 7 insertions, 6 deletions
diff --git a/npc/001-2-4/_warps.txt b/npc/001-2-4/_warps.txt
index b22af153..de260f06 100644
--- a/npc/001-2-4/_warps.txt
+++ b/npc/001-2-4/_warps.txt
@@ -1,5 +1,4 @@
// 001-2-4 warps
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
+001-2-4.gat,57,27 warp To Library Second Floor 2,-1,001-2-6.gat,57,25
diff --git a/npc/001-2-4/doors.txt b/npc/001-2-4/doors.txt
index d849035b..f4aacb94 100644
--- a/npc/001-2-4/doors.txt
+++ b/npc/001-2-4/doors.txt
@@ -5,7 +5,7 @@
// Doors warp and animations in map 001-2-4
//
-001-2-4.gat,52,26,0 script #LibraryDoor 907,1,1{
+001-2-4.gat,52,27,0 script #LibraryDoor 907,1,1{
close;
OnTouchFirst:
@@ -20,6 +20,10 @@ OnUnTouchAll:
startnpctimer;
close;
+OnTouchCenter:
+ warp "001-2-5", 32, 37;
+ close;
+
OnTimer340:
stopnpctimer;
if (getnpcdir ("") == 2) setnpcdir 6;
diff --git a/npc/001-2-6/_warps.txt b/npc/001-2-6/_warps.txt
index 9553cc8c..89b57802 100644
--- a/npc/001-2-6/_warps.txt
+++ b/npc/001-2-6/_warps.txt
@@ -1,5 +1,3 @@
// 001-2-6 warps
-001-2-6.gat,48,41 warp To Artis 1,-1,001-1.gat,0,0
-001-2-6.gat,52,27 warp To Library Storage -1,-1,001-1.gat,0,0
-001-2-6.gat,57,24 warp To Library Second Floor 2,-1,001-1.gat,0,0
+001-2-6.gat,57,28 warp To Library First Floor 2,-1,001-2-4.gat,57,29