summaryrefslogtreecommitdiff
path: root/npc/025-1/drahcir.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-15 19:43:00 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-15 19:43:00 -0300
commitffd7b573c0d4d0ebd4b3981fb9e867718a5849d1 (patch)
treedd447bd8d6a336bba4dc4f9473fbf0d6d2cf9beb /npc/025-1/drahcir.txt
parent5b399b1e3e5c6927871ee98daa0ff1ee893f0bd1 (diff)
downloadserverdata-ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1.tar.gz
serverdata-ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1.tar.bz2
serverdata-ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1.tar.xz
serverdata-ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1.zip
Fortress Town missing npcs
Diffstat (limited to 'npc/025-1/drahcir.txt')
-rw-r--r--npc/025-1/drahcir.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/025-1/drahcir.txt b/npc/025-1/drahcir.txt
new file mode 100644
index 000000000..72a3b7c76
--- /dev/null
+++ b/npc/025-1/drahcir.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// Drahcir is Richard spelled backwards
+
+025-1,167,61,0 script Drahcir NPC_LLOYD,{
+ Banker(.name$, "Fortress Town", 2000);
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 5;
+ end;
+}
+