Close
Showing results 1 to 5 of 5

Hybrid View

  1. #1
    Rated Arena Member
    Join Date
    Apr 2008
    Location
    Denmark
    Posts
    351

    Default

    Im kinda interrested in this also after they nurfed castrandom

    ive seen alot of macros forexample

    /assist focus
    /startattack
    /stopcasting
    /click MultiBarLeftButton1
    /click MultiBarLeftButton2

    and then attacks on 1 and 2 but it doesnt click both of them only the first one

    Is there anyway to make it use more than one ability when its off cooldown, and is it allowed now sence they changed it?

    Do you guys have like a dps macro without castsequence, or do you just click the abilities 1 by 1

    Thx

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

    Default

    Quote Originally Posted by Selz View Post
    /assist focus
    /startattack
    /stopcasting
    /click MultiBarLeftButton1
    /click MultiBarLeftButton2
    It really depends on what are on the two buttons.

    You'll want to go with a /castsequence on each.
    And add comma's for delay.

    Macro's attempt to execute everything all at once.
    But the first spell listed (that uses the GCD) gets priority over any others that also require a GCD.
    But with a sequence and comma's (no action on this button press), the first sequence will allow a later sequence to fire.

    If you were to put Lightning Bolt without a sequence on 1.
    And Purge without a sequence on 2.
    Then every press will be Lightning Bolt.

    The master macro calls the other macro's.
    The earlier macro is prioritized over the later macro's, so will cast ahead of the others if they're both ready.

    The called macro's function the same as any other macro.
    If the called macro was a /CastRandom, it can and will get stuck on a spell which is on cooldown.
    It it is a /CastSequence it can get stuck on a spell on cooldown too.
    If its a /CastSequence, but with the comma's afterwards, while on the comma stage other spells can fire.
    If you were to go with Devouring Plaguet (24 second cooldown), with only 5 seconds worth of comma's, this sequence will hang the same as any normal macro.

    So ideally we go with a sequence per spell we'd like to include.
    And then make an educated guess at the number of comma's based on the refresh time or duration of the spell, and our personal spam click speed.
    But we will want to take each spell to the Target Dummies.
    To add or remove comma's as necessary.
    Ideally, we want each spell to fire off one after the other, and to immediately refire as soon as its available.
    That means tweaking the macro.

  3. #3

    Default

    this is the frost DK macro I use.

    I forget where I got it, but it works 95% of the time.

    #showtooltip
    /castsequence reset=3/combat Icy Touch, Plague Strike, Frost Strike, Blood Strike, Blood Strike, Obliterate, Frost Strike, Obliterate, Frost Strike, Obliterate, Obliterate, Frost Strike
    /cast !Rune Strike
    Earthen Ring - Horde - 7 boxing
    Cuddle Buddies - 4DK, 1 Holy Paladin, 1 Disc Priest, and 1 Resto Shaman | Armory 5v5 Cuddle Buddies
    ex Kilrogg - Horde

    Team Acid Wuvablez - 4DK + 1 holy pally | Acidburning, Crashohvride, Acidloves, Acidhugs, & Acidcuddles | Armory 5v5 Love You Bye Bye
    ex Garona - Horde
    Team Acid Dessert - Quad Shaman | Acidcake, Acidfudge, Acidicecream, & Acidmoarprz
    Team Acid Hackers - DK + 3 Rets | Acidburning, Crashohvride, Ceralkillah, & Loardnikon

Posting Rules

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