diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-02 11:20:54 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-02 11:20:54 +0000 |
commit | 66445accb340d3754ea1d91232b6f5a750b8076f (patch) | |
tree | 67c5244e584a3424029d96a499d49635b694a2ee /npc/warps | |
parent | 5001f0df50dd45e1e1d696fc2393d11df5284f89 (diff) | |
download | hercules-66445accb340d3754ea1d91232b6f5a750b8076f.tar.gz hercules-66445accb340d3754ea1d91232b6f5a750b8076f.tar.bz2 hercules-66445accb340d3754ea1d91232b6f5a750b8076f.tar.xz hercules-66445accb340d3754ea1d91232b6f5a750b8076f.zip |
* Fixed some Thanatos Tower warps
- I hope Ishizu fixes up the quest soon
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8592 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps')
-rw-r--r-- | npc/warps/dungeons/thana_dun.txt | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/npc/warps/dungeons/thana_dun.txt b/npc/warps/dungeons/thana_dun.txt index f366b9aad..a8c234641 100644 --- a/npc/warps/dungeons/thana_dun.txt +++ b/npc/warps/dungeons/thana_dun.txt @@ -58,18 +58,11 @@ tha_t04.gat,60,138,0 warp WarpThana3b 1,1,tha_t03.gat,60,138 // Thanatos Tower Level 4 (tha_t04.gat)
tha_t04.gat,82,36,0 warp WarpThana4a 1,1,tha_t05.gat,62,6
-tha_t05.gat,208,97,0 warp WarpThana4b 1,1,tha_t04.gat,140,117
// Thanatos Tower Level 5 (tha_t05.gat)
-tha_t05.gat,186,236,0 warp WarpThana5a 1,1,tha_t06.gat,120,6
-tha_t06.gat,120,3,0 warp WarpThana5b 1,1,tha_t05.gat,186,233
-tha_t05.gat,61,157,0 script WarpThana5c 45,1,1,{
-
- if (rand(2)) warp "tha_t03.gat",139,177;
- else warp "tha_t06.gat",88,181;
- end;
-
-}
+tha_t05.gat,61,157,0 warp WarpThana5a 1,1,tha_t05.gat,211,97
+tha_t05.gat,208,97,0 warp WarpThana5b 1,1,tha_t05.gat,61,162
+tha_t05.gat,186,236,0 warp WarpThana5c 1,1,tha_t06.gat,207,6
// Thanatos Tower Level 6 (tha_t06.gat)
tha_t06.gat,119,120,4 script WarpThana6a 45,2,2,{
|