summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2020-02-03 20:35:37 +0000
committerMicksha <ms-shaman@gmx.de>2020-02-03 20:35:37 +0000
commit35d72f281b6cdc621c0aae95493f05e497a8dcfe (patch)
tree035b29196aacd7174baedd2dec2144276c6e94a8 /npc
parentb67848a8354f22a40045b967fcd23628740774ed (diff)
parent74baec811df3dff3e6433440fe1029e7227fd534 (diff)
downloadserverdata-35d72f281b6cdc621c0aae95493f05e497a8dcfe.tar.gz
serverdata-35d72f281b6cdc621c0aae95493f05e497a8dcfe.tar.bz2
serverdata-35d72f281b6cdc621c0aae95493f05e497a8dcfe.tar.xz
serverdata-35d72f281b6cdc621c0aae95493f05e497a8dcfe.zip
Merge branch 'arrivalargaes' into 'master'
Arrival in Argaes See merge request evol/serverdata!222
Diffstat (limited to 'npc')
-rw-r--r--npc/008-1-1/_import.txt1
-rw-r--r--npc/008-1-1/morcant.txt20
-rw-r--r--npc/008-2-32/_import.txt1
-rw-r--r--npc/008-2-32/thamas.txt20
4 files changed, 42 insertions, 0 deletions
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;
+}