View Single Post
10-15-12, 08:59 AM   #5
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,325
Originally Posted by shyrotam View Post
What is the quickest way I could write the names of enemy targets to a macro?

"/target shamwow
/target bravehearth
/target dischead
/target genericdeth
/target stabstab
/target dumhunter
/target stupidface
/cast stun"

I'd like to prepare this macro at the start of every BG (with BattlegroundTargets I can manually target each enemy from the holding pen).

Also, could the process be automated in any way? And if so can there be any kind of sort function to put healers at the end of the list?

Thanks.
Assuming you have such an addon process the list at the beginning of a BG (while still out of combat), there's a serious flaw in the use of the macro. It will force target of the last person on the list that it can target. This will most likely be someone across the entire field and would be far out of range of any ability you can use. This would render the macro completely useless even if you had someone else on the list within range, previously targeted or not. You'd be better off using /targetenemyplayer [noharm]
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 10-15-12 at 09:01 AM.
  Reply With Quote