summaryrefslogtreecommitdiff
path: root/npc/001-1/enora.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/enora.txt')
-rw-r--r--npc/001-1/enora.txt74
1 files changed, 37 insertions, 37 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index 1061dace..019e99aa 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -22,7 +22,7 @@
001-1,176,113,0 script Enora#001-1 NPC_HUMAN_FEMALE_NOOB,{
function enora_don {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Don is renowned throughout the entire land of Aemil for his blacksmithing skills, and he is here, in Artis."),
l("It's a great honor for us, at the Legion, to hold the security of his business!"),
l("If you search for him you should look in the west of the city, it's the first house just after the left bridge, you can't miss it!"),
@@ -32,7 +32,7 @@
}
function enora_legion {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("The Legion of Gasaron are a group of warriors who vowed to protect and serve their neighbours."),
l("We hold various training sessions, and also have a task board with a heap of things to do for the city and its surroundings."),
l("It's a good place to earn money, it can also help you to travel throughout the land!"),
@@ -42,7 +42,7 @@
}
function enora_light_armor {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("The light armor shop is ran by Resa, she is part of the Merchant Guild of Artis."),
l("She is very skilled when it comes to weaving an ordinary piece of cloth into a wonderful work of art!"),
l("Her shop is on the west side of the city, between the Legion building and the library.");
@@ -51,7 +51,7 @@
}
function enora_market {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("The market is located in the south-east of Artis, it is known as Merchant Guild's exhibit."),
l("You need to be a member of the Merchant Guild to have a chance there."),
l("And I bet you don't know who is in charge of monitoring the security of this place?");
@@ -59,12 +59,12 @@
switch (select (l("The Legion?"), l("I don't know.")))
{
case 1:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("You hit the nail on the head, it's the Legion of Gasaron!"),
l("Our main responsibility in the city is to protect the Merchant Guild.");
break;
case 2:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Cat got your tongue?"),
l("..."),
l("Your brain liquified to match the level of a piou! It's the Legion of Gasaron.");
@@ -74,7 +74,7 @@
}
function enora_hill {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Go north from here until you find the dock warehouse, cross the bridge to the west side of the canal, continue north until you reach another bridge then cross it to the east side of the canal."),
l("You should arrive at a park with a hill nearby.");
@@ -82,7 +82,7 @@
}
function enora_memories {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("It's so exciting to meet somebody with amnesia!"),
l("Can't you remember anything at all? Or do you have some memories of your past?"),
l("What happens when you try to think about it?"),
@@ -93,17 +93,17 @@
lg("Don't get too excited about it...")))
{
case 1:
- narrator 5,
+ narrator S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("You concentrate and try to summon old memories from within your mind."),
l("You feel numb and everything around you looks foggy, but you can recall the feeling of the cold hard wood of your raft on a stormy night."),
l("A headache hits you and you lose your concentration.");
- speech 4,
+ speech S_LAST_NEXT,
l("So? You haven't exploded yet! Are you getting anything?");
select (l("Not really. All I got was a headache..."));
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("It's like your memories are locked away in your head! Cool!");
break;
@@ -112,7 +112,7 @@
break;
}
- speech 4,
+ speech S_LAST_NEXT,
l("Ok, sorry. Back to our fluffies.");
return;
@@ -125,14 +125,14 @@
getexp .@exp_reward, 0;
Zeny = Zeny + .@zeny_reward;
- narrator 4,
+ narrator S_LAST_NEXT,
l("You received @@ EXP and @@ E.", .@exp_reward, .@zeny_reward);
return;
}
function enora_first_quest {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("You probably don't have much business in this city as you don't remember who you are."),
lg("So I was going to ask if maybe you would be interested in giving me a hand with a few errands.");
@@ -140,7 +140,7 @@
l("Of course! What do you need?")))
{
case 1:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Some tasks will help you become aquainted with Artis. Trust me.");
break;
case 2:
@@ -148,7 +148,7 @@
break;
}
- speech 4,
+ speech S_LAST_NEXT,
l("I asked Don our blacksmith to prepare a black iron sword for morning, he should be done by now."),
l("Go meet him, and take the package to me, it's an easy task."),
l("You will be able to find Don's house in the west of the city, it's the first house just after the bridge on the left, you can't miss it!"),
@@ -163,7 +163,7 @@
}
function enora_second_quest {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Thank you for this commission, Chelios is as good as Don when it comes to forging metal."),
l("By the way, did you ever talk with Don?"),
l("If so, I hope that he didn't give you any hard time, sometimes he can get up on the wrong side of the bed he becomes an embittered and grumpy old man..."),
@@ -174,15 +174,15 @@
l("The old man seemed to be senile.")))
{
case 1:
- speech 5, l("Fine, let's see his work...");
- narrator 4, l("Enora is carefully inspecting the sword.");
- speech 4,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Fine, let's see his work...");
+ narrator S_LAST_NEXT, l("Enora is carefully inspecting the sword.");
+ speech S_LAST_NEXT,
l("Excellent!"),
l("The detail and craftsmanship that went into this sword can only be accomplished by the most practiced of blacksmiths.");
break;
case 2:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("He may not have all of his wits but keep in mind one thing:"),
l("Don is renowned throughout the entire land for his blacksmith skills, and he is here, in Artis."),
l("It's a great honor for us, at the Legion, to hold the security of his business!");
@@ -190,7 +190,7 @@
break;
}
- speech 4,
+ speech S_LAST_NEXT,
l("After this small overview of Artis, what do you think of our city?"),
l("The Legion of Gasaron is in charge of the security of the intramural part of our cities."),
l("The control and administration of the cities passes hands sometimes. You may find the Mana Order or the Brotherhood in charge instead of us at some point!"),
@@ -207,7 +207,7 @@
}
function enora_third_quest {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Look how splendid this @@ is!", getitemlink (ArtisTankTop, CamelCottonDye)),
l("It's nearly as good as one from Esperia, have you ever been there?"),
l("Ah... Sorry, I forgot, again."),
@@ -229,7 +229,7 @@
}
} while (.@q == 2);
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Oh yes, I have one last errand for you, Q'Pid in the market sells potions."),
l("It has been some days now since I asked her for a box of @@s, but she hasn't delivered anything yet.", getitemlink (PiberriesInfusion)),
l("Please try to figure out what went wrong with this order and bring me those potions."),
@@ -244,10 +244,10 @@
}
function enora_fourth_quest {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Awesome!");
- speech 4,
+ speech S_LAST_NEXT,
l("I have one more task for you. Trozz, another member of the Legion, sent me a letter earlier today."),
l("Some citizens are worried about the growing number of Fluffies on the hill of Artis."),
l("Children play there and can be badly hurt if they get too close to a Fluffy's nest."),
@@ -264,18 +264,18 @@
setq ArtisQuests_Enora, 10;
enora_reward (80, 175);
- speech 4,
+ speech S_LAST_NEXT,
l("Do you know where the hill is?");
switch (select (l("Yes I do."),
l("Please guide me.")))
{
case 1:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Perfect! I will wait for you here.");
break;
case 2:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Follow the up-stream and cross the canal twice using the two bridges north from here."),
l("The hill is located on the north-east of Artis.");
break;
@@ -289,20 +289,20 @@
function enora_hill_cleaned {
if (getq2(ArtisQuests_Enora) < 9)
{
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Oh no, you still have @@ Fluffies to kill.", 10 - getq2(ArtisQuests_Enora));
return;
}
else if (getq2(ArtisQuests_Enora) < 10)
{
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Only one more Fluffy to kill and it's done!");
return;
}
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("I cannot find the words to express my gratitude for your hard work."),
l("Keep the sword and the jacket, you deserved them!"),
l("You now also have access to the Legion building. Good job, you earned it."),
@@ -339,7 +339,7 @@
}
function enora_paid_potions {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
lg("Are you sure that these are my potions?");
if (askyesno() == ASK_YES)
@@ -353,7 +353,7 @@
if (getq(ArtisQuests_Enora) == 0)
{
- speech 4,
+ speech S_LAST_NEXT,
l("Hey! You must be @@.", strcharinfo(0)),
lg("Julia told me how they found you in the sea, on a raft with a logo of..."),
l("...I mean log! Made of log!"),
@@ -362,7 +362,7 @@
}
else
{
- speech 4,
+ speech S_LAST_NEXT,
l("Hey @@!", strcharinfo(0)),
l("What brings you here today?");
}
@@ -399,7 +399,7 @@
enora_hill_cleaned;
break;
case 5:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("You killed @@ Fluffies.", getq2(ArtisQuests_Enora));
if (getq2(ArtisQuests_Enora) > 8)
{
@@ -425,7 +425,7 @@
enora_memories;
break;
case 12:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Please come back anytime!");
}
} while (@menu != 12);