diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 13:43:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 13:43:15 -0300 |
commit | d225ececc12c224f8aa38b38588932e050bf5afd (patch) | |
tree | b736bc84e6ac4c1ae2a5061da97e6ceb9952bfca /npc/027-7/banker.txt | |
parent | 8e37aa31ebc8a04c6f4db744fcad06e7b7fcf2e2 (diff) | |
download | serverdata-d225ececc12c224f8aa38b38588932e050bf5afd.tar.gz serverdata-d225ececc12c224f8aa38b38588932e050bf5afd.tar.bz2 serverdata-d225ececc12c224f8aa38b38588932e050bf5afd.tar.xz serverdata-d225ececc12c224f8aa38b38588932e050bf5afd.zip |
Add the necessary NPCs to the new maps
Diffstat (limited to 'npc/027-7/banker.txt')
-rw-r--r-- | npc/027-7/banker.txt | 16 |
1 files changed, 16 insertions, 0 deletions
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; +} + |