This clears focus if I use right mouse button, focuses on current target if I don't have a focus already, polymorphs focus and sends a message to raid if I'm in one.
While at a basic level this does what I want I'd like to improve it in a few ways.
1. I'd like to be able to hotkey this. Do I need to create 2 macros, 1 with /clearfocus in and 1 without and use different hotkeys for each or do modifiers work in some way with hotkeys?
This would stop macro if not in raid group or if focus doesn't exist or not an enemy. I imagine this won't work but is there a way to streamline this so it doesn't take up 3 lines?
3. The reason I use /script SendChatMessage(...) is to put the focus name in the message. It would be nice to be able to use "/r %f polymorphed (50s)" or something to that effect. WowWiki seemed to suggest this wasn't possible but there seemed to be some inconsistency between it's macros.
Is there a decent reference/forum for macros other than WowWiki? Currently it's the only place I know of with this kind of information but I'm never sure of it's accuracy or whether it is uptodate with all the latest commands.
Not actually a member of Refusion on Burning Blade.
I'm not 100% about the syntax in the /stopmacro so I'll leave that part alone.
As far as hotkeying the focus clear it's fairly simple. Instead of having the [button:2] you just need to change that to a modifier key (ctrl, alt, shift).
/clearfocus [modifier:alt]
Now instead of a right mouse click, whenever you hold down alt while pressing your hotkey it will clear your focus target.
i dont know much about macros, but i would put a mouseover option in there to over ride the focus. that way you focus one tank and mouseover the over. if now focus or mouseover it would cast on pet. i found a macro that does that on Wowiki. but not on my gaming computer to copy and past it.
Originally Posted by mohadeeb
ok i would like any help i may get on this macro.
i need a macro that can use my Misdirection on the focus target .
now how do i make a macro to change Focus from the 2 main tanks "jim" to "joe" and then from "joe" to "jim" in a raid .
any ideas? thank you
I found a macro similar to what you have on wowiki. As for what you are looking to do, i would just put in mouseover comand that would overrule the focus so as to MD the non focus tank. The macro i found on wowiki did this.
Hello all. I am using this arcane macro that i found and everything works except when missile barrage procs i am supposed to be able to just hold down the shift key and use the same button but its not working.
#show Arcane Blast
/cast Presence of Mind
/cast Icy Veins
/cast Arcane Power
/use 13
/use 14
/cast Arcane Blast
/cast [mod:shift] Arcane Missiles
/run UIErrorsFrame:Clear()
Can someone please identify the problem? Ty in advance.
I am sorry I have no idea where to put this topic/question.
I have a question that I was not able to find doing a search. It is related to my prot pally but others as well. Two days ago I upgraded to windows 7 since it was a lighter app than Vista I had. Everything went smoothly but now my macros are not saved after I log out and log back in. Also my addons are not showing up when I log in. I do not even have the addon options button in the lower left of the character selection screen. They are in the addons folder in WoW but are not showing up after login. Any ideas as to what is causing the hang-up? I am trying to avoid having to remove and reinstall WoW.
I am sorry I have no idea where to put this topic/question.
I have a question that I was not able to find doing a search. It is related to my prot pally but others as well. Two days ago I upgraded to windows 7 since it was a lighter app than Vista I had. Everything went smoothly but now my macros are not saved after I log out and log back in. Also my addons are not showing up when I log in. I do not even have the addon options button in the lower left of the character selection screen. They are in the addons folder in WoW but are not showing up after login. Any ideas as to what is causing the hang-up? I am trying to avoid having to remove and reinstall WoW.
Where do you have WoW installed? If it is in 'C:\Program Files\...' then WoW can not write to its own directory without admin rights, which would stop it creating/modifying the files containing the macro's.
Either try moving the WoW install to 'C:\Users\[username]\Games' and running it from there or run WoW as administrator (Right-Click on the shortcut and click 'Run as Administrator'.
I am sorry I have no idea where to put this topic/question.
I have a question that I was not able to find doing a search. It is related to my prot pally but others as well. Two days ago I upgraded to windows 7 since it was a lighter app than Vista I had. Everything went smoothly but now my macros are not saved after I log out and log back in. Also my addons are not showing up when I log in. I do not even have the addon options button in the lower left of the character selection screen. They are in the addons folder in WoW but are not showing up after login. Any ideas as to what is causing the hang-up? I am trying to avoid having to remove and reinstall WoW.
When you say you "upgraded to Windows 7" did you actually upgrade your Vista install or do you do a fresh, clean install?
If it was an upgrade then WoW should be totally unaffected as Vista's permission handling is pretty much identical to Windows 7.
Did you reinstall WoW from fresh is another viable question at this point. Your addons live in your WoW folder in the path
"<wow install folder>\Interface\Addons". Your Macros are saved to "<wow install folder>"\WTF\<Account name>\<realm name>\<character name>\macro-cache.txt (I think it is a text file).
If you did a totally clean windows install (involving a format) and WoW reinstall, you have NO addons folder for WoW to find. If you did an upgrade but reinstalled WoW, have a look to see if you reinstalled to same location you used to run it from. If it is in a new folder, just find your old install and update the shortcut you use to point at the old location. Thankfully WoW is not totally depended on registry entries so it should just fire up quite happily.
No is was just an upgrade, no formatting. I will try the run as admin to see if I have any results.
I did try running as admin. I logged in, copied a quick macro then logged out and still no luck. I does not seem to remember any setting that I have within the game. Same with my addons they do not show up either. Guess I am looking at a reinstall :-(
Sadly I have suffered the same and it was a visu that was causing it, which was of course a bad thing.
Have you tried a full sweep with AV-software adaware, spybot and such?
I'm looking for a macro that focuses my mouseover target, and if it finds none it focuses the regular target.
This type of macro is usually easy to make, for example /cast [target=mouseover,harm,exists,nodead] Ice Lance; Ice lance
When I try to apply this to focus, it doesn't work. I've tried /focus [target=mouseover] [] but that doesn't seem to work either.
I don't believe it's possible to set a focus target without actually targetting the unit that you want to focus first. The only macro command available to set one is /focus, which can't be used with a mouseover command, it's not possible to do with a /script command either as FocusUnit() and ClearFocus() are protected functions.
i would like to macro maul with mangle. before 4.0.1 i used this macro
#showtooltip
/cast mangle (bear)
/cast !maul
it no longer works for some reason. Anybody know why?
By the looks of it, the spell "Mangle (Bear)" doesn't exist anymore, it seems to be just "Mangle" now.
(So remove the " (bear)" part from the macro and it should work.)
On a different note: anyone knows if it's possible to macro the flyout-stuff?
Ideally I'd get something in the lines of
/cast [mod:shift] Portal; Teleport
But this doesn't work, and neither does /use
(All very logical since you don't actually cast a spell or use an item, but then what to do?)
Last edited by Venatia : 10/14/10 at 7:26 AM.
Reason: typo
You can try #showtooltip Raging Blow to see it.
You can setup Power Auras or similar addon to show your enraged status. Thats if you don't mind additional addons.
By the looks of it, the spell "Mangle (Bear)" doesn't exist anymore, it seems to be just "Mangle" now.
(So remove the " (bear)" part from the macro and it should work.)
After playing around with the macros yesterday it appears that the new abilities are flagged Ability (Bear Form). If you don't do this it uses the "default" spell.. which for Mangle is bear. For example..
"/cast Mangle" Will cast only Mangle - Bear. "/cast Swipe" will only cast Swipe - Cat.
/cast Mangle (Cat Form) will cast Mangle - Cat.. and so on.
So, your mangle/maul macro should look like this :
#showtooltip
/cast Mangle (Bear Form)
/cast !Maul
I've noticed some oddities with this macro though. Since Maul has a cooldown now, tieing it in with all your abilities in macros is wonky. Maul will fire if it's up, even if the first spell (Mangle in this case) is not.
I don't usually conform to using macros and / or user interface addons etc. etc. Yet recently I have started modifying simple addons to include little bits here and there that I can't find in other addons.
To the point, I have been sucked into the world of macros. The only macros I have made are bulky, and potentialy not as efficient as possible.
(253 Character Macro - Haven't properly tested / worked out the second line)
Single Button Refreshment (Save space)
#showtooltip [mod:Shift] Conjure Refreshment; Conjured Mana Cake
/cast [mod:Shift] Conjure Refreshment
/stopmacro [mod:Shift]
/use Conjured Mana Cake
Single Button Mana Gem (Save space)
#showtooltip [mod:Shift] Conjure Mana Gem; Mana Gem
/cast [mod:Shift] Conjure Mana Gem
/stopmacro [mod:Shift]
/use Mana Gem
Any improvements / suggestions are more than welcome. Feel free to steal one if you like the look, not sure if the same macros are out there. I made these myself but I'm sure someone will find something similar out there. (First post /cheer - tell me if I'm out of place)
I am a stickler for targeting the Tank's target when doing DPS. I generally set the Tank as my Focus and that way I can click on his target and DPS without having to worry too much about pulling threat.
I started using macros to auto target the focus' target using /assist focus, then the cast line, which helps me consistantly be on the tank's target. However, it seems that in just about every pug I've been in lately that TAB targeting is a lost skill. When the currently targeted mob in a group dies, it seems that is the cue for tanks to cast AoE spells and effects without regard for targeting anything else for several seconds at a time.
This means that I have to tab quickly and hit the regular spell (which by neccessity sits right next to the macro) until the tank wakes up and decides to target something again.
Well, I'm trying to figure out a way to remove the regular spell from my bar, so I need a way to swap the target if primary target is dead.
This is as close as I have gotten. I wanted to try some sort of [mod:shift] but can't get that to work. Ideally, it will look for the focus target first, and if an enemy and alive, cast the spell. If dead, or an ally, it should automatically switch to the closest enemy and cast.
If someone can help with this, that would be super. I would also take a [mod:shift] to target closest enemy solution as well.