Reflect Notifications menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Razorfish's Avatar Contributor
    Reputation
    188
    Join Date
    Apr 2019
    Posts
    178
    Thanks G/R
    19/158
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)

    Reflect Notifications

    This plugin shows decorators (world and minimap) on mobs that can reflect projectiles. The decorators animate with optional text and audio notification when the monsters are using their reflection abilities.

    This latest version is now a standalone plugin, does not require the Movable plugin system to be installed. It fixes an issue that prevented some reflecting mobs from being marked with decorators when their Attackable flag was false. The "Reflecting" text notification is no longer a Movable panel and appears at the feet of the monsters that are currently reflecting, so it is easier to identify the general areas to avoid targeting with your projectiles.

    [Verified as working with TH version 21.2.20.0][API version 9.2]

    Set the variable ReflectHintText to an empty string or null to disable the text.
    Set the variable PlaySounds to false if you don't want sound notifications.
    Set the variable ReflectHintSound to an empty string or null if you want to use Text-To-Speech (note: using TTS may result in delayed notifications - it is highly recommended that you use a sound instead of TTS for time-sensitive notifications).


    Starred ground decorator for reflect capable mobs. The star rotates, sound notification plays, and text appears at the monster's feet when they enter in reflect mode.


    Minimap star decorator marking reflect capable mobs. It also rotates when they are in reflect mode.

    How to Install:
    Download: ReflectNotifications-Dec-03-2020.zip

    Put the files and folders here:
    TurboHUD \ plugins \ Razor \ ReflectNotifications.cs
    TurboHUD \ plugins \ Razor \ Decorators \
    TurboHUD \ sounds \ Reflecting.wav
    Last edited by Razorfish; 03-17-2021 at 04:13 PM.

    Reflect Notifications
  2. Thanks s4000, SeaDragon, 731113 (3 members gave Thanks to Razorfish for this useful post)
  3. #2
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I think the some of the sn o number is the actorSno instead of monsterSno, below is the data I get

    Code:
    SnoActor	SnoMonster	Code					NameEnglish							Remark
    3981		26066		DuneDervish_B				Dune Dervish	
    256022		256025		DuneDervish_B_Unique_Uber		Sokahr the Keywarden of Putridness	
    3982		26067		DuneDervish_C				Vicious Magewraith	
    418900		418901		p1_LR_sandMonster_A			Sand Dweller	
    5191		26245		SandMonster_A				Sand Dweller	
    116076		116075		SandMonster_A_FastWakeup		Sand Dweller	
    116299		116305		SandMonster_A_Gauntlet			Sand Dweller	
    5192		57063		SandMonster_B				Rock Giant	
    5193		57064		SandMonster_C				Sand Behemoth	
    344389		344391		X1_LR_Boss_SandMonster			Stonesinger							No Reflection ???
    297730		297726		x1_Malthael_Boss			Malthael	
    196846				Lore_Bestiary_SandDweller										Item ????
    Last edited by s4000; 03-17-2021 at 08:51 PM.

  4. Thanks 731113 (1 members gave Thanks to s4000 for this useful post)
  5. #3
    Razorfish's Avatar Contributor
    Reputation
    188
    Join Date
    Apr 2019
    Posts
    178
    Thanks G/R
    19/158
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    I think the some of the sn o number is the actorSno instead of monsterSno, below is the data I get

    Code:
    SnoActor	SnoMonster	Code					NameEnglish							Remark
    3981		26066		DuneDervish_B				Dune Dervish	
    256022		256025		DuneDervish_B_Unique_Uber		Sokahr the Keywarden of Putridness	
    3982		26067		DuneDervish_C				Vicious Magewraith	
    418900		418901		p1_LR_sandMonster_A			Sand Dweller	
    5191		26245		SandMonster_A				Sand Dweller	
    116076		116075		SandMonster_A_FastWakeup		Sand Dweller	
    116299		116305		SandMonster_A_Gauntlet			Sand Dweller	
    5192		57063		SandMonster_B				Rock Giant	
    5193		57064		SandMonster_C				Sand Behemoth	
    344389		344391		X1_LR_Boss_SandMonster			Stonesinger							No Reflection ???
    297730		297726		x1_Malthael_Boss			Malthael	
    196846				Lore_Bestiary_SandDweller										Item ????
    Thanks for the heads up, I'll have to check out whether or not it's the "old snos from another plugin" list or 2.6.4 list tagging monsters correctly. Back when I first wrote this plugin in January 2019, the "old snos" didn't tag any monsters and only the 2.6.4 list did. I had just thought they were outdated numbers that I should include for thoroughness, but your table tells me that there's a difference between actor snos and monster snos, and now I'm wondering if the old snos are the ones that are currently working and not the 2.6.4 list. On the bright side, at least it's working either way

    (And your note is correct, Stonesinger doesn't reflect, unlike other sand dwellers.)
    Last edited by Razorfish; 03-18-2021 at 03:57 PM.

  6. #4
    odaru7788's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    108
    Thanks G/R
    45/2
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    2021.03.19 09:24:05.608 21.2.20.0 error while initializing plugins
    2021.03.19 09:24:05.609 21.2.20.0 D:\21.2.20.0 (v9.2) STABLE for Diablo III 2.6.10.73447 (64 bit)\Plugins\Razor\ReflectNotifications.cs(11,27) : error CS0234: The type or namespace name 'Movable' does not exist in the namespace 'Turbo.Plugins.Razor' (are you missing an assembly reference?)
    2021.03.19 09:24:56.779 21.2.20.0 error while initializing plugins
    2021.03.19 09:24:56.780 21.2.20.0 D:\21.2.20.0 (v9.2) STABLE for Diablo III 2.6.10.73447 (64 bit)\Plugins\Razor\ReflectNotifications.cs(11,27) : error CS0234: The type or namespace name 'Movable' does not exist in the namespace 'Turbo.Plugins.Razor' (are you missing an assembly reference?)

  7. #5
    Razorfish's Avatar Contributor
    Reputation
    188
    Join Date
    Apr 2019
    Posts
    178
    Thanks G/R
    19/158
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by odaru7788 View Post
    2021.03.19 09:24:05.608 21.2.20.0 error while initializing plugins
    2021.03.19 09:24:05.609 21.2.20.0 D:\21.2.20.0 (v9.2) STABLE for Diablo III 2.6.10.73447 (64 bit)\Plugins\Razor\ReflectNotifications.cs(11,27) : error CS0234: The type or namespace name 'Movable' does not exist in the namespace 'Turbo.Plugins.Razor' (are you missing an assembly reference?)
    2021.03.19 09:24:56.779 21.2.20.0 error while initializing plugins
    2021.03.19 09:24:56.780 21.2.20.0 D:\21.2.20.0 (v9.2) STABLE for Diablo III 2.6.10.73447 (64 bit)\Plugins\Razor\ReflectNotifications.cs(11,27) : error CS0234: The type or namespace name 'Movable' does not exist in the namespace 'Turbo.Plugins.Razor' (are you missing an assembly reference?)
    My bad, guess I forgot to remove a declaration at the top. Will have to repackage the download. Meanwhile, you can fix it by getting rid of line 11:
    Code:
    using Turbo.Plugins.Razor.Movable;

  8. Thanks odaru7788, 731113 (2 members gave Thanks to Razorfish for this useful post)
  9. #6
    Razorfish's Avatar Contributor
    Reputation
    188
    Join Date
    Apr 2019
    Posts
    178
    Thanks G/R
    19/158
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    The download file is updated with the correction, download link has not changed.

Similar Threads

  1. A question about reflections on models
    By MistressX in forum WoW ME Questions and Requests
    Replies: 11
    Last Post: 05-23-2008, 07:07 AM
  2. Changing the Email Without Notification?
    By Akinzin in forum WoW Scams Help
    Replies: 2
    Last Post: 04-12-2008, 07:41 PM
  3. Spell Reflection Macro
    By Course in forum World of Warcraft Guides
    Replies: 5
    Last Post: 12-07-2007, 05:19 PM
  4. Illidari Council - Gathios - Reflect Stun
    By Alkhara Majere in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 11-23-2007, 05:23 AM
All times are GMT -5. The time now is 03:48 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search