- Added svn:eol-style=native property.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16873 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
brianluau 2012-11-08 06:29:52 +00:00
parent f6048fa23a
commit f5dec09663

View File

@ -1,137 +1,137 @@
//===== rAthena Script ======================================= //===== rAthena Script =======================================
//= Mora Village //= Mora Village
//===== By: ================================================== //===== By: ==================================================
//= SuperHulk //= SuperHulk
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.1a //= 1.1a
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= rAthena SVN //= rAthena SVN
//===== Description: ========================================= //===== Description: =========================================
//= Mora Town Script //= Mora Town Script
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= 1.0 First version. [SuperHulk] //= 1.0 First version. [SuperHulk]
//= 1.1 Translations to English. [Flaid] //= 1.1 Translations to English. [Flaid]
//= 1.1a Standardized. [Euphy] //= 1.1a Standardized. [Euphy]
//============================================================ //============================================================
mora,185,163,5 script Mora Citizen#1 516,{ mora,185,163,5 script Mora Citizen#1 516,{
mes "[Scholar Gary]"; mes "[Scholar Gary]";
mes "Hello, traveler!"; mes "Hello, traveler!";
mes "I'm Gary, the expert about enchantments in this area."; mes "I'm Gary, the expert about enchantments in this area.";
mes "What do you want to know?"; mes "What do you want to know?";
next; next;
switch(select("Fundamentals of enchantment.:Nothing.")) { switch(select("Fundamentals of enchantment.:Nothing.")) {
case 1: case 1:
mes "[Scholar Gary]"; mes "[Scholar Gary]";
mes "Ah, I see that you are interested"; mes "Ah, I see that you are interested";
mes "in enchantments!"; mes "in enchantments!";
mes "Alright, here are the basics!!"; mes "Alright, here are the basics!!";
mes "After this you should understand"; mes "After this you should understand";
mes "the mysteries of our enchantments!"; mes "the mysteries of our enchantments!";
next; next;
mes "[Scholar Gary]"; mes "[Scholar Gary]";
mes "First of all, you must know"; mes "First of all, you must know";
mes "that this is magic, not an"; mes "that this is magic, not an";
mes "exact science."; mes "exact science.";
next; next;
mes "[Scholar Gary]"; mes "[Scholar Gary]";
mes "You don't really know what will"; mes "You don't really know what will";
mes "happen. You can be lucky or"; mes "happen. You can be lucky or";
mes "unlucky, and get a more or"; mes "unlucky, and get a more or";
mes "less powerful enchantment."; mes "less powerful enchantment.";
next; next;
mes "[Scholar Gary]"; mes "[Scholar Gary]";
mes "You can miss the magic, too!"; mes "You can miss the magic, too!";
mes "If this happens while your equip"; mes "If this happens while your equip";
mes "is being enchanted, you'll lose it"; mes "is being enchanted, you'll lose it";
mes "all previous enchantments, cards, and the refine!"; mes "all previous enchantments, cards, and the refine!";
next; next;
mes "[Scholar Gary]"; mes "[Scholar Gary]";
mes "There is also a risk of"; mes "There is also a risk of";
mes "breaking your equipment"; mes "breaking your equipment";
mes "while trying to enchant"; mes "while trying to enchant";
mes "your equip with a second enchantment!"; mes "your equip with a second enchantment!";
next; next;
mes "[Scholar Gary]"; mes "[Scholar Gary]";
mes "Each attempt to enchant will cost"; mes "Each attempt to enchant will cost";
mes "you 1 Mora coin and 100,000 zeny."; mes "you 1 Mora coin and 100,000 zeny.";
mes "If you don't know yet, the money"; mes "If you don't know yet, the money";
mes "made with this service goes"; mes "made with this service goes";
mes "straight to the people of Mora!"; mes "straight to the people of Mora!";
next; next;
mes "[Scholar Gary]"; mes "[Scholar Gary]";
mes "Those were the basics."; mes "Those were the basics.";
mes "Take them to your heart."; mes "Take them to your heart.";
mes "For more details, you can"; mes "For more details, you can";
mes "always visit my master,"; mes "always visit my master,";
mes "Gougueulé Tonami!"; mes "Gougueulé Tonami!";
close; close;
case 2: case 2:
mes "[Scholar Gary]"; mes "[Scholar Gary]";
mes "Goodbye, and good luck!"; mes "Goodbye, and good luck!";
close; close;
} }
} }
mora,52,138,8 script Mora Citizen#2 516,{ mora,52,138,8 script Mora Citizen#2 516,{
mes "[Valere]"; mes "[Valere]";
mes "Hello, adventurer!"; mes "Hello, adventurer!";
mes "You look like you're"; mes "You look like you're";
mes "lost, aren't you!?"; mes "lost, aren't you!?";
next; next;
mes "[Valere]"; mes "[Valere]";
mes "..."; mes "...";
mes "Ah, okay."; mes "Ah, okay.";
mes "But you look like you want to"; mes "But you look like you want to";
mes "enchant your equipment!"; mes "enchant your equipment!";
next; next;
mes "[Valere]"; mes "[Valere]";
mes "I only need to know one thing"; mes "I only need to know one thing";
mes "before telling you more about"; mes "before telling you more about";
mes "the Mora equipment enchants!"; mes "the Mora equipment enchants!";
mes "So tell me, what is your class?"; mes "So tell me, what is your class?";
next; next;
switch(select("Warlock.:Arch Bishop.:Ranger.:Guillotine Cross.:Rune Knight.:Other.:Goodbye.")) { switch(select("Warlock.:Arch Bishop.:Ranger.:Guillotine Cross.:Rune Knight.:Other.:Goodbye.")) {
case 1: case 1:
mes "[Valere]"; mes "[Valere]";
mes "Hmm, you should visit the"; mes "Hmm, you should visit the";
mes "Artifact Crafter."; mes "Artifact Crafter.";
mes "That is our enchantment specialist"; mes "That is our enchantment specialist";
mes "for Warlock equipment!"; mes "for Warlock equipment!";
close; close;
case 2: case 2:
mes "[Valere]"; mes "[Valere]";
mes "Hmm, you should visit the"; mes "Hmm, you should visit the";
mes "Master of Relics."; mes "Master of Relics.";
mes "That is our enchantment specialist"; mes "That is our enchantment specialist";
mes "for Arch Bishop equipment!"; mes "for Arch Bishop equipment!";
close; close;
case 3: case 3:
case 4: case 4:
case 5: case 5:
mes "[Valere]"; mes "[Valere]";
mes "Hmm, you should visit the"; mes "Hmm, you should visit the";
mes "Artifact Researcher."; mes "Artifact Researcher.";
mes "That is our enchantment specialist"; mes "That is our enchantment specialist";
mes "for Ranger, Guillotine Cross,"; mes "for Ranger, Guillotine Cross,";
mes "and Rune Knight equipment!"; mes "and Rune Knight equipment!";
close; close;
case 6: case 6:
mes "[Valere]"; mes "[Valere]";
mes "Hmm, there is the Master Tailor"; mes "Hmm, there is the Master Tailor";
mes "who sells and enchants the 'Army Padding'."; mes "who sells and enchants the 'Army Padding'.";
next; next;
mes "[Valere]"; mes "[Valere]";
mes "There's also the Pendant Crafter"; mes "There's also the Pendant Crafter";
mes "who enchants 'Pendant of Guardian'."; mes "who enchants 'Pendant of Guardian'.";
next; next;
mes "[Valere]"; mes "[Valere]";
mes "And finally the Bulberry Westhood"; mes "And finally the Bulberry Westhood";
mes "who enchants 'Loki's muffler'."; mes "who enchants 'Loki's muffler'.";
close; close;
case 7: case 7:
mes "[Valere]"; mes "[Valere]";
mes "Goodbye, and good luck!"; mes "Goodbye, and good luck!";
close; close;
} }
} }