summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-05-29 04:02:50 +0200
committerReid <reidyaro@gmail.com>2016-05-29 04:02:50 +0200
commitcb058e4f0c2c5f95ea4d8465322802d7e4df301f (patch)
tree37b8c21df440baf4ef45d17f53a3c0ed6cd32459
parenta6f992141abb414d8dbc0b9c4da31ce90bee1c63 (diff)
downloadserverdata-cb058e4f0c2c5f95ea4d8465322802d7e4df301f.tar.gz
serverdata-cb058e4f0c2c5f95ea4d8465322802d7e4df301f.tar.bz2
serverdata-cb058e4f0c2c5f95ea4d8465322802d7e4df301f.tar.xz
serverdata-cb058e4f0c2c5f95ea4d8465322802d7e4df301f.zip
Rename Max into Maxe.
-rw-r--r--npc/000-1/_import.txt2
-rw-r--r--npc/000-1/gugli.txt2
-rw-r--r--npc/000-1/lean.txt2
-rw-r--r--npc/000-1/maxe.txt (renamed from npc/000-1/max.txt)2
-rw-r--r--npc/000-1/sapartan.txt12
5 files changed, 10 insertions, 10 deletions
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt
index a7f8c713..ecbe77de 100644
--- a/npc/000-1/_import.txt
+++ b/npc/000-1/_import.txt
@@ -12,7 +12,7 @@ npc: npc/000-1/gugli.txt
npc: npc/000-1/gulukan.txt
npc: npc/000-1/jalad.txt
npc: npc/000-1/lean.txt
-npc: npc/000-1/max.txt
+npc: npc/000-1/maxe.txt
npc: npc/000-1/muller.txt
npc: npc/000-1/panels.txt
npc: npc/000-1/sapartan.txt
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index b4749d1e..286ac272 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -163,7 +163,7 @@ L_Location:
if (.@r == 2) goto L_Lean;
setcamnpc "Sapartan";
- mesq l("Max and Sapartan for example?");
+ mesq l("Maxe and Sapartan for example?");
next;
restorecam;
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt
index 55c930fc..fdd9742a 100644
--- a/npc/000-1/lean.txt
+++ b/npc/000-1/lean.txt
@@ -59,7 +59,7 @@ L_Sailors:
mesn;
mesq l("I'm not sure. They probably left the ship early this morning. I was not awake yet.");
next;
- mesq l("You should ask Max. He's an early riser.");
+ mesq l("You should ask Maxe. He's an early riser.");
close;
diff --git a/npc/000-1/max.txt b/npc/000-1/maxe.txt
index de1e9b8a..79dacbbb 100644
--- a/npc/000-1/max.txt
+++ b/npc/000-1/maxe.txt
@@ -6,7 +6,7 @@
// Description:
// Friend of Sapartan, he gives some information on how to find Gulukan, Astapolos and Q-Muller.
-000-1,72,110,0 script Max NPC_DEMON_MAN_SITTING_UNDER_TREE,{
+000-1,72,110,0 script Maxe NPC_DEMON_MAN_SITTING_UNDER_TREE,{
if (getq(General_Narrator) > 0)
{
sailortalk;
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt
index 43812332..cb0f0b62 100644
--- a/npc/000-1/sapartan.txt
+++ b/npc/000-1/sapartan.txt
@@ -3,15 +3,15 @@
// Hal9000
// Qwerty Dragon
// Description:
-// Friend of Max, he gives some information on combat system.
+// Friend of Maxe, he gives some information on combat system.
000-1,74,111,0 script Sapartan NPC_SAPARTAN,{
mesn;
- mesq l("Hey Max, it's @@!", strcharinfo(0));
+ mesq l("Hey Maxe, it's @@!", strcharinfo(0));
next;
- setcamnpc "Max";
- mesn "Max";
+ setcamnpc "Maxe";
+ mesn "Maxe";
mesq lg("@@? Welcome my dear!", "@@? Welcome my dear!", strcharinfo(0));
next;
mesq lg("Last time I saw you, you were lost at sea on your raft.");
@@ -36,9 +36,9 @@
select
l("What danger?! Where?!");
- setcamnpc "Max";
+ setcamnpc "Maxe";
mes "";
- mesn "Max";
+ mesn "Maxe";
mesq lg("Come on, Sap! You are scaring her with your stories.", "Come on, Sap! You are scaring him with your stories.");
next;
mesq lg("I'm sure she will soon be able to fight all of the creatures living here without any problem.", "I'm sure he will soon be able to fight all of the creatures living here without any problem.");