From c1a5b3f0108a79b50319b241a838dfb981569614 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 14 Jul 2018 18:08:59 -0300 Subject: Make Maps, add model on 017-3 for coding sake --- npc/018-5/_import.txt | 4 ++++ npc/018-5/_mobs.txt | 7 +++++++ npc/018-5/soul_menhir.txt | 20 ++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 npc/018-5/_import.txt create mode 100644 npc/018-5/_mobs.txt create mode 100644 npc/018-5/soul_menhir.txt (limited to 'npc/018-5') 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; +} -- cgit v1.2.3-60-g2f50