Target in casting range HUD snippet
Posted: 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:
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.
Code: Select all
TargetRange=3,200,35,255,255,255,${If[${Target.ID} && ${Target.Distance} < ${Spell[Coruscating Darkness].MyRange},In Range,]}
I can imagine this pattern handy for healer types to know whether the tanks are in heal range.