summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-11 21:28:51 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-11 21:28:51 -0300
commit57ef3fe8d33b90ec28fd1e108dd64208500f234c (patch)
tree4f30b04dba28bf5f89788c1efeb58ee6e747712b
parentf60be0799dd641c6832529d7f9137e1de6b81558 (diff)
downloadserverdata-57ef3fe8d33b90ec28fd1e108dd64208500f234c.tar.gz
serverdata-57ef3fe8d33b90ec28fd1e108dd64208500f234c.tar.bz2
serverdata-57ef3fe8d33b90ec28fd1e108dd64208500f234c.tar.xz
serverdata-57ef3fe8d33b90ec28fd1e108dd64208500f234c.zip
Some utilities
-rw-r--r--npc/081-1/_import.txt1
-rw-r--r--npc/081-1/extra.txt31
2 files changed, 32 insertions, 0 deletions
diff --git a/npc/081-1/_import.txt b/npc/081-1/_import.txt
index 9d0112e7..a71acf41 100644
--- a/npc/081-1/_import.txt
+++ b/npc/081-1/_import.txt
@@ -2,3 +2,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/081-1/_warps.txt",
"npc/081-1/dungeon.txt",
+"npc/081-1/extra.txt",
diff --git a/npc/081-1/extra.txt b/npc/081-1/extra.txt
new file mode 100644
index 00000000..33250358
--- /dev/null
+++ b/npc/081-1/extra.txt
@@ -0,0 +1,31 @@
+// TMW Script.
+// Author:
+// Jesusalva
+// Notes:
+// Christmas 2021 - Extra NPCs & Code Injection
+
+081-1,82,68,0 script Nut Cracker NPC330,{
+ @npcname$ = "Nut Cracker";
+ Banker();
+ close;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+081-1,57,49,0 script Soul Menhir#Aethyr NPC346,{
+ @map$ = "081-1";
+ setarray @Xs, 54, 54, 54, 55, 55, 55, 56;
+ setarray @Ys, 52, 53, 54, 52, 53, 54, 54;
+ @x = 0;
+ @y = 0;
+ callfunc "SoulMenhir";
+ @map$ = "";
+ cleararray @Xs[0], 0, 7;
+ cleararray @Ys[0], 0, 7;
+ @x = 0;
+ @y = 0;
+ close;
+}
+