From 3b20961d1dfe6e4b932ef607d4ff6ce0faee128b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Apr 2020 14:34:59 -0300 Subject: King Arthur the Micksha --- npc/042-0/_import.txt | 1 + npc/042-0/arthur.txt | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 npc/042-0/arthur.txt (limited to 'npc') 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; +} + -- cgit v1.2.3-60-g2f50