summaryrefslogtreecommitdiff
path: root/world/map/npc/011-1/auldsbel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/011-1/auldsbel.txt')
-rw-r--r--world/map/npc/011-1/auldsbel.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/world/map/npc/011-1/auldsbel.txt b/world/map/npc/011-1/auldsbel.txt
index 8f8fe66c..a289f86a 100644
--- a/world/map/npc/011-1/auldsbel.txt
+++ b/world/map/npc/011-1/auldsbel.txt
@@ -1,7 +1,7 @@
// Auldsbel the Wizard
// Transmutation Magic expert
-011-1,50,68,0|script|Auldsbel#_M|168
+011-1,50,68,0|script|Auldsbel|168
{
set @mexp, MAGIC_EXPERIENCE & 65535;
@@ -943,7 +943,7 @@ L_Next8:
mes "\"I suggest that you run.\"";
next;
misceffect sfx_magic_transmute;
- monster "this", 50, 68, "", 1034, 4, "Auldsbel#_M::OnSnakeDeath";
+ monster "this", 50, 68, "", 1034, 4, "Auldsbel::OnSnakeDeath";
close;
OnSnakeDeath:
@@ -1287,4 +1287,8 @@ S_update_var:
(QUEST_MAGIC & ~(@Q_MASK)
| (@Q_status << @Q_SHIFT));
return;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}