Target in casting range HUD snippet

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

pw
a ghoul
a ghoul
Posts: 130
Joined: Sun Jan 02, 2005 5:59 am

Target in casting range HUD snippet

Post by pw » Tue Oct 31, 2006 7:01 am

Ok, its not rocket science, but I can't believe how useful I've found this with my necro since Spell.MyRange was added:

Code: Select all

     TargetRange=3,200,35,255,255,255,${If[${Target.ID} && ${Target.Distance} < ${Spell[Coruscating Darkness].MyRange},In Range,]} 
The snippet tells me when my selected target is within casting range of my snare spell. Change the spell name as you need.

I can imagine this pattern handy for healer types to know whether the tanks are in heal range.