From bf736124b65dde540c9065be12f6faa89fba2ca3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Mar 2019 01:12:41 -0300 Subject: Frostia Town is now working. --- npc/024-3/arauto.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 npc/024-3/arauto.txt (limited to 'npc/024-3/arauto.txt') diff --git a/npc/024-3/arauto.txt b/npc/024-3/arauto.txt new file mode 100644 index 000000000..5c6eb6377 --- /dev/null +++ b/npc/024-3/arauto.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Banker. + +024-3,33,28,0 script Arauto NPC_LLOYD,{ + Banker(.name$, "Frostia", 9800); + close; + +OnInit: + .sex = G_MALE; + .distance = 5; + end; +} + -- cgit v1.2.3-60-g2f50