Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default Diverse CC Group (Mage, Warlock, Priest) - Saving Keybinds

    I've contemplated a way to individually set focus targets for each of my three crowd controllers. Pretty standard stuff from the Wiki and searches. However, I've tried to combine the casting of the cc spell into one macro based on whether a focus exists and is alive for each of my cc'ers. Thoughts on if this will work? (Haven't yet had a chance to test.)

    Hotkey: Shift-1
    Code:
    Main: /script SetRaidTarget("target",3) //Purple Diamond for Mage's Target 
    Mage: /focus [target=targettarget,exists,nodead] target
    Hotkey: Shift-2
    Code:
    Main: /script SetRaidTarget("target",8) //White Skull for Warlock's Target 
    Warlock: /focus [target=targettarget,exists,nodead] target
    Hotkey: Shift-3
    Code:
    Main: /script SetRaidTarget("target",6) //Blue Square for Priest's Target 
    Priest: /focus [target=targettarget,exists,nodead] target
    Hotkey: Shift-4:
    Code:
    Mage: 
    #ShowToolTip Polymorph 
    /stopmacro [target=focus,noexists] [target=focus,nodead] 
    /stopcasting [target=focus,exists,nodead] 
    /cast [target=focus] Polymorph 
    /p Sheeping %t 
    Warlock: 
    #ShowToolTip Banish 
    /stopmacro [target=focus,noexists] [target=focus,nodead] 
    /stopcasting [target=focus,exists,nodead] 
    /cast [target=focus] Banish 
    /p Banishing %t 
    Priest: 
    #ShowToolTip Shackle Undead 
    /stopmacro [target=focus,noexists] [target=focus,nodead] 
    /stopcasting [target=focus,exists,nodead] 
    /cast [target=focus] Shackle Undead 
    /p Shackling %t
    Specifically, will my stopmacro and stopcasting syntax work? (Worried about executing the macro and taking non-cc'ers out of combat and also worried about ensuring that if a cc'er is currently casting a DPS spell/whatever, they stop it immediately and refresh the cc spell.)
    80 Blood Elf Paladin, 80 Blood Elf Priest,80 Troll Mage, 80 Undead Warlock, 80 Tauren Druid, 80 Undead Rogue
    80 x4 Shaman (Orc x3, Troll)

    Madoran - Horde - PvE

  2. #2

    Default

    Why are you setting a target parameter in stopcasting and stopmacro?

    Also from memory your focus macro doesnt need Target at the end...
    [align=center]Jamien - 70 Rogue
    Aphrim - 70 Priest
    Zapcowone-four - 70 Shaman
    Niian - 65 Paladin
    [/align]

  3. #3

    Default

    Why are you setting a target parameter in stopcasting and stopmacro?
    I actually had an error in my stopmacro line. It should read:

    Code:
    /stopmacro [target=focus,noexists] [target=focus,dead]
    The idea is that I don't want the macro to continue if any of my three cc'ers either a) don't have a focus (I use focus SOLELY for cc) or b) their focus is dead. This is to keep them from the next command which is to stopcasting. However, it does appear that the condition in the stopcasting command is redundant.

    As for the target at the end of my focus command, I'll have to edit that out if its unneccesary.

    Thanks for the feedback.

    I tested this in BRD last night and it worked well. I had a pull with both an elemental (warlock banish) and humanoid (mage sheep) set and both cast their cc spell off the single Shift-4 keypress.
    80 Blood Elf Paladin, 80 Blood Elf Priest,80 Troll Mage, 80 Undead Warlock, 80 Tauren Druid, 80 Undead Rogue
    80 x4 Shaman (Orc x3, Troll)

    Madoran - Horde - PvE

Similar Threads

  1. Mage/Warlock/Priest 3-boxing
    By Anhava in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 03-22-2009, 11:39 PM
  2. Mage and Priest group
    By comoose00 in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 09-19-2008, 02:12 AM
  3. New to 2-boxing priest/priest or priest/mage or priest/warlock
    By Sokoo in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 09-17-2008, 01:09 PM
  4. Too diverse of group?
    By Kulzor in forum General WoW Discussion
    Replies: 6
    Last Post: 07-02-2008, 05:27 PM
  5. saving keybinds
    By sodium in forum Software Tools
    Replies: 2
    Last Post: 05-25-2008, 03:44 PM

Posting Rules

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