Close
Showing results 1 to 10 of 15

Hybrid View

  1. #1

    Default

    Quote Originally Posted by OogaJiggaWooga View Post
    tnx for tips, when I use yours multiple target DPS rotation (DnD --> Howling Blast --> Blood Boil --> Obliterate --> Blood Boil x 2), Obliterate doesn't attack the mob. What's wrong with my macros?

    Here is my macros:

    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarRightButton1
    /click MultiBarRightButton2
    /click MultiBarRightButton3
    /click MultiBarRightButton2
    /click MultiBarRightButton2
    /run SetCVar("Sound_EnableSFX","1")

    #showtooltip
    /castsequence reset=combat Howling Blast,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    #showtooltip
    /castsequence reset=combat Blood Boil,,,,

    #showtooltip
    /castsequence reset=combat Obliterate,,,,

    ....=1sec
    button 1=Howling
    button 2=Blood Boil
    button 3=Obliterate

  2. #2

    Default

    Quote Originally Posted by Vadosov View Post
    Obliterate doesn't attack the mob. What's wrong with my macros?

    Here is my macros:

    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarRightButton1
    /click MultiBarRightButton2
    /click MultiBarRightButton3
    /click MultiBarRightButton2
    /click MultiBarRightButton2
    /run SetCVar("Sound_EnableSFX","1")

    #showtooltip
    /castsequence reset=combat Howling Blast,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    #showtooltip
    /castsequence reset=combat Blood Boil,,,,

    #showtooltip
    /castsequence reset=combat Obliterate,,,,

    ....=1sec
    button 1=Howling
    button 2=Blood Boil
    button 3=Obliterate
    As far as I can tell, your Blood Boil castsequence is getting back to the Blood Boil cast before Obliterate goes off, meaning that it will sit waiting for the c/d on Blood Boil until it is up again. Castsequences and click macros only work if they are in a "," state (waiting to get to a new spell), but they fail when they have something on c/d that is earlier in the click order, because the c/d will always wait to cast. Having extra click commands does not get around this either.

    I would probably make the following changes and see how you go. What you will find is that you will lay out all of your runes fairly quickly (which is great immediate AOE threat), and there will be about a three second break after the second blood boil before the next Howling Blast, but as you don't really have any runes left there's not much more you could have been doing. You will also be casting Rune Strike whenever it is up (this has been tested) so your threat will be maximised on your current target.

    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarRightButton1
    /click MultiBarRightButton2
    /click MultiBarRightButton3
    /run SetCVar("Sound_EnableSFX","1")

    #showtooltip
    /castsequence reset=combat Howling Blast,,,,,,,,,,,,,,,,Obliterate,,,,,,,,,,,,,,,,,

    #showtooltip
    /cast Blood Boil
    (you don't need a macro here, just the Blood Boil spell)

    /cast Rune Strike
    (you don't need a macro here, just the Rune Strike spell)

    ....=1sec
    button 1=Howling
    button 2=Blood Boil
    button 3=Rune Strike

    Give it a try and let me know how it goes for you
    Darkerdecay - 80 DK, Spadoodle - 80 Priest, Fierykitten - 80 Mage, Smïtten - 80 Pally, Boofey - 80 Druid (Caelestrasz)
    Oogajigga, Oogajagga, Oogajogga & Oogajugga ~ Troll Shaman (Caelestrasz)

  3. #3

    Default

    Quote Originally Posted by OogaJiggaWooga View Post
    tyvm, macros works good!

  4. #4

    Default

    I have another problem with my group
    My dps shammies is using to many mana.

    This is my dps macro for shammies:

    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarRightButton2
    /click MultiBarRightButton1
    /run SetCVar("Sound_EnableSFX","1")

    #showtooltip
    /cast [target=focustarget] lightning bolt

    #showtooltip
    /castsequence [target=focustarget] reset=combat Chain Lightning,,,,,,,,,,,,,,,,

    rotation is chain - lightning bolt - lightning bolt - chain.
    After 3-5 packs of mobs i'm out of mana.
    I'm tried to use magma totems, but then my dps isn't good.
    Any solution?

    btw, my 62lvl DK is perfect tank. Very good aggro with DnD --> Howling Blast --> Frost Strike --> Blood Boil --> Blood Boil

Posting Rules

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