How to auto target in wow

broken image
broken image

script function m(s) DEFAULT_CHAT_FRAME:AddMessage(s) end for i=1,16 do s=UnitBuff('target', i) if(s) then m('B '.i.': '.s) end s=UnitDebuff('target', i) if(s) then m('D '.i.': '.s) end end To find 'BUFF_TEXTURE' in certain macros use this macro. In time I will add and organize them as much as I can.

broken image

Feel free to reply with some of your own. Just figured I'd start a random collection of useful macros. Im just reposting the Main post of theses Macros to this forum so more people know about it.