Close
Showing results 1 to 10 of 16

Threaded View

  1. #15

    Default

    Quote Originally Posted by Jafula View Post
    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.
    Last edited by Ghallo : 12-24-2009 at 03:46 PM
    5 Boxing (85):
    Paladin, 2xMage, Warlock, Priest
    Paldius, Magria, Magrib, Walina, Priset
    Currently:
    5 Boxing (85):
    Paladin, 3xWarlock, Shaman
    Ghallo, Warlisia, Warlisib, Warlisic, Pleo!

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •