summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-08 11:21:43 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-08 11:21:43 -0200
commitfc4d078fe6c3b5233b158254b6d75254c9ef6f71 (patch)
tree3ff2add93cb4cbd3e1ee2b18f271bb58482aa082 /npc
parentd4c958fa3f3774108d9ac48daee6856b6b67b997 (diff)
downloadserverdata-fc4d078fe6c3b5233b158254b6d75254c9ef6f71.tar.gz
serverdata-fc4d078fe6c3b5233b158254b6d75254c9ef6f71.tar.bz2
serverdata-fc4d078fe6c3b5233b158254b6d75254c9ef6f71.tar.xz
serverdata-fc4d078fe6c3b5233b158254b6d75254c9ef6f71.zip
Minor maitenance at Tulishmar - fix some distances, typos, sprites, etc.
This does not introduces any new content, nor fixes everything which needs fixing. It is very partial and only happens at specific places outdoors.
Diffstat (limited to 'npc')
-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
{