summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-10-25 13:02:54 +0200
committerMicksha <Micksha@users.noreply.github.com>2018-11-05 21:34:37 +0100
commitdd19e5ac28d230b2c4f179c0807e3aea3332255d (patch)
treead47e7e8b75095a022d859263061a72dcbc5eaaa
parent8d22708b530397cddaf81cee0ca1e3d45d5959ea (diff)
downloadserverdata-dd19e5ac28d230b2c4f179c0807e3aea3332255d.tar.gz
serverdata-dd19e5ac28d230b2c4f179c0807e3aea3332255d.tar.bz2
serverdata-dd19e5ac28d230b2c4f179c0807e3aea3332255d.tar.xz
serverdata-dd19e5ac28d230b2c4f179c0807e3aea3332255d.zip
Add the rowboat and Koga NPCs to Artis
-rw-r--r--db/constants.conf1
-rw-r--r--npc/001-1/_import.txt2
-rw-r--r--npc/001-1/koga.txt20
-rw-r--r--npc/001-1/rowboat.txt20
-rw-r--r--npc/008-2-2/_import.txt2
-rw-r--r--npc/008-2-6/_import.txt2
6 files changed, 45 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf
index ab0f14cf..2da38e3c 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4123,6 +4123,7 @@ constants_db: {
NPC_RICHARD_LEGACY: 454
NPC_SOPHIALLA: 455
NPC_MUNDANE: 456
+ NPC_ROWBOAT_STAND_WE: 457
NPC_TEST1: 800
NPC_PLAYER: 801
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt
index a8cfa7d7..1b748d55 100644
--- a/npc/001-1/_import.txt
+++ b/npc/001-1/_import.txt
@@ -18,6 +18,7 @@
"npc/001-1/harbours.txt",
"npc/001-1/juscare.txt",
"npc/001-1/katja.txt",
+"npc/001-1/koga.txt",
"npc/001-1/lucas.txt",
"npc/001-1/manhole.txt",
"npc/001-1/mapflags.txt",
@@ -28,6 +29,7 @@
"npc/001-1/pious.txt",
"npc/001-1/qonan.txt",
"npc/001-1/qpid.txt",
+"npc/001-1/rowboat.txt",
"npc/001-1/rumly.txt",
"npc/001-1/salem.txt",
"npc/001-1/shop.txt",
diff --git a/npc/001-1/koga.txt b/npc/001-1/koga.txt
new file mode 100644
index 00000000..1359f4e3
--- /dev/null
+++ b/npc/001-1/koga.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// The Koga in Artis, only accessable via Rowboat.
+// THIS IS A PLACEHOLDER!
+
+001-1,225,59,0 script Koga NPC_KOGA,{
+ speech
+ l("Oh, hi."),
+ l("In case you don't have a commendatory letter from you-know-whom, I am just sitting here and observe the whales.");
+ l("Perhaps, and only perhaps, if you bring me the latter, I can bring you to a ship that will perhaps, and only perhaps, be able to bring you to Woodland.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 4;
+ end;
+}
diff --git a/npc/001-1/rowboat.txt b/npc/001-1/rowboat.txt
new file mode 100644
index 00000000..8682ba0e
--- /dev/null
+++ b/npc/001-1/rowboat.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// The rowboat, picking up the player on small beach in order to bring it to Koga.
+// THIS IS A PLACEHOLDER!
+
+001-1,203,64,0 script Rowboat NPC_ROWBOAT_STAND_WE,{
+ speech
+ l("Oh, hi."),
+ l("In case you don't have a commendatory letter from you-know-whom, I am just sitting here and observe the whales.");
+ l("Perhaps, and only perhaps, if you bring me the latter, I can bring you to a ship that will perhaps, and only perhaps, be able to bring you to Woodland.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
diff --git a/npc/008-2-2/_import.txt b/npc/008-2-2/_import.txt
index 9fc64957..55e479c0 100644
--- a/npc/008-2-2/_import.txt
+++ b/npc/008-2-2/_import.txt
@@ -5,6 +5,6 @@
"npc/008-2-2/kfahr.txt",
"npc/008-2-2/ledmitz.txt",
"npc/008-2-2/mapflags.txt",
+"npc/008-2-2/melania.txt",
"npc/008-2-2/melinda.txt",
"npc/008-2-2/note.txt",
-"npc/008-2-2/receptionist.txt",
diff --git a/npc/008-2-6/_import.txt b/npc/008-2-6/_import.txt
index ceb45513..38c19068 100644
--- a/npc/008-2-6/_import.txt
+++ b/npc/008-2-6/_import.txt
@@ -2,5 +2,5 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/008-2-6/_warps.txt",
"npc/008-2-6/alan.txt",
-"npc/008-2-6/apprentice.txt",
+"npc/008-2-6/donald.txt",
"npc/008-2-6/mapflags.txt",