diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-17 05:11:42 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-17 05:11:42 +0000 |
commit | 7d850b71d9c288782186c70cb8622d7c250f641a (patch) | |
tree | 6e662239925c5d4da4f7d4f5c6ab3bf96661f003 /npc/cities/alberta.txt | |
parent | 11f6eff506ae96596fffe92b629ce207ad5a0dbb (diff) | |
download | hercules-7d850b71d9c288782186c70cb8622d7c250f641a.tar.gz hercules-7d850b71d9c288782186c70cb8622d7c250f641a.tar.bz2 hercules-7d850b71d9c288782186c70cb8622d7c250f641a.tar.xz hercules-7d850b71d9c288782186c70cb8622d7c250f641a.zip |
removed .GAT-s again from recent scripts
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10552 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/alberta.txt')
-rw-r--r-- | npc/cities/alberta.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/cities/alberta.txt b/npc/cities/alberta.txt index c6c60354f..61b7565b5 100644 --- a/npc/cities/alberta.txt +++ b/npc/cities/alberta.txt @@ -3,14 +3,14 @@ //===== By: ================================================== //= DZeroX //===== Current Version: ===================================== -//= 1.01 +//= 1.02 //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= //= Town-specific Alberta NPCs //===== Additional Comments: ================================= //= 1.0 Converted from Aegis 10.4 [DZeroX] -//= 1.01 Optimized, missing next, etc [Lupus] +//= 1.02 Optimized, missing next, REMOVED .GATs! again [Lupus] //============================================================ alberta,97,51,0 script Fabian 84,{ @@ -95,7 +95,7 @@ alberta,189,151,5 script Fisk 100,{ close; } set Zeny,Zeny - 250; - warp "alb2trea.gat",43,53; + warp "alb2trea",43,53; end; case 2: next; @@ -106,7 +106,7 @@ alberta,189,151,5 script Fisk 100,{ close; } set Zeny,Zeny - 500; - warp "izlude.gat",176,182; + warp "izlude",176,182; end; case 3: next; @@ -122,7 +122,7 @@ alb2trea,39,50,6 script Fisk#a2t 100,{ mes "So you wanna head back to the"; mes "mainland in Alberta, eh?"; if(select("Yes please.","I changed my mind.")==1) - warp "alberta.gat",192,169; + warp "alberta",192,169; close; } @@ -367,7 +367,7 @@ alberta,195,151,2 script Paul 86,{ close; } else { set Zeny,Zeny - 200; - warp "alb2trea.gat",62,69; + warp "alb2trea",62,69; close; } case 2: |