summaryrefslogtreecommitdiff
path: root/world/map/npc/018-1
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2024-09-09 22:21:46 +0000
committerLed Mitz <smoothshifter@tuta.io>2024-09-09 22:21:46 +0000
commit62c13173f278c20ca637a98cb73c43d92ca475f2 (patch)
treeb8668205b6d8636426969270f0992f1c74f99192 /world/map/npc/018-1
parent442f25eac02064d7e9e738b7a17d6e6bb7c99de2 (diff)
downloadserverdata-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/018-1')
-rw-r--r--world/map/npc/018-1/flowerpentagram3.txt4
-rw-r--r--world/map/npc/018-1/sword.txt6
2 files changed, 9 insertions, 1 deletions
diff --git a/world/map/npc/018-1/flowerpentagram3.txt b/world/map/npc/018-1/flowerpentagram3.txt
index 857c412d..7f90965e 100644
--- a/world/map/npc/018-1/flowerpentagram3.txt
+++ b/world/map/npc/018-1/flowerpentagram3.txt
@@ -108,4 +108,8 @@ L_PlacedFifthFlower:
L_Close:
set @localMonsterCount, 0;
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}
diff --git a/world/map/npc/018-1/sword.txt b/world/map/npc/018-1/sword.txt
index 8d5dc827..885c9532 100644
--- a/world/map/npc/018-1/sword.txt
+++ b/world/map/npc/018-1/sword.txt
@@ -1,4 +1,4 @@
-018-1,110,43,0|script|#IceSword#_M|400
+018-1,110,43,0|script|#IceSword|400
{
if (getskilllv(SKILL_MAGIC))
goto L_message;
@@ -8,4 +8,8 @@ L_message:
mes "[Sword in Pond]";
mes "\"Zzzzzz.....\"";
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}