summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/eugene.txt2
-rw-r--r--npc/003-1/ninathetraveler.txt16
-rw-r--r--npc/003-1/sarah.txt16
-rw-r--r--npc/003-1/well.txt4
4 files changed, 19 insertions, 19 deletions
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt
index cfb5e037a..5e60e5fd1 100644
--- a/npc/003-1/eugene.txt
+++ b/npc/003-1/eugene.txt
@@ -79,7 +79,7 @@ L_QuestDone:
OnInit:
.sex = G_MALE;
- .distance = 2;
+ .distance = 12;
end;
}
diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt
index 31180615d..921344691 100644
--- a/npc/003-1/ninathetraveler.txt
+++ b/npc/003-1/ninathetraveler.txt
@@ -1,7 +1,7 @@
// Author:
// Saulc
-003-1,56,143,0 script Nina The Traveler NPC_GUARD1,{
+003-1,56,143,0 script Nina The Traveler NPC_MONA,{
.cake = CherryCake;
.reward = FancyHat;
@@ -25,20 +25,20 @@
else
{
speech S_FIRST_BLANK_LINE,
- l("Sorry it's not the cake i love.");
+ l("Sorry, that is not the cake I love.");
close;
}
}
function quest_started {
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Oh Welcoem then.");
+ l("Oh, Welcome then.");
speech S_LAST_NEXT,
- l("Can you bring me a piece of Cherry Cake? Pretty please?.");
+ l("Can you bring me a piece of Cherry Cake? Pretty please?");
do
{
select
- l("Here is it !"),
+ l("Here is it!"),
menuaction(l("Quit"));
switch (@menu)
@@ -56,8 +56,8 @@
if (.@chest == 1)
goto quest_completed;
select
- rif(.@chest == 0,
- l("Hello i'm new there, can i help you ?")),
+ rif(.@chest == 0,
+ l("Hello, I'm new here! Can I help you?")),
menuaction(l("Quit"));
switch (@menu)
@@ -73,7 +73,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .sex = G_FEMALE;
.distance = 3;
end;
}
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt
index 6cfeeb60a..c5c6e7def 100644
--- a/npc/003-1/sarah.txt
+++ b/npc/003-1/sarah.txt
@@ -1,7 +1,7 @@
// Author:
// Saulc
-003-1,90,144,0 script Sarah NPC_PLAYER,{
+003-1,90,144,0 script Sarah NPC_MONA,{
.cake = CherryCake;
.reward = FancyHat;
@@ -25,20 +25,20 @@
else
{
speech S_FIRST_BLANK_LINE,
- l("Sorry it's not the cake i love.");
+ l("Sorry, that is not the cake I love.");
close;
}
}
function quest_started {
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Oh Welcoem then.");
+ l("Oh, Welcome then.");
speech S_LAST_NEXT,
- l("Can you bring me a piece of Cherry Cake? Pretty please?.");
+ l("Can you bring me a piece of Cherry Cake? Pretty please?");
do
{
select
- l("Here is it !"),
+ l("Here is it!"),
menuaction(l("Quit"));
switch (@menu)
@@ -56,8 +56,8 @@
if (.@chest == 1)
goto quest_completed;
select
- rif(.@chest == 0,
- l("Hello i'm new there, can i help you ?")),
+ rif(.@chest == 0,
+ l("Hello, I'm new here! Can I help you?")),
menuaction(l("Quit"));
switch (@menu)
@@ -73,7 +73,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .sex = G_FEMALE;
.distance = 3;
end;
}
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt
index 695dae536..c7e272213 100644
--- a/npc/003-1/well.txt
+++ b/npc/003-1/well.txt
@@ -20,13 +20,13 @@
close;
}
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("You don't have enought quantity.");
+ l("You don't have enough ore.");
close;
}
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Hello do you want to craft @@, for that i will need 7 @@,and @@ gp.", getitemlink(.ItemCreate),getitemlink(.Item1),.GP);
+ l("Hello! Do you want to craft @@? For that I will need 7 @@, and @@ gp.", getitemlink(.ItemCreate),getitemlink(.Item1),.GP);
do
{