summaryrefslogtreecommitdiff
path: root/npc/airports/yuno.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 20:32:55 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 20:32:55 +0000
commit788a65d41bce37aad857e5b5202d0293e84963a2 (patch)
tree2070539f8f2ed0a635ff39a18194c21a76595848 /npc/airports/yuno.txt
parenta50476a588b2d7bc819cf0235a093dcddef9f2bf (diff)
downloadhercules-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/yuno.txt')
-rw-r--r--npc/airports/yuno.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/airports/yuno.txt b/npc/airports/yuno.txt
index 8ff5f56a9..1ed925fe6 100644
--- a/npc/airports/yuno.txt
+++ b/npc/airports/yuno.txt
@@ -15,7 +15,7 @@
//============================================================
-y_airport.gat,126,43,4 script Airport Staff#001::AirportY 90,{
+y_airport,126,43,4 script Airport Staff#001::AirportY 90,{
mes "[Airport Staff]";
mes "Welcome to the Airport.";
mes "How may I help you?";
@@ -34,12 +34,12 @@ y_airport.gat,126,43,4 script Airport Staff#001::AirportY 90,{
if(countitem(7311) > 0) goto GotTicket;
if(zeny < 1200) goto L_NoZeny;
set Zeny,zeny-1200;
- warp "y_airport.gat",148,51;
+ warp "y_airport",148,51;
close;
GotTicket:
delitem 7311,1;
- warp "y_airport.gat",148,51;
+ warp "y_airport",148,51;
close;
L_NoZeny:
@@ -54,10 +54,10 @@ y_airport.gat,126,43,4 script Airport Staff#001::AirportY 90,{
close;
}
-y_airport.gat,143,43,4 duplicate(AirportY) Airport Staff#002 90
-y_airport.gat,156,43,4 duplicate(AirportY) Airport Staff#003 90
+y_airport,143,43,4 duplicate(AirportY) Airport Staff#002 90
+y_airport,156,43,4 duplicate(AirportY) Airport Staff#003 90
-y_airport.gat,126,51,4 script Airport Staff#004::AirportY2 90,{
+y_airport,126,51,4 script Airport Staff#004::AirportY2 90,{
mes "[Airport Staff]";
mes "Welcome~";
mes "Please head this";
@@ -75,7 +75,7 @@ y_airport.gat,126,51,4 script Airport Staff#004::AirportY2 90,{
next;
menu "Yes",-,"No",L_Cancel;
- warp "y_airport.gat",142,40;
+ warp "y_airport",142,40;
close;
L_Cancel:
@@ -87,5 +87,5 @@ y_airport.gat,126,51,4 script Airport Staff#004::AirportY2 90,{
close;
}
-y_airport.gat,143,51,4 duplicate(AirportY2) Airport Staff#005 90
-y_airport.gat,156,51,4 duplicate(AirportY2) Airport Staff#006 90
+y_airport,143,51,4 duplicate(AirportY2) Airport Staff#005 90
+y_airport,156,51,4 duplicate(AirportY2) Airport Staff#006 90 \ No newline at end of file