|
@@ -1,33 +1,30 @@
|
|
|
-//===== rAthena Script =======================================
|
|
|
-//= Juno Airport Staff
|
|
|
-//===== By: ==================================================
|
|
|
-//= L0ne_W0lf, Muad_Dib
|
|
|
-//===== Current Version: =====================================
|
|
|
-//= 1.0
|
|
|
-//===== Compatible With: =====================================
|
|
|
+//===== OverSu & Liara =======================================
|
|
|
+//= Yuno Airport Staff (Traduction FR par Liara, 2025-04)
|
|
|
+//===== Par : ==================================================
|
|
|
+//= rAthena Dev Team
|
|
|
+//===== Traduction : ============================================
|
|
|
+//= OverSu & Liara
|
|
|
+//===== Compatible Avec : ======================================
|
|
|
//= rAthena Project
|
|
|
-//===== Description: =========================================
|
|
|
-//= Juno Airport Staff
|
|
|
-//===== Additional Comments: =================================
|
|
|
-//= 1.0 First version.
|
|
|
-//============================================================
|
|
|
+//===== Description : ==========================================
|
|
|
+//= Personnel de l'aéroport de Yuno
|
|
|
+//==============================================================
|
|
|
|
|
|
y_airport,143,43,5 script Airport Staff#y_air1a::y_airport1 90,{
|
|
|
- mes "[Airport Staff]";
|
|
|
- mes "Welcome to Juno Airport where we offer domestic flights to Einbroch, Lighthalzen and Hugel,";
|
|
|
- mes "and international flights to Izlude and Rachel.";
|
|
|
- mes "How may I be of service?";
|
|
|
+ mes "[Personnel Aéroportuaire]";
|
|
|
+ mes "Bienvenue à l'aéroport de Yuno, où nous proposons des vols nationaux vers Einbroch, Lighthalzen et Hugel,";
|
|
|
+ mes "et des vols internationaux vers Izlude et Rachel.";
|
|
|
+ mes "Comment puis-je vous aider ?";
|
|
|
next;
|
|
|
- if (select("Board the Airship.:Cancel.") == 1) {
|
|
|
- mes "[Airport Staff]";
|
|
|
- mes "The boarding fee for all";
|
|
|
- mes "flights is 1,200 zeny. If you";
|
|
|
- mes "use a Free Ticket for Airship,";
|
|
|
- mes "the boarding fee will be waived.So would you like to depart?";
|
|
|
+ if (select("Monter à bord du dirigeable.:Annuler.") == 1) {
|
|
|
+ mes "[Personnel Aéroportuaire]";
|
|
|
+ mes "Les frais d’embarquement pour tous les vols sont de 1 200 zeny.";
|
|
|
+ mes "Si vous utilisez un Billet Gratuit pour Dirigeable,";
|
|
|
+ mes "les frais seront annulés. Souhaitez-vous embarquer ?";
|
|
|
next;
|
|
|
- if (select("Yes:No") == 1) {
|
|
|
+ if (select("Oui:Non") == 1) {
|
|
|
if (countitem(7311) > 0) {
|
|
|
- delitem 7311,1; //Free_Flying_Ship_Ticket
|
|
|
+ delitem 7311,1;
|
|
|
warp "y_airport",148,51;
|
|
|
end;
|
|
|
}
|
|
@@ -36,16 +33,15 @@ y_airport,143,43,5 script Airport Staff#y_air1a::y_airport1 90,{
|
|
|
warp "y_airport",148,51;
|
|
|
end;
|
|
|
}
|
|
|
- mes "[Airport 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 "have a nice day.";
|
|
|
+ mes "[Personnel Aéroportuaire]";
|
|
|
+ mes "Merci, et passez une excellente journée.";
|
|
|
close;
|
|
|
}
|
|
|
|
|
@@ -53,28 +49,25 @@ y_airport,158,43,5 duplicate(y_airport1) Airport Staff#y_air1b 90
|
|
|
y_airport,126,43,5 duplicate(y_airport1) Airport Staff#y_air1c 90
|
|
|
|
|
|
y_airport,143,49,3 script Arrival Staff#y_air2a::y_airport2 90,{
|
|
|
- mes "[Airport Staff]";
|
|
|
- mes "Welcome to Juno Airport. If you've just arrived from your";
|
|
|
- mes "flight, let me guide you to the main terminal. Otherwise, please";
|
|
|
- mes "board the departing Airship to reach your intended destination.";
|
|
|
+ mes "[Agent d'Accueil]";
|
|
|
+ mes "Bienvenue à l'aéroport de Yuno. Si vous venez d’arriver,";
|
|
|
+ mes "je peux vous guider jusqu'au terminal principal. Sinon,";
|
|
|
+ mes "veuillez embarquer à bord du dirigeable pour atteindre votre destination.";
|
|
|
next;
|
|
|
- if (select("Exit to main terminal:Cancel") == 1) {
|
|
|
- mes "[Airport Staff]";
|
|
|
- mes "Once you're in the main terminal, you must pay the fee once again";
|
|
|
- mes "to board a departing Airship. You should only exit if your intended";
|
|
|
- mes "destination is Juno. Proceed to";
|
|
|
- mes "exit to the main terminal?";
|
|
|
+ if (select("Sortir vers le terminal principal:Annuler") == 1) {
|
|
|
+ mes "[Agent d'Accueil]";
|
|
|
+ mes "Une fois dans le terminal principal, vous devrez payer à nouveau";
|
|
|
+ mes "pour embarquer à bord d’un dirigeable. Vous ne devriez sortir que";
|
|
|
+ mes "si Yuno est bien votre destination finale. Souhaitez-vous continuer ?";
|
|
|
next;
|
|
|
- if (select("Yes:No") == 1) {
|
|
|
+ if (select("Oui:Non") == 1) {
|
|
|
warp "y_airport",142,40;
|
|
|
end;
|
|
|
}
|
|
|
}
|
|
|
- mes "[Airport 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;
|
|
|
}
|
|
|
|
|
@@ -82,80 +75,69 @@ y_airport,126,51,3 duplicate(y_airport2) Arrival Staff#y_air2b 90
|
|
|
y_airport,158,50,3 duplicate(y_airport2) Arrival Staff#y_air2c 90
|
|
|
|
|
|
y_airport,145,63,5 script Domestic Boarding 91,{
|
|
|
- mes "[Boarding Staff]";
|
|
|
- mes "Would you like to board the";
|
|
|
- mes "Airship that flies to Einbroch,";
|
|
|
- mes "Lighthalzen and Hugel? If so,";
|
|
|
- mes "please let me guide you to that";
|
|
|
- mes "Airship's boarding area.";
|
|
|
+ mes "[Embarquement National]";
|
|
|
+ mes "Souhaitez-vous embarquer à bord du";
|
|
|
+ mes "dirigeable en direction d’Einbroch,";
|
|
|
+ mes "Lighthalzen et Hugel ? Si oui,";
|
|
|
+ mes "je peux vous guider jusqu’à la zone d’embarquement.";
|
|
|
next;
|
|
|
- if (select("Yes:No") == 1) {
|
|
|
+ if (select("Oui:Non") == 1) {
|
|
|
warp "yuno",59,244;
|
|
|
end;
|
|
|
}
|
|
|
- mes "[Boarding Staff]";
|
|
|
- mes "Very well, then.";
|
|
|
- mes "Thank you for your";
|
|
|
- mes "patronage, and I hope";
|
|
|
- mes "you enjoy your travels~";
|
|
|
+ mes "[Embarquement National]";
|
|
|
+ mes "Très bien.";
|
|
|
+ mes "Merci pour votre confiance,";
|
|
|
+ mes "et bon voyage~";
|
|
|
close;
|
|
|
}
|
|
|
|
|
|
y_airport,140,63,5 script International Boarding 91,{
|
|
|
- mes "[Boarding Staff]";
|
|
|
- mes "Would you like to board";
|
|
|
- mes "the Airship which flies to";
|
|
|
- mes "Juno, Izlude and Rachel?";
|
|
|
- mes "If so, let me guide";
|
|
|
- mes "you to the boarding area.";
|
|
|
+ mes "[Embarquement International]";
|
|
|
+ mes "Souhaitez-vous embarquer à bord du";
|
|
|
+ mes "dirigeable desservant Juno, Izlude et Rachel ?";
|
|
|
+ mes "Si oui, laissez-moi vous guider";
|
|
|
+ mes "jusqu’à la zone d’embarquement.";
|
|
|
next;
|
|
|
- if (select("Yes:No") == 1) {
|
|
|
+ if (select("Oui:Non") == 1) {
|
|
|
warp "yuno",47,244;
|
|
|
end;
|
|
|
}
|
|
|
- mes "[Boarding Staff]";
|
|
|
- mes "Alright, then.";
|
|
|
- mes "Thank you for flying";
|
|
|
- mes "with us, and I hope you";
|
|
|
- mes "enjoy your travels on our";
|
|
|
- mes "state of the art Airships.";
|
|
|
+ mes "[Embarquement International]";
|
|
|
+ mes "Très bien.";
|
|
|
+ mes "Merci de voyager avec nous,";
|
|
|
+ mes "et profitez pleinement de nos";
|
|
|
+ mes "dirigeables dernier cri.";
|
|
|
close;
|
|
|
}
|
|
|
|
|
|
yuno,14,262,5 script Airship Staff#yuno01 91,{
|
|
|
- mes "[Airship Staff]";
|
|
|
- mes "Welcome to Juno Airport.";
|
|
|
- mes "Please use this door to";
|
|
|
- mes "board the Airship that will";
|
|
|
- mes "be flying all the way to Izlude";
|
|
|
- mes "in the Rune-Midgarts Kingdom,";
|
|
|
- mes "and to Rachel in the Arunafeltz";
|
|
|
- mes "Republic.";
|
|
|
+ mes "[Personnel du Dirigeable]";
|
|
|
+ mes "Bienvenue à l'aéroport de Yuno.";
|
|
|
+ mes "Veuillez utiliser cette porte pour";
|
|
|
+ mes "embarquer sur le dirigeable à destination d’Izlude";
|
|
|
+ mes "dans le Royaume de Rune-Midgarts,";
|
|
|
+ mes "et de Rachel dans la République d’Arunafeltz.";
|
|
|
next;
|
|
|
- mes "[Airship Staff]";
|
|
|
- mes "Otherwise, if Juno is";
|
|
|
- mes "your intended destination,";
|
|
|
- mes "please head down the stairs";
|
|
|
- mes "and ask the Arrival Staff to lead";
|
|
|
- mes "you to the main terminal. Thank";
|
|
|
- mes "you, and enjoy your travels.";
|
|
|
+ mes "[Personnel du Dirigeable]";
|
|
|
+ mes "Sinon, si Yuno est votre destination,";
|
|
|
+ mes "descendez les escaliers et adressez-vous";
|
|
|
+ mes "au personnel d'accueil pour rejoindre le terminal principal.";
|
|
|
+ mes "Merci, et bon voyage.";
|
|
|
close;
|
|
|
}
|
|
|
|
|
|
yuno,88,263,3 script Airship Staff#yuno02 91,{
|
|
|
- mes "[Airship Staff]";
|
|
|
- mes "Welcome to Juno Airport.";
|
|
|
- mes "Please use this door to";
|
|
|
- mes "board the Airship which stops";
|
|
|
- mes "over Einbroch, Lighthalzen and";
|
|
|
- mes "Hugel in the Schwarzwald Republic.";
|
|
|
+ mes "[Personnel du Dirigeable]";
|
|
|
+ mes "Bienvenue à l'aéroport de Yuno.";
|
|
|
+ mes "Veuillez utiliser cette porte pour";
|
|
|
+ mes "embarquer sur le dirigeable desservant";
|
|
|
+ mes "Einbroch, Lighthalzen et Hugel dans la République de Schwarzwald.";
|
|
|
next;
|
|
|
- mes "[Airship Staff]";
|
|
|
- mes "Otherwise, if Juno is";
|
|
|
- mes "your intended destination,";
|
|
|
- mes "please head down the stairs";
|
|
|
- mes "and ask the Arrival Staff to lead";
|
|
|
- mes "you to the main terminal. Thank";
|
|
|
- mes "you, and enjoy your travels.";
|
|
|
+ mes "[Personnel du Dirigeable]";
|
|
|
+ mes "Sinon, si Yuno est votre destination,";
|
|
|
+ mes "descendez les escaliers et adressez-vous";
|
|
|
+ mes "au personnel d'accueil pour rejoindre le terminal principal.";
|
|
|
+ mes "Merci, et bon voyage.";
|
|
|
close;
|
|
|
-}
|
|
|
+}
|