summaryrefslogtreecommitdiff
path: root/npc/018-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-14 18:08:59 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-14 18:08:59 -0300
commitc1a5b3f0108a79b50319b241a838dfb981569614 (patch)
treebf40d8bb97f0045a0173398fcdfc367c418cf4c2 /npc/018-5
parent7cfa4a21a3a4eef870f1b664a1009f77d6726d9a (diff)
downloadserverdata-c1a5b3f0108a79b50319b241a838dfb981569614.tar.gz
serverdata-c1a5b3f0108a79b50319b241a838dfb981569614.tar.bz2
serverdata-c1a5b3f0108a79b50319b241a838dfb981569614.tar.xz
serverdata-c1a5b3f0108a79b50319b241a838dfb981569614.zip
Make Maps, add model on 017-3 for coding sake
Diffstat (limited to 'npc/018-5')
-rw-r--r--npc/018-5/_import.txt4
-rw-r--r--npc/018-5/_mobs.txt7
-rw-r--r--npc/018-5/soul_menhir.txt20
3 files changed, 31 insertions, 0 deletions
diff --git a/npc/018-5/_import.txt b/npc/018-5/_import.txt
new file mode 100644
index 000000000..aa575340c
--- /dev/null
+++ b/npc/018-5/_import.txt
@@ -0,0 +1,4 @@
+// Map 018-5: Lilit Island
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/018-5/_mobs.txt",
+"npc/018-5/soul_menhir.txt",
diff --git a/npc/018-5/_mobs.txt b/npc/018-5/_mobs.txt
new file mode 100644
index 000000000..0b1e80524
--- /dev/null
+++ b/npc/018-5/_mobs.txt
@@ -0,0 +1,7 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 018-5: Lilit Island mobs
+018-5,68,87,25,16 monster Water Fairy 1185,8,20000,40000
+018-5,66,84,25,18 monster Grass Snake 1169,10,10000,10000
+018-5,82,88,41,15 monster Wind Fairy 1185,8,40000,20000
+018-5,99,47,22,14 monster Poison Fairy 1186,6,30000,30000
+018-5,58,146,26,12 monster Mountain Snake 1123,6,120000,0
diff --git a/npc/018-5/soul_menhir.txt b/npc/018-5/soul_menhir.txt
new file mode 100644
index 000000000..6a28f95ef
--- /dev/null
+++ b/npc/018-5/soul_menhir.txt
@@ -0,0 +1,20 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// Soul Menhir
+
+018-5,111,52,0 script Soul Menhir#lil NPC_MOSS,{
+ @map$ = "018-1";
+ setarray @Xs, 110, 111, 112;
+ setarray @Ys, 53, 53, 53;
+ @x = 0;
+ @y = 0;
+ callfunc "SoulMenhir";
+ @map$ = "";
+ cleararray @Xs[0], 0, getarraysize(@Xs);
+ cleararray @Ys[0], 0, getarraysize(@Ys);
+ @x = 0;
+ @y = 0;
+ close;
+}