diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
commit | 788a65d41bce37aad857e5b5202d0293e84963a2 (patch) | |
tree | 2070539f8f2ed0a635ff39a18194c21a76595848 /npc/airports/lighthalzen.txt | |
parent | a50476a588b2d7bc819cf0235a093dcddef9f2bf (diff) | |
download | hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2 hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip |
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/airports/lighthalzen.txt')
-rw-r--r-- | npc/airports/lighthalzen.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/airports/lighthalzen.txt b/npc/airports/lighthalzen.txt index 8154b2d44..6e3b1b5cb 100644 --- a/npc/airports/lighthalzen.txt +++ b/npc/airports/lighthalzen.txt @@ -15,7 +15,7 @@ //============================================================ -lhz_airport.gat,126,43,4 script Airport Staff#1::AirportL 90,{ +lhz_airport,126,43,4 script Airport Staff#1::AirportL 90,{ mes "[Airport Staff]"; mes "Welcome to the Airport."; mes "How may I help you?"; @@ -34,12 +34,12 @@ lhz_airport.gat,126,43,4 script Airport Staff#1::AirportL 90,{ if(countitem(7311) > 0) goto GotTicket; if(zeny < 1200) goto L_NoZeny; set Zeny,zeny-1200; - warp "lhz_airport.gat",148,51; + warp "lhz_airport",148,51; close; GotTicket: delitem 7311,1; - warp "lhz_airport.gat",148,51; + warp "lhz_airport",148,51; close; L_NoZeny: @@ -54,10 +54,10 @@ lhz_airport.gat,126,43,4 script Airport Staff#1::AirportL 90,{ close; } -lhz_airport.gat,143,43,4 duplicate(AirportL) Airport Staff#2 90 -lhz_airport.gat,156,43,4 duplicate(AirportL) Airport Staff#3 90 +lhz_airport,143,43,4 duplicate(AirportL) Airport Staff#2 90 +lhz_airport,156,43,4 duplicate(AirportL) Airport Staff#3 90 -lhz_airport.gat,126,51,4 script Airport Staff#4::AirportL2 90,{ +lhz_airport,126,51,4 script Airport Staff#4::AirportL2 90,{ mes "[Airport Staff]"; mes "Welcome~"; mes "Please head this"; @@ -75,7 +75,7 @@ lhz_airport.gat,126,51,4 script Airport Staff#4::AirportL2 90,{ next; menu "Yes",-,"No",L_Cancel; - warp "lhz_airport.gat",142,40; + warp "lhz_airport",142,40; close; L_Cancel: @@ -87,5 +87,5 @@ lhz_airport.gat,126,51,4 script Airport Staff#4::AirportL2 90,{ close; } -lhz_airport.gat,143,51,4 duplicate(AirportL2) Airport Staff#5 90 -lhz_airport.gat,156,51,4 duplicate(AirportL2) Airport Staff#6 90 +lhz_airport,143,51,4 duplicate(AirportL2) Airport Staff#5 90 +lhz_airport,156,51,4 duplicate(AirportL2) Airport Staff#6 90
\ No newline at end of file |