summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/042-0/_import.txt1
-rw-r--r--npc/042-0/arthur.txt25
2 files changed, 26 insertions, 0 deletions
diff --git a/npc/042-0/_import.txt b/npc/042-0/_import.txt
index 208d161d7..93ab82793 100644
--- a/npc/042-0/_import.txt
+++ b/npc/042-0/_import.txt
@@ -1,4 +1,5 @@
// Map 042-0: Camelot - Throne Room
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/042-0/_warps.txt",
+"npc/042-0/arthur.txt",
"npc/042-0/mf.txt",
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt
new file mode 100644
index 000000000..562148f61
--- /dev/null
+++ b/npc/042-0/arthur.txt
@@ -0,0 +1,25 @@
+// TMW 2 Script
+// Author:
+// Jesusalva
+// Micksha
+// Description:
+// Part of Kamelot Guild Dungeon
+
+042-0,58,28,0 script King Arthur NPC_KING_ARTHUR,{
+ npctalkonce l("Don't bore me.");
+ end;
+
+
+OnInit:
+ .distance=4;
+ .sex=G_MALE;
+ npcsit;
+ end;
+
+OnInstanceInit:
+ .distance=4;
+ .sex=G_MALE;
+ npcsit;
+ end;
+}
+