summaryrefslogtreecommitdiff
path: root/npc/027-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-10-23 21:44:22 -0300
committerJesusaves <cpntb1@ymail.com>2022-10-23 21:44:22 -0300
commita7c45a192268da2601cef47a4cdba987ae2327ca (patch)
treec5fb5b97db109fe7106496dd96498c475881046b /npc/027-7
downloadserverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.gz
serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.bz2
serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.xz
serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.zip
Initial commit (Moubootaur Legends fork)
Diffstat (limited to 'npc/027-7')
-rw-r--r--npc/027-7/_import.txt4
-rw-r--r--npc/027-7/_warps.txt5
-rw-r--r--npc/027-7/banker.txt16
3 files changed, 25 insertions, 0 deletions
diff --git a/npc/027-7/_import.txt b/npc/027-7/_import.txt
new file mode 100644
index 0000000..cec57a4
--- /dev/null
+++ b/npc/027-7/_import.txt
@@ -0,0 +1,4 @@
+// Map 027-7: Academy's Storage
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/027-7/_warps.txt",
+"npc/027-7/banker.txt",
diff --git a/npc/027-7/_warps.txt b/npc/027-7/_warps.txt
new file mode 100644
index 0000000..53b128c
--- /dev/null
+++ b/npc/027-7/_warps.txt
@@ -0,0 +1,5 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 027-7: Academy's Storage warps
+027-7,41,49,0 warp #027-7_41_49 0,0,027-1,77,119
+027-7,60,49,0 warp #027-7_60_49 0,0,027-1,82,119
+027-7,24,49,0 warp #027-7_24_49 0,0,027-1,72,119
diff --git a/npc/027-7/banker.txt b/npc/027-7/banker.txt
new file mode 100644
index 0000000..0a478f8
--- /dev/null
+++ b/npc/027-7/banker.txt
@@ -0,0 +1,16 @@
+// TMW2 Scripts.
+// Author:
+// Jesusalva
+// Description:
+// Magic School bank
+
+027-7,66,40,0 script Benjamin NPC_LLOYD,{
+ Banker(.name$, "Magic Academy", 1000000);
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 4;
+ end;
+}
+