summaryrefslogtreecommitdiff
path: root/npc/008-2-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2')
-rw-r--r--npc/008-2-2/_import.txt5
-rw-r--r--npc/008-2-2/bartender.txt20
-rw-r--r--npc/008-2-2/kfahr.txt20
-rw-r--r--npc/008-2-2/micksha.txt20
-rw-r--r--npc/008-2-2/receptionist.txt21
-rw-r--r--npc/008-2-2/roamingo.txt20
6 files changed, 106 insertions, 0 deletions
diff --git a/npc/008-2-2/_import.txt b/npc/008-2-2/_import.txt
index f93e2ae3..e7ccd597 100644
--- a/npc/008-2-2/_import.txt
+++ b/npc/008-2-2/_import.txt
@@ -1,5 +1,10 @@
// Map 008-2-2: The Rusty Pick
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/008-2-2/_warps.txt",
+"npc/008-2-2/bartender.txt",
+"npc/008-2-2/kfahr.txt",
"npc/008-2-2/mapflags.txt",
"npc/008-2-2/melinda.txt",
+"npc/008-2-2/micksha.txt",
+"npc/008-2-2/receptionist.txt",
+"npc/008-2-2/roamingo.txt",
diff --git a/npc/008-2-2/bartender.txt b/npc/008-2-2/bartender.txt
new file mode 100644
index 00000000..eb3b9393
--- /dev/null
+++ b/npc/008-2-2/bartender.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Bartender of the Rusty Pick.
+// THIS IS A PLACEHOLDER!
+
+008-2-2,43,28,0 script Bartender#008-1 NPC_GENERAL_STORE,{
+ speech
+ l("Hi!"),
+ l("I am the Bartender here, the name doesnt matter at all.");
+ lg("If you need something, please ask this beautiful girl on my right. (She needs the tip).");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}
diff --git a/npc/008-2-2/kfahr.txt b/npc/008-2-2/kfahr.txt
new file mode 100644
index 00000000..0ffae5df
--- /dev/null
+++ b/npc/008-2-2/kfahr.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Kfahr the hero.
+// THIS IS A PLACEHOLDER!
+
+008-2-2,44,36,0 script Kfahr#008-2-2 NPC_YOUNG_MAN_KFAHR,{
+ speech
+ l("Oh hey *hicks*"),
+ l("This waitress *hicks* is great, she never stops to bring beer *hicks.");
+ lg("When I am less busy *hicks*, I can tell you stories of my heroism.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}
diff --git a/npc/008-2-2/micksha.txt b/npc/008-2-2/micksha.txt
new file mode 100644
index 00000000..099bff34
--- /dev/null
+++ b/npc/008-2-2/micksha.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Drinker Micksha
+// THIS IS A PLACEHOLDER!
+
+008-2-2,46,34,0 script Micksha#008-2-2 NPC_DRINKER_MICKSHA,{
+ speech
+ l("Hello Sir *hicks*."),
+ l("Umm, can you perhaps spring for a beer? *hicks* I'm broken.");
+ lg("*burp* ... .");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}
diff --git a/npc/008-2-2/receptionist.txt b/npc/008-2-2/receptionist.txt
new file mode 100644
index 00000000..3d9a8e0f
--- /dev/null
+++ b/npc/008-2-2/receptionist.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Receptionist of Rusty Pick.
+// THIS IS A PLACEHOLDER!
+
+008-2-2,28,27,0 script Receptionist#008-2-2 NPC_AIRLIA,{
+ speech
+ l("Hello Sir."),
+ l("Welcome to the Rusty Pick. Sorry, we have no room left today.");
+ l("One advice: Don't take the things the Drinkers say too serious. They are sitting here and drinking all day.");
+ lg("I wish you a beautiful day".)
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}
diff --git a/npc/008-2-2/roamingo.txt b/npc/008-2-2/roamingo.txt
new file mode 100644
index 00000000..98c82ef8
--- /dev/null
+++ b/npc/008-2-2/roamingo.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Drinker Roamingo
+// THIS IS A PLACEHOLDER!
+
+008-2-2,43,34,0 script Roamingo#008-2-2 NPC_DRINKER_ROAMINGO,{
+ speech
+ l("Oh hi my friend *hicks*"),
+ l("Eh... shiver me timbers! *hicks* Where did you find this hat??");
+ lg("Know what *hicks*, if you give me the hat, the next round will be on me.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}