diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
commit | a7c45a192268da2601cef47a4cdba987ae2327ca (patch) | |
tree | c5fb5b97db109fe7106496dd96498c475881046b /npc/027-7 | |
download | serverdata-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.txt | 4 | ||||
-rw-r--r-- | npc/027-7/_warps.txt | 5 | ||||
-rw-r--r-- | npc/027-7/banker.txt | 16 |
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; +} + |