summaryrefslogtreecommitdiff
path: root/npc/008-1-1
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
commit6964a38263c6da339baa5b4663d827ea0b0cd28d (patch)
treed9159823c9e621391ce3a53f53644b9d4e39b025 /npc/008-1-1
parent3a476c210c6242df608a7dbcf81f44ad4ca82574 (diff)
downloadserverdata-6964a38263c6da339baa5b4663d827ea0b0cd28d.tar.gz
serverdata-6964a38263c6da339baa5b4663d827ea0b0cd28d.tar.bz2
serverdata-6964a38263c6da339baa5b4663d827ea0b0cd28d.tar.xz
serverdata-6964a38263c6da339baa5b4663d827ea0b0cd28d.zip
Add all the gem veins, add beehive
Diffstat (limited to 'npc/008-1-1')
-rw-r--r--npc/008-1-1/_import.txt2
-rw-r--r--npc/008-1-1/_mobs.txt23
-rw-r--r--npc/008-1-1/_warps.txt1
-rw-r--r--npc/008-1-1/koga.txt20
4 files changed, 46 insertions, 0 deletions
diff --git a/npc/008-1-1/_import.txt b/npc/008-1-1/_import.txt
index ea6fd468..b6807450 100644
--- a/npc/008-1-1/_import.txt
+++ b/npc/008-1-1/_import.txt
@@ -1,3 +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
index 8dc1e0b5..56d9cc3f 100644
--- a/npc/008-1-1/_warps.txt
+++ b/npc/008-1-1/_warps.txt
@@ -1,3 +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;
+}