summaryrefslogtreecommitdiff
path: root/world/map/npc/017-4
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/017-4
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/017-4')
-rw-r--r--world/map/npc/017-4/guardingspirit.txt6
-rw-r--r--world/map/npc/017-4/orum.txt4
-rw-r--r--world/map/npc/017-4/waric.txt4
3 files changed, 13 insertions, 1 deletions
diff --git a/world/map/npc/017-4/guardingspirit.txt b/world/map/npc/017-4/guardingspirit.txt
index 8fef95ed..06dc0a6b 100644
--- a/world/map/npc/017-4/guardingspirit.txt
+++ b/world/map/npc/017-4/guardingspirit.txt
@@ -1,6 +1,6 @@
// Author: Jenalya
-017-4,173,47,0|script|#Guarding Spirit#_M|204,0,0
+017-4,173,47,0|script|#Guarding Spirit|204,0,0
{
goto L_Talk;
@@ -94,4 +94,8 @@ OnTouch:
goto L_Block;
warp "017-4", 201, 26;
end;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}
diff --git a/world/map/npc/017-4/orum.txt b/world/map/npc/017-4/orum.txt
index 213f14af..58c605a4 100644
--- a/world/map/npc/017-4/orum.txt
+++ b/world/map/npc/017-4/orum.txt
@@ -840,4 +840,8 @@ L_Close:
set @REWARD_MONEY, 0;
set @REWARD_EXP, 0;
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}
diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt
index 1fc489f3..55b794c8 100644
--- a/world/map/npc/017-4/waric.txt
+++ b/world/map/npc/017-4/waric.txt
@@ -383,6 +383,10 @@ L_Close:
set @SUP_lvl, 0;
set @SUP_xp, 0;
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}
017-1,74,32,0|script|DebugFlowerP|153