From 7d850b71d9c288782186c70cb8622d7c250f641a Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 17 May 2007 05:11:42 +0000 Subject: removed .GAT-s again from recent scripts git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10552 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/warps/fields/abyss_warper.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/warps/fields/abyss_warper.txt') diff --git a/npc/warps/fields/abyss_warper.txt b/npc/warps/fields/abyss_warper.txt index ef56a5ce3..77573d261 100644 --- a/npc/warps/fields/abyss_warper.txt +++ b/npc/warps/fields/abyss_warper.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= erKURITA //===== Current Version: ===================================== -//= 1.3 +//= 1.3a //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.1 Removed Duplicates [Silent] //= 1.2 Fixed tab - missing pillar's appeared [Lupus] //= 1.3 Updated Abyss Lake entrance based on official [SinSloth] +//= 1.3a Removed .GATs [Lupus] //============================================================ hu_fild05,168,304,0 script Column 111,{ @@ -61,7 +62,7 @@ hu_fild05,168,304,0 script Column 111,{ delitem 1036,1; delitem 1037,1; close2; - warp "hu_fild05.gat",184,204; + warp "hu_fild05",184,204; end; case 2: @@ -117,7 +118,7 @@ hu_fild05,171,211,0 script Column 111,1,1,{ specialeffect 73; specialeffect2 36; close2; - warp "hu_fild05.gat",169,305; + warp "hu_fild05",169,305; end; case 2: @@ -139,7 +140,7 @@ hu_fild05,171,211,0 script Column 111,1,1,{ specialeffect 73; specialeffect2 36; close2; - warp "hu_fild05.gat",157,284; + warp "hu_fild05",157,284; end; } } @@ -151,7 +152,7 @@ OnInit: end; OnTouch: - warp "abyss_01.gat",260,268; + warp "abyss_01",260,268; end; OnWarp: -- cgit v1.2.3-60-g2f50