summaryrefslogtreecommitdiff
path: root/npc/008-1-1/koga.txt
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2018-11-22 12:31:56 +0000
committerMicksha <ms-shaman@gmx.de>2018-11-22 12:31:56 +0000
commita90aae85fbe508659a400cec961dfca2d1c850cf (patch)
treed9159823c9e621391ce3a53f53644b9d4e39b025 /npc/008-1-1/koga.txt
parent3a476c210c6242df608a7dbcf81f44ad4ca82574 (diff)
parent6964a38263c6da339baa5b4663d827ea0b0cd28d (diff)
downloadserverdata-a90aae85fbe508659a400cec961dfca2d1c850cf.tar.gz
serverdata-a90aae85fbe508659a400cec961dfca2d1c850cf.tar.bz2
serverdata-a90aae85fbe508659a400cec961dfca2d1c850cf.tar.xz
serverdata-a90aae85fbe508659a400cec961dfca2d1c850cf.zip
Merge branch 'mobs' into 'master's20181205
Add all the gem veins, add beehive See merge request evol/serverdata!141
Diffstat (limited to 'npc/008-1-1/koga.txt')
-rw-r--r--npc/008-1-1/koga.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt
new file mode 100644
index 00000000..f32e953c
--- /dev/null
+++ b/npc/008-1-1/koga.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// The Koga in Artis, only accessable via Rowboat.
+// THIS IS A PLACEHOLDER!
+
+008-1-1,30,60,0 script Koga#008-1-1 NPC_KOGA,{
+ speech
+ l("So, finally, we are here."),
+ l("Do you want to go back to Artis? You really should be afraid of the Legion there, now that you have been here in Woodland. They somehow smell the odor of the Brotherhood.");
+ l("Better you stay here for a while. Come back when you are stronger.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 4;
+ end;
+}