
Originally Posted by
Jafula
Jamba-0.5c changed macro sets in that you can now have more than one macro set active at a time. You can still turn macro sets off.
This is great!
Back onto the point of this thread (while I'm glad people are getting help, this thread is supposed to be a place for great macro set ideas, etc).
With the new option for having multiple macro sets, my management options just got MUCH easier! Especially since you can have the whole set dedicated to a tag. Very nice.
Anyone have some good "PiP-Swapping" macro sets? I'm still working on mine, but I'll post what I have soon.
Edit:
Created a macro called "JMB_DoNothing" - it does exactly what I want it to (nothing).
Any action/key bound to "JMB_DoNothing" gets "grounded" out. That way healing spells for my priest aren't cast by my paladin simply by setting the tag !Priest for any binding my priest will use. Quick example:
Priest Macro: HealFocus
/cast [@focus,help][] Greater Heal
Macro Tag: Priest
Macro Key: F5
Team Macro: HealFocus
/click JMB_DoNothing
Macro Tag: !Priest
Macro Key: F5
Ok, on to my PiP macros. I have 10 macros, 5 for "becoming" PiP and 5 for "leaving" PiP
On PiP1:
Becoming PiP:
Macro Tag: PiP1
Macro Key: Num1
Code:
/clearfocus
/Console Sound_EnableAllSound 1
/jamba-team iammaster all
/script SetBindingClick("F3","JMB_SetRaidSkull","LeftClick");
/script SetBindingClick("F9","JMB_SetRaidStar","LeftClick");
/script SetBindingClick("F10","JMB_SetRaidCross","LeftClick");
/script SetBindingClick("F11","JMB_SetRaidMoon","LeftClick");
/script SetBindingClick("F12","JMB_SetRaidDiamond","LeftClick");
/script SaveBindings(2);
Leaving PiP (the rest of the team calls this)
Macro Tag: !PiP1
Macro Key: Num1
Code:
/target #PiP1#
/focus
/targetlasttarget
/Console Sound_EnableAllSound 0
/follow focus
/script SetBindingClick("F3","JMB_DoNothing","LeftClick");
/script SetBindingClick("F9","JMB_DoNothing","LeftClick");
/script SetBindingClick("F10","JMB_DoNothing","LeftClick");
/script SetBindingClick("F11","JMB_DoNothing","LeftClick");
/script SetBindingClick("F12","JMB_DoNothing","LeftClick");
/script SaveBindings(2);
With this setup, when I hit Num1-5 I switch my main. This changes my master, sets my new main to the party leader, and gives my main the ability to raid target with the "F" keys (I use this often to mark targets for CC) when I hit F9 my first mage will target whatever my focus target is at that moment, then if I cast Sheep that mage will sheep her target.
Connect With Us