summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorNetSysFire <2501566-NetSysFire@users.noreply.gitlab.com>2021-08-26 13:53:15 +0000
committerSaulc <lucashelaine14@gmail.com>2021-08-26 13:53:15 +0000
commit2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6 (patch)
tree880f4a2cc361e270aba4399c43a99facb7a571df /npc/005-1
parent10ca83a9e4880be24a1c8a5debe42f8fd57b4bef (diff)
downloadserverdata-2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6.tar.gz
serverdata-2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6.tar.bz2
serverdata-2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6.tar.xz
serverdata-2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6.zip
NPC improvements
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/ayasha.txt1
-rw-r--r--npc/005-1/maya.txt4
-rw-r--r--npc/005-1/sailors.txt6
-rw-r--r--npc/005-1/vincent.txt4
4 files changed, 5 insertions, 10 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt
index 3053a1405..7cd6f5174 100644
--- a/npc/005-1/ayasha.txt
+++ b/npc/005-1/ayasha.txt
@@ -164,7 +164,6 @@ OnHouseMaggotDeath:
debugmes "HMD OK";
end;
-
OnTimer5000:
areamonster("005-1", 0, 0, 125, 125, "Black Scorpion", BlackScorpion, 1, "Ayasha::OnBlackScorpionDeath");
areamonster("005-1", 0, 0, 125, 125, ("House Maggot"), HouseMaggot, 10, "Ayasha::OnHouseMaggotDeath");
diff --git a/npc/005-1/maya.txt b/npc/005-1/maya.txt
index 9f68af4fd..14cbe4027 100644
--- a/npc/005-1/maya.txt
+++ b/npc/005-1/maya.txt
@@ -75,9 +75,6 @@ L_QuestCompleted:
mesq l("Thanks for the help. Here, take this shirt and some money.");
close;
-
-
-
L_Quest2:
mesn;
mesq l("Thanks again for the help. You have proven that you are resourceful.");
@@ -141,7 +138,6 @@ L_Close:
goodbye;
close;
-
OnInit:
.sex = G_FEMALE;
.distance = 4;
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt
index b29c4afe2..633e19502 100644
--- a/npc/005-1/sailors.txt
+++ b/npc/005-1/sailors.txt
@@ -25,11 +25,11 @@
next;
mesq l("Arr, it is always good to be on land after so much time in sea!");
next;
- mesq l("We want to party this moment, but can you believe we ran out of beer?");
+ mesq l("We want to celebrate this moment, but can you believe we ran out of beer?");
mes "";
menu
l("If I were you, I would drink water."),L_Water,
- l("WHAT? How can you ever do a party without beer?!"),L_Accept;
+ l("WHAT? How can you ever party without beer?!"),L_Accept;
L_Water:
mes "";
@@ -144,7 +144,7 @@ L_questCure_failure:
else
Zeny = Zeny + 30;
mesn;
- mesq l("That... Didn't worked. I'm sorry.");
+ mesq l("That... Didn't work. I'm sorry.");
next;
mesn;
mesq l("Here's some gold for your efforts.");
diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt
index 2e772f362..7b6e7e2b2 100644
--- a/npc/005-1/vincent.txt
+++ b/npc/005-1/vincent.txt
@@ -11,7 +11,7 @@
if (.@q == 2) goto L_QuestDone;
speech S_LAST_BLANK_LINE,
- l("I am making a figurin with Bug legs for the upcoming festival."),
+ l("I am making a figurine with Bug legs for the upcoming festival."),
lg("Be a friend and bring me @@ @@.", "Be a friend and bring me @@ @@.", .LegsCount, getitemlink(BugLeg));
switch (select(l("Ok, I'll be back in no time."),
@@ -56,7 +56,7 @@ L_CheckItems:
L_QuestDone:
speech
l("Hey, @@!", strcharinfo(0)),
- l("My figurin is so nice!");
+ l("My figurine is so nice!");
tutmes l("Some quests and events, like the festival, are only available during specific times.");
tutmes l("Some will only repeat yearly, while other events happen weekly or monthly, or in some other time aspect.");
close;