summaryrefslogtreecommitdiff
path: root/npc/042-0/arthur.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-0/arthur.txt')
-rw-r--r--npc/042-0/arthur.txt25
1 files changed, 25 insertions, 0 deletions
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;
+}
+