From d225ececc12c224f8aa38b38588932e050bf5afd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 May 2022 13:43:15 -0300 Subject: Add the necessary NPCs to the new maps --- npc/027-7/_import.txt | 1 + npc/027-7/banker.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) 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 index 9f64ac15e..cec57a43f 100644 --- a/npc/027-7/_import.txt +++ b/npc/027-7/_import.txt @@ -1,3 +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/banker.txt b/npc/027-7/banker.txt new file mode 100644 index 000000000..0a478f8fa --- /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-60-g2f50