//===== rAthena Script ======================================= 
//= Lighthalzen Airport Staff
//===== By: ================================================== 
//= L0ne_W0lf, Muad_Dib
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: ===================================== 
//= rAthena SVN
//===== Description: ========================================= 
//= Lighthalzen Airport Staff
//===== Additional Comments: ================================= 
//= 1.0 First version.
//============================================================ 

lhz_airport,143,43,5	script	ְԱ#lhz_air1a::lhz_airport1	90,{
	mes "[ְԱ]";
	mes "ӭϣֻ,";
	mes "ṩ޿,ٸŵĺ.";
	mes "ǵķɿͧϵķ";
	mes "޿,ٸŵ.";
	next;
	if (select("˷ɿͧ.:ȡ.") == 1) {
		mes "[ְԱ]";
		mes "˷ ";
		mes "1,200 zeny.";
		mes "зɿͧѴȯĻ";
		mes "Ϳȡ.";
		next;
		if (select("˷ɿͧ:Ҫ") == 1) {
			if (countitem(7311) > 0) {
				delitem 7311,1; //Free_Flying_Ship_Ticket
				warp "lhz_airport",148,51;
				end;
			}
			if (Zeny >= 1200) {
				set Zeny, Zeny - 1200;
				warp "lhz_airport",148,51;
				end;
			}
			mes "[ɿְͧԱ]";
			mes "Ǹ.";
			mes "ϵǮ֧˷ɿͧ 1,200 zeny";
			close;
		}
	}
	mes "[ְԱ]";
	mes "лѡǵķ.";
	mes "ӭ.";
	mes "ףиõһ~";
	close;
}

lhz_airport,158,43,5	duplicate(lhz_airport1)	ɿְͧԱ#lhz_air1b	90
lhz_airport,126,43,5	duplicate(lhz_airport1)	ɿְͧԱ#lhz_air1c	90

lhz_airport,143,49,3	script	վְԱ#lhz_air2a::lhz_airport2	90,{
	mes "[վְԱ]";
	mes "ӭϣֻ.";
	mes "ĿĵصĻ,վ.";
	mes "Ҫ˷ɿͧĻ,ô˷ɿͧȥȥĿĵغ.";
	next;
	if (select("վ:ȡ.") == 1) {
		mes "[վְԱ]";
		mes "һվԺ,ҪǻĻҪٸһǮ.";
		mes "ֻҪȥϣֵ²źվ.";
		mes "ô,Ҫŵվ";
		next;
		if (select("ǵ:Ҫ") == 1) {
			warp "lhz_airport",142,40;
			end;
		}
	}
	mes "[վְԱ]";
	mes "ллѡǵķ.";
	mes "ף;~";
	close;
}

lhz_airport,126,51,3	duplicate(lhz_airport2)	վְԱ#lhz_air2b	90
lhz_airport,158,50,3	duplicate(lhz_airport2)	վְԱ#lhz_air2c	90
