From 74baec811df3dff3e6433440fe1029e7227fd534 Mon Sep 17 00:00:00 2001 From: Micksha Date: Mon, 3 Feb 2020 20:35:37 +0000 Subject: Arrival in Argaes --- npc/008-1-1/_import.txt | 1 + npc/008-1-1/morcant.txt | 20 ++++++++++++++++++++ npc/008-2-32/_import.txt | 1 + npc/008-2-32/thamas.txt | 20 ++++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 npc/008-1-1/morcant.txt create mode 100644 npc/008-2-32/thamas.txt (limited to 'npc') diff --git a/npc/008-1-1/_import.txt b/npc/008-1-1/_import.txt index be748cf8..119610cc 100644 --- a/npc/008-1-1/_import.txt +++ b/npc/008-1-1/_import.txt @@ -4,3 +4,4 @@ "npc/008-1-1/_warps.txt", "npc/008-1-1/galimatia.txt", "npc/008-1-1/koga.txt", +"npc/008-1-1/morcant.txt", diff --git a/npc/008-1-1/morcant.txt b/npc/008-1-1/morcant.txt new file mode 100644 index 00000000..0167353f --- /dev/null +++ b/npc/008-1-1/morcant.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Galmatia the beekeeper. +// THIS IS A PLACEHOLDER! + +008-1-1,58,57,0 script Morcant NPC_MORCANT,{ + speech + l("Hello."), + l("My name is Morcant. I am a Captain, a bit bored since this harbor is not frequented much."), + l("I would like to offer you food and tell you stories, but.. have you ever heard of WildX? I won't need to say more, do I?"); + + close; + +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} diff --git a/npc/008-2-32/_import.txt b/npc/008-2-32/_import.txt index c9137dc7..ba8aa591 100644 --- a/npc/008-2-32/_import.txt +++ b/npc/008-2-32/_import.txt @@ -1,3 +1,4 @@ // Map 008-2-32: Merchant House // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/008-2-32/_warps.txt", +"npc/008-2-32/thamas.txt", diff --git a/npc/008-2-32/thamas.txt b/npc/008-2-32/thamas.txt new file mode 100644 index 00000000..88b48968 --- /dev/null +++ b/npc/008-2-32/thamas.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Thamas the soldier. +// THIS IS A PLACEHOLDER! + +008-2-32,36,31,0 script Thamas NPC_THAMAS,{ + speech + l("Hi there."), + l("I am a legion soldier who never talks much, until Jesusalva or WildX puts words in my mouth."), + lg("Until then, let me be quiet. Talk to you later."); + + close; + +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} -- cgit v1.2.3-70-g09d2