diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-09 13:09:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-09 13:09:14 -0300 |
commit | 90ef6ad89adfcbc7821fa2df6e60845ac871e265 (patch) | |
tree | c7a377bcf5286612405c4a53e1e78779b5089e31 /npc/003-0-2/misc.txt | |
parent | bd550da7f07e29b858b2167763d19d1ff613ae62 (diff) | |
download | serverdata-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/misc.txt')
-rw-r--r-- | npc/003-0-2/misc.txt | 16 |
1 files changed, 16 insertions, 0 deletions
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; +} + |