diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-20 12:16:38 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-20 12:16:38 +0000 |
commit | b4546bf9b6f60d6b8bd22360155d8dd3c5fe4883 (patch) | |
tree | 5f0f706c77c2b5041e589c80284031d9b301c241 /npc/warps/cities | |
parent | 3ba7080dfd21b1c163cd8f44f6f63508f6d04fa7 (diff) | |
download | hercules-b4546bf9b6f60d6b8bd22360155d8dd3c5fe4883.tar.gz hercules-b4546bf9b6f60d6b8bd22360155d8dd3c5fe4883.tar.bz2 hercules-b4546bf9b6f60d6b8bd22360155d8dd3c5fe4883.tar.xz hercules-b4546bf9b6f60d6b8bd22360155d8dd3c5fe4883.zip |
Fixed endless warping loops
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5679 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/cities')
-rw-r--r-- | npc/warps/cities/lutie.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/warps/cities/lutie.txt b/npc/warps/cities/lutie.txt index ee485e24e..f582a217d 100644 --- a/npc/warps/cities/lutie.txt +++ b/npc/warps/cities/lutie.txt @@ -1,16 +1,15 @@ //===== Athena Script ========================================
//= Lutie Warp Script
//===== By: ==================================================
-//= Athena (1.0)
-//= Nana (1.1)
+//= Athena (1.0) Nana (1.1)
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= Any Athena Version; RO Episode 2+
//===== Description: =========================================
//= Warp Points for Lutie
//===== Additional Comments: =================================
-//= No Comment!
+//= 1.2 Fixed endless warping loop
//============================================================
//= Lutie Town ===============================================
@@ -19,7 +18,7 @@ xmas.gat,120,131,0 warp xmas3 3,3,xmas_in.gat,44,33 xmas.gat,120,161,0 warp xmas4 3,3,xmas_in.gat,36,91
xmas.gat,142,240,0 warp xmas8 3,3,xmas_in.gat,95,85
xmas.gat,142,256,0 warp xmas11 3,3,xmas_in.gat,95,115
-xmas.gat,143,313,0 warp xmas14 3,3,xmas_dun01.gat,205,15
+xmas.gat,143,313,0 warp xmas14 3,3,xmas_dun01.gat,205,17
xmas.gat,149,240,0 warp xmas9 3,3,xmas_in.gat,105,85
xmas.gat,149,256,0 warp xmas10 3,3,xmas_in.gat,105,115
xmas.gat,150,41,0 warp xmas2-1 3,3,xmas_fild01.gat,80,249
|