summaryrefslogtreecommitdiff
path: root/npc/008-1-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-1')
-rw-r--r--npc/008-1-1/_import.txt3
-rw-r--r--npc/008-1-1/_mobs.txt23
-rw-r--r--npc/008-1-1/_warps.txt4
-rw-r--r--npc/008-1-1/koga.txt20
4 files changed, 50 insertions, 0 deletions
diff --git a/npc/008-1-1/_import.txt b/npc/008-1-1/_import.txt
index 7063c99e..b6807450 100644
--- a/npc/008-1-1/_import.txt
+++ b/npc/008-1-1/_import.txt
@@ -1,2 +1,5 @@
// Map 008-1-1: Woodland
// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/008-1-1/_mobs.txt",
+"npc/008-1-1/_warps.txt",
+"npc/008-1-1/koga.txt",
diff --git a/npc/008-1-1/_mobs.txt b/npc/008-1-1/_mobs.txt
new file mode 100644
index 00000000..8fc5e8ff
--- /dev/null
+++ b/npc/008-1-1/_mobs.txt
@@ -0,0 +1,23 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 008-1-1: Woodland mobs
+008-1-1,173,86,25,5 monster Forest Maggot 1028,12,500,2500
+008-1-1,132,56,7,5 monster Forest Maggot 1028,5,500,2500
+008-1-1,144,91,11,16 monster Butterfly 1032,8,10000,10000
+008-1-1,63,73,11,5 monster Maggot 1026,7,500,10000
+008-1-1,206,87,6,4 monster Mouboo 1023,3,30000,60000
+008-1-1,131,45,0,0 monster Beehive 1056,1,30000,100000
+008-1-1,156,51,10,4 monster Alizarin Plant 1037,3,1000,25000
+008-1-1,167,61,2,2 monster Pink Flower 1034,1,100,10000
+008-1-1,153,176,9,7 monster Silkworm 1040,4,3000,6000
+008-1-1,96,47,3,2 monster Mauve Plant 1036,3,1000,2000
+008-1-1,162,78,6,3 monster Gamboge Plant 1038,2,1000,10000
+008-1-1,197,67,7,5 monster Cobalt Plant 1039,2,1000,30000
+008-1-1,165,109,2,2 monster Pink Flower 1034,1,100,10000
+008-1-1,217,62,2,2 monster Pink Flower 1034,1,100,10000
+008-1-1,119,66,2,2 monster Pink Flower 1034,1,100,10000
+008-1-1,112,75,2,2 monster Pink Flower 1034,1,100,10000
+008-1-1,110,46,3,2 monster Mauve Plant 1036,3,1000,2000
+008-1-1,159,93,9,7 monster Silkworm 1040,4,3000,6000
+008-1-1,68,29,7,7 monster Mouboo 1023,3,30000,60000
+008-1-1,126,45,0,0 monster Beehive 1056,1,30000,100000
+008-1-1,121,45,0,0 monster Beehive 1056,1,30000,100000
diff --git a/npc/008-1-1/_warps.txt b/npc/008-1-1/_warps.txt
new file mode 100644
index 00000000..56d9cc3f
--- /dev/null
+++ b/npc/008-1-1/_warps.txt
@@ -0,0 +1,4 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 008-1-1: Woodland warps
+008-1-1,247,85,0 warp #008-1-1_247_85 0,1,008-1,21,85
+008-1-1,202,47,0 warp #008-1-1_202_47 0,0,008-3-0,129,112
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;
+}