I cannot get this Mage marco to work.
I must be bad @ writing marco for groups. I can get marcos to work for solo play but when I try to modifer them for my team, all hell break loose.
I am using this when I solo my mage
/cast [mod:shift] Frostbolt
/cast Fireball.
I have this bind to 1 on the keyboard. Cast Fireball when and hit 1 and Frostbolt when I hit Shift + 1
Change this to my grp
/cast [target=party1target,mod:shift] Frostbolt
/cast [target=party1target] Fireball
This work fine until my tank dies and the mage with stand their doing nothing and dies, even after I promote another toon to become the partyleader
So I change this to
/cast [target=party1target,mod:shift][] Frostbolt
/cast [target=party1target][] Fireball
also try this combo.
/cast [target=party1target,mod:shift][] Frostbolt; Fireball
/cast [target=party1target,mod:shift][] Frostbolt; [nomod] Fireball
/cast [target=party1target,mod:shift][] Frostbolt; [target=party1target,nomod] Fireball
/cast [target=party1target,mod:shift][] Frostbolt; [target=party1target,nomod] [] Fireball
This should let me cast a fireball or frostbolt is I switch over to the Mage windows and target the mob. But it is not working. It will only cast Frostbolt, or do nothing.
RE: I cannot get this Mage marco to work.
Try:
/cast [target=party1target,mod:shift][mod:shift] Frostbolt
/cast [target=party1target][] Fireball
somthing is still missing.
Thks for all your reply. I am moving away from the focus base macro so I can save focus for the cc
I have change the marco to
/cast [target=party1target,mod:shift][mod:shift] Frostbolt
/cast [target=party1target][] Fireball
Now I can toggle between the Fireball and Frostbolt but my mage will not cast either spell
RE: somthing is still missing.
Quote:
Originally Posted by 'species6729',index.php?page=Thread&postID=189001# post189001
Thks for all your reply. I am moving away from the focus base macro so I can save focus for the cc
I have change the marco to
/cast [target=party1target,mod:shift][mod:shift] Frostbolt
/cast [target=party1target][] Fireball
Now I can toggle between the Fireball and Frostbolt but my mage will not cast either spell
Hmm, not sure why this one wouldn't work. At work, so I can't fiddle.
However, an alternative approach would be to chain a few more casts on there. As long as you don't cast/burn the GCD, it will continue. So, combining your two sets of originally working macros in reverse order should work:
/cast [target=party1target,mod:shift] Frostbolt
/cast [target=party1target] Fireball
/cast [mod:shift] Frostbolt
/cast Fireball
(Although ugly and verbose)