summaryrefslogtreecommitdiff
path: root/npc/003-0-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-09 13:09:14 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-09 13:09:14 -0300
commit90ef6ad89adfcbc7821fa2df6e60845ac871e265 (patch)
treec7a377bcf5286612405c4a53e1e78779b5089e31 /npc/003-0-2
parentbd550da7f07e29b858b2167763d19d1ff613ae62 (diff)
downloadserverdata-90ef6ad89adfcbc7821fa2df6e60845ac871e265.tar.gz
serverdata-90ef6ad89adfcbc7821fa2df6e60845ac871e265.tar.bz2
serverdata-90ef6ad89adfcbc7821fa2df6e60845ac871e265.tar.xz
serverdata-90ef6ad89adfcbc7821fa2df6e60845ac871e265.zip
Add Povo's storage guy
Diffstat (limited to 'npc/003-0-2')
-rw-r--r--npc/003-0-2/_import.txt1
-rw-r--r--npc/003-0-2/misc.txt16
2 files changed, 17 insertions, 0 deletions
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;
+}
+