|
@@ -1,32 +1,30 @@
|
|
|
-//===== rAthena Script =======================================
|
|
|
-//= Lighthalzen Airport Staff
|
|
|
-//===== By: ==================================================
|
|
|
-//= L0ne_W0lf, Muad_Dib
|
|
|
-//===== Current Version: =====================================
|
|
|
-//= 1.0
|
|
|
-//===== Compatible With: =====================================
|
|
|
+//===== OverSu & Liara =======================================
|
|
|
+//= Lighthalzen Airport Staff (Traduction FR par Liara, 2025-04)
|
|
|
+//===== Par : ==================================================
|
|
|
+//= rAthena Dev Team
|
|
|
+//===== Traduction : ============================================
|
|
|
+//= OverSu & Liara
|
|
|
+//===== Compatible Avec : ======================================
|
|
|
//= rAthena Project
|
|
|
-//===== Description: =========================================
|
|
|
-//= Lighthalzen Airport Staff
|
|
|
-//===== Additional Comments: =================================
|
|
|
-//= 1.0 First version.
|
|
|
-//============================================================
|
|
|
+//===== Description : ==========================================
|
|
|
+//= Personnel de l'aéroport de Lighthalzen
|
|
|
+//==============================================================
|
|
|
|
|
|
lhz_airport,143,43,5 script Airport Staff#lhz_air1a::lhz_airport1 90,{
|
|
|
- mes "[Airport Staff]";
|
|
|
- mes "Welcome to the";
|
|
|
- mes "Lighthalzen Airport,";
|
|
|
- mes "where we offer nonstop";
|
|
|
- mes "flights to Einbroch, Juno and Hugel.";
|
|
|
+ mes "[Personnel Aéroportuaire]";
|
|
|
+ mes "Bienvenue à l'aéroport de";
|
|
|
+ mes "Lighthalzen, où nous proposons";
|
|
|
+ mes "des vols directs vers Einbroch,";
|
|
|
+ mes "Juno et Hugel.";
|
|
|
next;
|
|
|
- if (select("Board the Airship.:Cancel.") == 1) {
|
|
|
- mes "[Airport Staff]";
|
|
|
- mes "The boarding fee is";
|
|
|
- mes "1,200 zeny, but you can";
|
|
|
- mes "waive the fee if you redeem";
|
|
|
- mes "a Free Ticket for Airship.";
|
|
|
+ if (select("Monter à bord du dirigeable.:Annuler.") == 1) {
|
|
|
+ mes "[Personnel Aéroportuaire]";
|
|
|
+ mes "Les frais d'embarquement sont de";
|
|
|
+ mes "1 200 zeny. Toutefois, si vous";
|
|
|
+ mes "présentez un Billet Gratuit pour Dirigeable,";
|
|
|
+ mes "les frais seront annulés.";
|
|
|
next;
|
|
|
- if (select("Yes:No") == 1) {
|
|
|
+ if (select("Oui:Non") == 1) {
|
|
|
if (countitem(7311) > 0) {
|
|
|
delitem 7311,1; //Free_Flying_Ship_Ticket
|
|
|
warp "lhz_airport",148,51;
|
|
@@ -37,17 +35,16 @@ lhz_airport,143,43,5 script Airport Staff#lhz_air1a::lhz_airport1 90,{
|
|
|
warp "lhz_airport",148,51;
|
|
|
end;
|
|
|
}
|
|
|
- mes "[Airship Staff]";
|
|
|
- mes "I'm sorry, but you don't";
|
|
|
- mes "have 1,200 zeny to pay";
|
|
|
- mes "for the boarding fee.";
|
|
|
+ mes "[Personnel Aéroportuaire]";
|
|
|
+ mes "Je suis désolé, mais vous ne disposez pas";
|
|
|
+ mes "de 1 200 zeny pour couvrir les frais";
|
|
|
+ mes "d’embarquement.";
|
|
|
close;
|
|
|
}
|
|
|
}
|
|
|
- mes "[Airport Staff]";
|
|
|
- mes "Thank you and";
|
|
|
- mes "please come again.";
|
|
|
- mes "Have a good day~";
|
|
|
+ mes "[Personnel Aéroportuaire]";
|
|
|
+ mes "Merci, et revenez nous voir.";
|
|
|
+ mes "Passez une excellente journée~";
|
|
|
close;
|
|
|
}
|
|
|
|
|
@@ -55,31 +52,32 @@ lhz_airport,158,43,5 duplicate(lhz_airport1) Airship Staff#lhz_air1b 90
|
|
|
lhz_airport,126,43,5 duplicate(lhz_airport1) Airship Staff#lhz_air1c 90
|
|
|
|
|
|
lhz_airport,143,49,3 script Arrival Staff#lhz_air2a::lhz_airport2 90,{
|
|
|
- mes "[Arrival Staff]";
|
|
|
- mes "Welcome to Lighthalzen Airport.";
|
|
|
- mes "Please let me guide you to the";
|
|
|
- mes "main terminal if you are arriving from your flight. Otherwise, please";
|
|
|
- mes "board the departing Airship to reach your intended destination.";
|
|
|
+ mes "[Agent d'Accueil]";
|
|
|
+ mes "Bienvenue à l'aéroport de Lighthalzen.";
|
|
|
+ mes "Si vous venez d'arriver,";
|
|
|
+ mes "je peux vous guider jusqu'au";
|
|
|
+ mes "terminal principal. Sinon, vous pouvez";
|
|
|
+ mes "embarquer pour votre prochaine destination.";
|
|
|
next;
|
|
|
- if (select("Exit to main terminal.:Cancel.") == 1) {
|
|
|
- mes "[Arrival Staff]";
|
|
|
- mes "Once you're in the main terminal, you will need to pay the fee again";
|
|
|
- mes "to board an Airship. You should";
|
|
|
- mes "only exit if Lighthalzen is your intended destination. Shall we";
|
|
|
- mes "proceed to the main terminal?";
|
|
|
+ if (select("Sortir vers le terminal principal.:Annuler.") == 1) {
|
|
|
+ mes "[Agent d'Accueil]";
|
|
|
+ mes "Une fois dans le terminal principal,";
|
|
|
+ mes "vous devrez payer de nouveau";
|
|
|
+ mes "pour embarquer sur un dirigeable.";
|
|
|
+ mes "Vous ne devriez sortir que si";
|
|
|
+ mes "Lighthalzen est bien votre destination.";
|
|
|
+ mes "Souhaitez-vous continuer ?";
|
|
|
next;
|
|
|
- if (select("Yes:No") == 1) {
|
|
|
+ if (select("Oui:Non") == 1) {
|
|
|
warp "lhz_airport",142,40;
|
|
|
end;
|
|
|
}
|
|
|
}
|
|
|
- mes "[Arrival Staff]";
|
|
|
- mes "Alright, thank you";
|
|
|
- mes "for your patronage";
|
|
|
- mes "and I hope you have";
|
|
|
- mes "a pleasant flight~";
|
|
|
+ mes "[Agent d'Accueil]";
|
|
|
+ mes "Très bien, merci pour votre confiance,";
|
|
|
+ mes "et nous vous souhaitons un excellent vol~";
|
|
|
close;
|
|
|
}
|
|
|
|
|
|
lhz_airport,126,51,3 duplicate(lhz_airport2) Arrival Staff#lhz_air2b 90
|
|
|
-lhz_airport,158,50,3 duplicate(lhz_airport2) Arrival Staff#lhz_air2c 90
|
|
|
+lhz_airport,158,50,3 duplicate(lhz_airport2) Arrival Staff#lhz_air2c 90
|