From a7c45a192268da2601cef47a4cdba987ae2327ca Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 23 Oct 2022 21:44:22 -0300 Subject: Initial commit (Moubootaur Legends fork) --- npc/024-3/_import.txt | 4 ++++ npc/024-3/_warps.txt | 3 +++ npc/024-3/arauto.txt | 16 ++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 npc/024-3/_import.txt create mode 100644 npc/024-3/_warps.txt create mode 100644 npc/024-3/arauto.txt (limited to 'npc/024-3') 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; +} + -- cgit v1.2.3-70-g09d2