diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-16 00:08:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-16 00:08:07 -0300 |
commit | 02b15e5dbf41275a81d8e20ea4923d416bc6766e (patch) | |
tree | 86cc05ebceaf59459a35ef95f94c7e76176dcb7b /npc/003-0/audsbel.txt | |
parent | 6829c2b11e55d8706d3819d07fa5496b67344a7f (diff) | |
download | serverdata-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.txt | 19 |
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; +} |