From 90ef6ad89adfcbc7821fa2df6e60845ac871e265 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 9 Dec 2020 13:09:14 -0300 Subject: Add Povo's storage guy --- npc/003-0-2/_import.txt | 1 + npc/003-0-2/misc.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 npc/003-0-2/misc.txt (limited to 'npc') diff --git a/npc/003-0-2/_import.txt b/npc/003-0-2/_import.txt index 84cd659b6..7d5bc1b31 100644 --- a/npc/003-0-2/_import.txt +++ b/npc/003-0-2/_import.txt @@ -2,3 +2,4 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/003-0-2/_warps.txt", "npc/003-0-2/manastone.txt", +"npc/003-0-2/misc.txt", diff --git a/npc/003-0-2/misc.txt b/npc/003-0-2/misc.txt new file mode 100644 index 000000000..e4c2f358b --- /dev/null +++ b/npc/003-0-2/misc.txt @@ -0,0 +1,16 @@ +// TMW2 Script +// Author: +// Jesusalva +// Description: +// Miscellaneous utilities for the magic council + +003-0-2,28,42,0 script Lloyd NPC_LLOYD,{ + Banker(.name$, "Magic Guild", 1000000); + close; + +OnInit: + .sex = G_MALE; + .distance = 4; + end; +} + -- cgit v1.2.3-60-g2f50