summaryrefslogtreecommitdiff
path: root/npc/024-3
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/024-3
downloadserverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.gz
serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.bz2
serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.xz
serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.zip
Initial commit (Moubootaur Legends fork)
Diffstat (limited to 'npc/024-3')
-rw-r--r--npc/024-3/_import.txt4
-rw-r--r--npc/024-3/_warps.txt3
-rw-r--r--npc/024-3/arauto.txt16
3 files changed, 23 insertions, 0 deletions
diff --git a/npc/024-3/_import.txt b/npc/024-3/_import.txt
new file mode 100644
index 0000000..5b3917d
--- /dev/null
+++ b/npc/024-3/_import.txt
@@ -0,0 +1,4 @@
+// Map 024-3: Frostia Indoors
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/024-3/_warps.txt",
+"npc/024-3/arauto.txt",
diff --git a/npc/024-3/_warps.txt b/npc/024-3/_warps.txt
new file mode 100644
index 0000000..d0ee584
--- /dev/null
+++ b/npc/024-3/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 024-3: Frostia Indoors warps
+024-3,35,35,0 warp #024-3_35_35 0,0,024-1,126,29
diff --git a/npc/024-3/arauto.txt b/npc/024-3/arauto.txt
new file mode 100644
index 0000000..5c6eb63
--- /dev/null
+++ b/npc/024-3/arauto.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// Banker.
+
+024-3,33,28,0 script Arauto NPC_LLOYD,{
+ Banker(.name$, "Frostia", 9800);
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 5;
+ end;
+}
+