summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-09 14:11:44 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-09 14:11:44 -0300
commit8e98014ffb5443a0fad5748867de57d75f567cd0 (patch)
treea8a3adbe84030f1b96f71b8a57535b1744b54eb6
parentad0606149e56586272faf90f9d7236e7575d4ef6 (diff)
downloadserverdata-8e98014ffb5443a0fad5748867de57d75f567cd0.tar.gz
serverdata-8e98014ffb5443a0fad5748867de57d75f567cd0.tar.bz2
serverdata-8e98014ffb5443a0fad5748867de57d75f567cd0.tar.xz
serverdata-8e98014ffb5443a0fad5748867de57d75f567cd0.zip
Regenerate maps + Soul Menhir to 017-1
-rw-r--r--maps/re/017-1.mcachebin4694 -> 4681 bytes
-rw-r--r--npc/017-1/_import.txt1
-rw-r--r--npc/017-1/soul-menhir.txt20
3 files changed, 21 insertions, 0 deletions
diff --git a/maps/re/017-1.mcache b/maps/re/017-1.mcache
index 4c3c55852..0e36f5d8c 100644
--- a/maps/re/017-1.mcache
+++ b/maps/re/017-1.mcache
Binary files differ
diff --git a/npc/017-1/_import.txt b/npc/017-1/_import.txt
index 5720d3607..29acbdbe2 100644
--- a/npc/017-1/_import.txt
+++ b/npc/017-1/_import.txt
@@ -1,3 +1,4 @@
// Map 017-1: Land Of Fire Village
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/017-1/_warps.txt",
+"npc/017-1/soul-menhir.txt",
diff --git a/npc/017-1/soul-menhir.txt b/npc/017-1/soul-menhir.txt
new file mode 100644
index 000000000..74ad4f6d1
--- /dev/null
+++ b/npc/017-1/soul-menhir.txt
@@ -0,0 +1,20 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// Soul Menhir
+
+017-1,120,86,0 script Soul Menhir#lof NPC_SOUL_OLD,{
+ @map$ = "017-1";
+ setarray @Xs, 119, 120, 121, 119, 120, 121;
+ setarray @Ys, 87, 88, 87, 88, 87, 88;
+ @x = 0;
+ @y = 0;
+ callfunc "SoulMenhir";
+ @map$ = "";
+ cleararray @Xs[0], 0, getarraysize(@Xs);
+ cleararray @Ys[0], 0, getarraysize(@Ys);
+ @x = 0;
+ @y = 0;
+ close;
+}