diff options
author | Led Mitz <smoothshifter@tuta.io> | 2024-09-09 22:21:46 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-09-09 22:21:46 +0000 |
commit | 62c13173f278c20ca637a98cb73c43d92ca475f2 (patch) | |
tree | b8668205b6d8636426969270f0992f1c74f99192 /world/map/npc/011-1 | |
parent | 442f25eac02064d7e9e738b7a17d6e6bb7c99de2 (diff) | |
download | serverdata-62c13173f278c20ca637a98cb73c43d92ca475f2.tar.gz serverdata-62c13173f278c20ca637a98cb73c43d92ca475f2.tar.bz2 serverdata-62c13173f278c20ca637a98cb73c43d92ca475f2.tar.xz serverdata-62c13173f278c20ca637a98cb73c43d92ca475f2.zip |
Added a bunch of NPCs that miteyo should detect
I probably missed some. I may have a few errors, but I sure found a lot of npcs that are magical and ready for detection with #miteyo. TY Hello=) for the IS_MAGIC code.
Reviewed-by: Hello TMW <hello@themanaworld.org>
Diffstat (limited to 'world/map/npc/011-1')
-rw-r--r-- | world/map/npc/011-1/auldsbel.txt | 8 |
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; } |