From 84d645aa668b0e284c20c325269a3b018bcd6039 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 9 Jul 2016 22:51:13 +0200 Subject: HULD-compliance: updated npc/airports/ - Simplifies translations by reducing 376 strings (2200 lines) Signed-off-by: Haru --- npc/airports/einbroch.txt | 108 +++++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 54 deletions(-) (limited to 'npc/airports/einbroch.txt') diff --git a/npc/airports/einbroch.txt b/npc/airports/einbroch.txt index 8840ef121..62ba62b8e 100644 --- a/npc/airports/einbroch.txt +++ b/npc/airports/einbroch.txt @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) 2012-2016 Hercules Dev Team //= Copyright (C) Muad_Dib //= Copyright (C) L0ne_W0lf //= @@ -30,20 +30,20 @@ //========================================================================= airport,143,43,5 script Airport Staff#airport1a::airport1 4_F_01,{ - mes "[Airport Staff]"; - mes "Welcome to the"; - mes "Einbroch Airport,"; - mes "where we offer nonstop"; - mes "flights to the cities of"; - mes "Juno, Lighthalzen and Hugel."; + mes("[Airport Staff]"); + mes("Welcome to the\r" + "Einbroch Airport,\r" + "where we offer nonstop\r" + "flights to the cities of\r" + "Juno, Lighthalzen and Hugel."); next; if (select("Board the Airship", "Cancel") == 1) { - mes "[Airport Staff]"; - mes "The Airship boarding fee"; - mes "is 1,200 zeny, but if you've"; - mes "got a Free Ticket for Airship,"; - mes "the fee will be waived. Will"; - mes "you board the Airship?"; + mes("[Airport Staff]"); + mes("The Airship boarding fee\r" + "is 1,200 zeny, but if you've\r" + "got a Free Ticket for Airship,\r" + "the fee will be waived. Will\r" + "you board the Airship?"); next; if (select("Yes", "No") == 1) { if (countitem(Free_Flying_Ship_Ticket) > 0) { @@ -56,19 +56,19 @@ airport,143,43,5 script Airport Staff#airport1a::airport1 4_F_01,{ warp "airport",148,51; end; } - mes "[Airport Staff]"; - mes "I'm sorry, but you don't"; - mes "have a Free Ticket for"; - mes "Airship and you don't have"; - mes "enough zeny for boarding"; - mes "the Airship. Remember, the"; - mes "boarding fee is 1,200 zeny."; + mes("[Airport Staff]"); + mes("I'm sorry, but you don't\r" + "have a Free Ticket for\r" + "Airship and you don't have\r" + "enough zeny for boarding\r" + "the Airship. Remember, the\r" + "boarding fee is 1,200 zeny."); close; } } - mes "[Airport Staff]"; - mes "Thank you and"; - mes "have a nice day."; + mes("[Airport Staff]"); + mes("Thank you and\r" + "have a nice day."); close; } @@ -76,31 +76,31 @@ airport,158,43,5 duplicate(airport1) Airport Staff#airport1b 4_F_01 airport,126,43,5 duplicate(airport1) Airport Staff#airport1c 4_F_01 airport,143,49,3 script Arrival Staff#airport2a::airport2 4_F_01,{ - mes "[Arrival Staff]"; - mes "Welcome to Einbroch Airport."; - mes "If you are arriving from your"; - mes "flight, let me guide you to the"; - mes "main terminal. Otherwise, please board the Airship to depart to"; - mes "Juno, Lighthalzen and Hugel."; + mes("[Arrival Staff]"); + mes("Welcome to Einbroch Airport."); + mes("If you are arriving from your\r" + "flight, let me guide you to the\r" + "main terminal. Otherwise, please board the Airship to depart to\r" + "Juno, Lighthalzen and Hugel."); 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 the city of Einbroch"; - mes "is your intended destination."; - mes "Proceed to the main terminal?"; + mes("[Arrival Staff]"); + mes("Once you're in the main terminal, you will need to pay the fee again\r" + "to board an Airship. You should\r" + "only exit if the city of Einbroch\r" + "is your intended destination."); + mes("Proceed to the main terminal?"); next; if (select("Yes", "No") == 1) { warp "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("[Arrival Staff]"); + mes("Alright, thank you\r" + "for your patronage\r" + "and I hope you have\r" + "a pleasant flight~"); close; } @@ -108,20 +108,20 @@ airport,126,51,3 duplicate(airport2) Arrival Staff#airport2b 4_F_01 airport,158,50,3 duplicate(airport2) Arrival Staff#airport2c 4_F_01 einbroch,94,267,3 script Airship Staff#ein01 4_F_02,{ - mes "[Airship Staff]"; - mes "Welcome to the"; - mes "Einbroch Airport."; - mes "Please use this door to"; - mes "board the Airship which stops"; - mes "over Juno, Lighthalzen and"; - mes "Hugel in the Schwaltzvalt Republic."; + mes("[Airship Staff]"); + mes("Welcome to the\r" + "Einbroch Airport."); + mes("Please use this door to\r" + "board the Airship which stops\r" + "over Juno, Lighthalzen and\r" + "Hugel in the Schwaltzvalt Republic."); next; - mes "[Airship Staff]"; - mes "Otherwise, if Einbroch 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("[Airship Staff]"); + mes("Otherwise, if Einbroch is\r" + "your intended destination,\r" + "please head down the stairs\r" + "and ask the Arrival Staff to lead\r" + "you to the main terminal. Thank\r" + "you, and enjoy your travels."); close; } -- cgit v1.2.3-70-g09d2