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/027-7/_import.txt | 4 ++++ npc/027-7/_warps.txt | 5 +++++ npc/027-7/banker.txt | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 npc/027-7/_import.txt create mode 100644 npc/027-7/_warps.txt create mode 100644 npc/027-7/banker.txt (limited to 'npc/027-7') 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; +} + -- cgit v1.2.3-70-g09d2