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/099-2 | |
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/099-2')
-rw-r--r-- | world/map/npc/099-2/logic.txt | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/world/map/npc/099-2/logic.txt b/world/map/npc/099-2/logic.txt index 29d7e96d..16f3fc3f 100644 --- a/world/map/npc/099-2/logic.txt +++ b/world/map/npc/099-2/logic.txt @@ -318,10 +318,14 @@ L_UseLens: mes "Rest in Peace. Damnatio memoriae. Effective immediately."; // ;-- TRANSLATORS: Damnatio memoriae - "condemnation of memory", indicating that a person is to be excluded from official accounts. History rewrite if required. next; - //mes "The lens break! They were not only poorly effective but also of bad quality."; + //mes "The lens breaks! It was not only poorly effective, but also of bad quality."; mes "If only we could make the real Lens, we would have been able to find out"; - mes "what is up with this ominous, eerie feeling this picture gives."; + mes "What is up with this ominous, eerie feeling this picture gives?"; close; + +OnInit: + set .IS_MAGIC, 1; + end; } 099-1,35,22,0|script|Fireplace#099-1|400 @@ -392,6 +396,10 @@ L_UseLens: mes "There is also a spell here: \"##B#storage##b\"."; mes "I assume it only works at specific times."; close; + +OnInit: + set .IS_MAGIC, 1; + end; } 099-3,39,46,0|script|Outstanding Book#099-3|400 @@ -429,20 +437,19 @@ L_UseLens: goto L_Potion; L_Shock: - mes "Some was trying to make Shock Sweets here."; - mes "However, it doesn't seems to have been finished."; + mes "Someone was trying to make Shock Sweets here."; + mes "However, they don't seem to be finished."; next; - mes "There are the initials \"To stop F.F.\" nearby."; + mes "An inscription reads, \"To stop F.F.\", nearby."; mes "One can only wonder who or what F.F. is."; close; L_Potion: - mes "Some was trying to make a Mana Potion here."; - mes "However, it doesn't seems to have been finished."; + mes "Someone was trying to make a Mana Potion here."; + mes "However, it doesn't seem to have been finished."; next; - mes "There are the initials \"To stop Bob\" nearby."; - mes "Well, I assume it is \"Bob\", text is fainted."; - mes "it could be \"boo\" as well. Maybe from Mouboo?"; + mes "An inscription reads, \"To stop Bob\", nearby."; + mes "Well, I assume it is \"Bob\". The text is faded."; + mes "It could be \"boo\", as well. Maybe from Mouboo?"; close; } - |