Page 1 of 1

Target in casting range HUD snippet

Posted: Tue Oct 31, 2006 7:01 am
by pw
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.