What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Request] Assistance with macros in WoW

zeldrak

Well-Known Member
Joined
Oct 25, 2010
Messages
3,516
First off, let me apologize for this not really being related to HB, GB, etc. I didn't know which area to post it in, so I tried to find the most basic area.

Secondly, what I'm looking for is some help with making a macro (if at all possible) in WoW that will allow me to click it and it will automatically make the tank my focus. I can do this the long way by waiting for everyone to get into the dungeon, then asking everyone to wait a second while I right-click the tank and set focus. That part takes me a few seconds because it's really hard for me to see the role icons on the character frame since my vision isn't exactly that great anymore.

Actually, if I thought about it, it could probably just be a macro for WoW, or a small plugin for HB. I know LazyRaider can find the tank automatically, but there's nothing that will set it as my focus, which would be extremely helpful. Either way, let me know if it can be done, and if so, could you help me get it done?
 
Code:
[B]/focus [target=mouseover,exists]; target[/B]

This will make your mouse over target, focused.
 
Last edited:
Code:
[B]/focus [target=mouseover,exists]; target[/B]

This will make your mouse over target, focused.

No, not quite what I'm looking for.

Situation:
I can't make out the tank, dps, healer icons on the Blizz unit frames, and I need to always set the tank as my focus. I have a macro set up to start attacking my focus's target. The problem I'm having is that I have to currently ask the group to wait while I get my magnifying glass out and find the tank, then right-click and choose "Set Focus" so that I can attack the target the tank is targeting. What I'd like the macro/plugin to do is automatically set the tank role as my focus, instead of me having to pull out my magnifier, ask the group to wait, do the right-click/set focus stuff, etc. I just want to be able to either click one button and go or have a plugin set the tank role as my focus, during dungeons.
 
Back
Top