summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/constants.conf1
-rw-r--r--npc/017-10/_import.txt1
-rw-r--r--npc/017-10/mayor.txt25
3 files changed, 27 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 9bc0ca18f..946dacfab 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4158,6 +4158,7 @@ constants_db: {
NPC_LOF_FURNACE: 455
NPC_PET_TAMER: 456
NPC_YETI: 457
+ NPC_KENTON: 458
NPC_MONSTERKING: 500
NPC_AIRSHIP: 501
diff --git a/npc/017-10/_import.txt b/npc/017-10/_import.txt
index 4499709f0..b5cbb0fa4 100644
--- a/npc/017-10/_import.txt
+++ b/npc/017-10/_import.txt
@@ -2,4 +2,5 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/017-10/_warps.txt",
"npc/017-10/dispatcher.txt",
+"npc/017-10/mayor.txt",
"npc/017-10/politics.txt",
diff --git a/npc/017-10/mayor.txt b/npc/017-10/mayor.txt
new file mode 100644
index 000000000..8a4c28e74
--- /dev/null
+++ b/npc/017-10/mayor.txt
@@ -0,0 +1,25 @@
+// TMW2/LoF scripts.
+// Authors:
+// Jesusalva
+// Description:
+// Part of player story
+
+017-10,57,34,0 script Kenton NPC_KENTON,{
+ .@q=getq(General_Narrator);
+ mesn;
+ mesq l("Hello! My name is Kenton, and I'm in charge of Public Affairs of Land Of Fire.");
+ next;
+ mesn;
+ mesq l("You see, Pihro and Pyndragon, the mayors, are really busy people. They're developing a game or something as we speak.");
+ next;
+ mesn;
+ mesq l("So if you have any issue which would require the Mayor to see it, you'll need me first.");
+ close;
+
+OnInit:
+ .sex=G_MALE;
+ .distance=5;
+ end;
+
+}
+