Close
Page 1 of 3 1 2 3 LastLast
Showing results 1 to 10 of 26
  1. #1

    Default How to setup CC-ing

    I was wondering how to setup CC-ing with multiple cc-ers. Do you set a macro on each cc-er and target each mob individualy (focus) to CC? I have no exprience with this at all.
    AMD 8350, 8Gb, ASUS 6970 DCU II, W7 64

  2. #2

    Default

    I have my CC spells bound to numpad 7 and 8 (hex on 7, bind elemental on 8 for the shammies)
    I do select the target for the CC manually on each char, and walk them into range.
    With the tank I select the mob who's going down at first.
    Then I press numpad7 to hex those 4 mobs at the same time.
    Spam assist button, make sure the dpsers are all targetting the same non-CCed mob, and kill it asap.
    Works pretty good so far, annoying big groups in fe VP HC go down in one go.
    Kul Tiras - EU: [A] Prot Pala +3x Shaman + Mage @ 110
    Lots of others around 85

  3. #3

    Default

    use focus to designate your CC targets

    /cast [@focus] polymorph
    EVE Online Get Ships. Train Skills.

  4. #4

    Default

    I've done it 2 diffent ways
    Set focus manually by alt tabbing, then use

    /stopcasting
    /clearfocus [modifier:shift][target=focus,dead][target=focus,noexists]
    /cast [target=focus] Polymorph
    /party Sheeping %f

    Or

    Tank
    Numpad7:Nothing
    Numpad8:Nothing

    Mage1
    Numpad7:
    /assist TankName
    /stopcasting
    /clearfocus [modifier:shift][target=focus,dead][target=focus,noexists]
    /focus [target=focus,noexists]
    /script SetRaidTarget("focus", 1)
    /cast [target=focus] Polymorph
    /p Sheeping %f
    Numpad8: Nothing

    Shaman
    Numpad7: Nothing

    Numpad8:

    /assist TankName
    /stopcasting
    /clearfocus [modifier:shift][target=focus,dead][target=focus,noexists]
    /focus [target=focus,noexists]
    /script SetRaidTarget("focus", 5)
    /cast [target=focus] Polymorph
    /party Hexing %f

    How to use

    Be 40+ yards away from mobs
    on tank select first sheep target,
    Hit Numpad7 on Mage
    On tank, select second sheep target,
    Hit Numpad8 on Shaman
    Manually set focus on tank to the target to be hexed(my resto shaman isnt hit capped so chance of breaking)
    Move to 30 yards on tank
    Tap forward on close so all toons are on top of eachother
    Hit Numpad7
    Hit Numpad8
    Move forward a bit on Tank

    Now just keep an eye on your focus target, Hex should last 60 secs, sheep 50 secs so hard to decide which target to have on focus but my resto shaman isnt hit capped so I focus that one.
    Last edited by Protlover : 01-20-2011 at 06:03 AM Reason: Hit add reply too soon, half of msg was missing

  5. #5
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    It is probably easiest to have your slaves assist the master.
    And have a key for each of them, to set that target as their Focus and to raid mark the target in the same macro.

    Then another key, which goes to all toons to do their CC on their Focus.
    Something like:

    #show
    /stopcasting
    /cast [@Focus,Exists,Harm] Whatever

    That should interrupt any casting, prioritizing the Focus over DPS.
    Not sure if you can include conditions into Stopcasting, such that it only stops if you have a Focus.
    The second line will cast the CC at your Focus, but only if you have a Focus and it is hostile.
    Pretty much aside from the stop casting, without a Focus your Sheep/Banish/Shackle etc won't fire off.
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  6. #6

    Default

    Char1:

    Alt 1
    /cast focus
    /script SetRaidTarget("target", 1)

    Shift X
    /cast [@focus] Hex

    Char2:

    alt 2
    /assist mainchar
    /focus
    /script SetRaidTarget("target", 2)


    Shift X
    /cast [@focus] Hex

    Char3:
    alt 3:
    /assist mainchar
    /focus
    /script SetRaidTarget("target", 3)

    Shift X
    /cast [@focus] Hex

    Char4:

    alt 4:
    /assist mainchar
    /focus
    /script SetRaidTarget("target", 4)

    Shift X
    /cast [@focus] Hex

    So while on mainchar, i cycle through 4 mobs, pressing alt 1- 4. Each character marks his/her focus target. Which is AWESOME. Since it's very easy to see who's CCing what, if they might be out of range due to a NPC standing a bit to the back. When you cycle to fast and the slaves didn't pick up the new target, you'll notice that 2 chars have the same focus, since a marked mob will get a new mark.

  7. #7

    Default

    Great stuff Thanks for the instructions, will implement this and see how it goes
    AMD 8350, 8Gb, ASUS 6970 DCU II, W7 64

  8. #8

    Default

    I use focus for my setup so most methods aren't smooth for my team. I basically have one key that makes one dps assist my tank and once I have all the mobs targeted I press a CC key. Now if something breaks early I'm screwed because my dps have all assisted the tank for dpsing the first mob down. I guess I could try some previous target macros for a resist. Honestly though there are only a few packs in heroics that require CC. Those healing mobs in VP come to mind, but if you have good interrupts you should be able to power through it.

  9. #9

    Default

    Quote Originally Posted by Littleburst View Post
    Char1:

    Alt 1
    /cast focus
    /script SetRaidTarget("target", 1)

    Shift X
    /cast [@focus] Hex

    Char2:

    alt 2
    /assist mainchar
    /focus
    /script SetRaidTarget("target", 2)


    Shift X
    /cast [@focus] Hex

    Char3:
    alt 3:
    /assist mainchar
    /focus
    /script SetRaidTarget("target", 3)

    Shift X
    /cast [@focus] Hex

    Char4:

    alt 4:
    /assist mainchar
    /focus
    /script SetRaidTarget("target", 4)

    Shift X
    /cast [@focus] Hex

    So while on mainchar, i cycle through 4 mobs, pressing alt 1- 4. Each character marks his/her focus target. Which is AWESOME. Since it's very easy to see who's CCing what, if they might be out of range due to a NPC standing a bit to the back. When you cycle to fast and the slaves didn't pick up the new target, you'll notice that 2 chars have the same focus, since a marked mob will get a new mark.

    ^^ this is almost exactly how I run my CC as well

  10. #10

    Default

    One of the things I just realized is that its best to add a /stopattack in there. I use hungering cold a lot. One of the problem scenarios i was facing was i kept breaking CC to get to a more dangerous target. /stopattack placed in the mix stopped that.
    Just remember what ol' Jack Burton does when the earth quakes, and the poison arrows fall from the sky, and the pillars of Heaven shake. Yeah, Jack Burton just looks that big ol' storm right square in the eye and he says, "Give me your best shot, pal. I can take it"

Posting Rules

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