summaryrefslogtreecommitdiff
path: root/npc/003-0/audsbel.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-16 00:08:07 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-16 00:08:07 -0300
commit02b15e5dbf41275a81d8e20ea4923d416bc6766e (patch)
tree86cc05ebceaf59459a35ef95f94c7e76176dcb7b /npc/003-0/audsbel.txt
parent6829c2b11e55d8706d3819d07fa5496b67344a7f (diff)
downloadserverdata-02b15e5dbf41275a81d8e20ea4923d416bc6766e.tar.gz
serverdata-02b15e5dbf41275a81d8e20ea4923d416bc6766e.tar.bz2
serverdata-02b15e5dbf41275a81d8e20ea4923d416bc6766e.tar.xz
serverdata-02b15e5dbf41275a81d8e20ea4923d416bc6766e.zip
Audsbel constant and definition. Report broken Paladin Skills
Diffstat (limited to 'npc/003-0/audsbel.txt')
-rw-r--r--npc/003-0/audsbel.txt19
1 files changed, 17 insertions, 2 deletions
diff --git a/npc/003-0/audsbel.txt b/npc/003-0/audsbel.txt
index 9f117c89d..ca5edecbb 100644
--- a/npc/003-0/audsbel.txt
+++ b/npc/003-0/audsbel.txt
@@ -1,3 +1,18 @@
-// Gives #parum
-// coords: (32,24)
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// One of the Mana Magic Leaders
+// Gives #parum
+
+003-0,34,37,0 script Audsbel NPC_AULDSBEL,{
+ goodbye;
+ closedialog;
+ close;
+
+OnInit:
+ .sex=G_MALE;
+ .distance=5;
+ end;
+}