Close
Page 8 of 8 FirstFirst ... 6 7 8
Showing results 71 to 80 of 80
  1. #71
    U JELLY?! Toned's Avatar
    Join Date
    Nov 2007
    Location
    Salt Lake City, Utah
    Posts
    1588

    Default

    Enh 2 Button Setup
    Button1:
    Code:
    #showtooltip
    /castsequence reset=combat/5 call of the elements,null
    /castsequence reset=combat Stormstrike,Earth Shock, Lava Lash, Stormstrike, Earth Shock, Lava Lash, lightning shield
    /startattack
    /petattack
    /use 13
    /use 14
    /stopcasting
    Button2:
    Code:
    /castsequence reset=combat  fire nova, lightning bolt, lightning bolt, magma totem, fire nova, lightning bolt, lightning bolt,magma totem, fire nova, lightning bolt
    Magma Totem is in my call of the elements set as well.


  2. #72

    Default

    anyone got a decent firemage setup?

  3. #73

    Default

    Fire's level 85 rotation isn't exactly complex. Keep up Living Bomb. Use Fireball and Scorch as dictated by your mana. Use Hot Streak when it procs. At level 85, Hot Streaks are rarer, so players have even less to look out for. Some players feel that Fire's rotation simply doesn't have enough going on.

    http://elitistjerks.com/f75/t110326-...ge_compendium/

    28 BoXXoR RoXXoR Website
    28 Box SOLO Nalak 4m26s! Ilevel 522! GM 970 Member Guild! Multiboxing Since Mid 2001!

  4. #74

    Default

    Well, im running Shadow priest + mage right now, and priest is 84, mage is 83. But my mage is only doing 6200 dps, i was doing that at level 81 ....... tried Fire with this macro.

    /castsequence [reset=target] Living Bomb,Scorch,Fireball,Fireball,Fireball
    /cast Pyroblast!
    /cast Combustion
    /cast Flame Orb
    /cast Fire Blast

    I need to just put this into a click macro but have not done so yet, but i was barely putting up 6000 dps.... i guess i only have 12% crit + 10% with glyph and scorch proc.

    Anyways, frost macro is this - which is pretty much from an earlier post. with a few tweeks.

    /castsequence reset=combat Frostbolt, Frostbolt, Frostbolt, Ice lance, Frostbolt, Frostbolt, Frostbolt, Frostfire bolt, Ice lance, Frostbolt, Frostbolt, Ice lance
    /cast Deep Freeze
    /CAST Ice Barrier
    /cast Icy Veins
    /use Battlemaster's Vivacity

    Shadow priest is pretty simple too..

    /cast [nostance] ShadowForm
    /castsequence [nochanneling] reset=target/combat Mind Spike,shadow word: pain, devouring plague, vampiric touch, mind flay, mind flay, mind flay, mind flay,
    /cast Mind Blast
    /cast Shadow Word: Death
    /cast Shadowfiend

    Dont know if i should remove mind spike, but it does good questing dps , it seems to get recast when VT has less than 1 second on it so it seems pretty good. I just hate doing 6k dps at level 84 now, i feel like im a hindrance on the group cause. But i guess im always #1 dps but my groups might just be bad too.

    Also- why does this macro work /castsequence [reset=30] blah b lah it says reset=30 is unknown


    Last edited by donut132 : 12-09-2010 at 11:06 AM

  5. #75

    Default

    The reset needs to not be in brackets.
    /castsequence reset=30 spell,etc
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  6. #76

    Default lvl 84 Destro lock PoV

    Quote Originally Posted by Toned View Post
    Destro Lock

    The click macro
    Code:
    /stopmacro [channeling]
    /cast [@target] firebolt
    /click MultiBarLeftButton1
    /click MultiBarLeftButton2
    Macro 1
    Code:
    /castsequence reset=target/combat Curse of the Elements, Soul Fire, null
    Macro 2
    Code:
    /cast [@target,harm]firebolt
    /castsequence reset=combat/target Bane of Agony, Immolate, Conflagrate, Incinerate, Incinerate, Incinerate, Incinerate, Life Tap
    /cast Chaos Bolt
    I made a 2nd macro that puts up bane of doom in macro 1 and utilizes a cast sequence without bane of agony for boss fights.
    [/code]

    Hey everyone. Just wanted to drop in a few words. At lvl 84, I know we have noticed a HUGE difference in stats. In order for the above macro to keep working on bosses in Stonecore, it was binding up, I had to remove Soulfire from macro 1, Hotkey Soulburn and open with instacast Soulfire for haste proc, and since I am sitting at roughly 1300 haste, had to include 2 more incinerate to macro 2. I was clipping Bane of Agony by nearly 4.6 sec and corruption seems to be only off by aprrox. .6 sec. Hope this is helpful for anyone curious on dps losses with Bane of Agony clipping/etc.

  7. #77

    Default

    Quote Originally Posted by Toned View Post
    Right now I see Dk trees like this: Blood = Tank... Frost = PVE DPS... Unholy = pvp / utility dps / aoe dps.

    Howling blast is so good right now that frost is doing a ton of dmg.
    Have you read the epic 20something page dk manifesto? It appears frost it preferred for pvp, with a pally.

    Skimming all the posts in that thread I was unable to find a macro. Is the one you posted similar to what they are claiming? I believe there is a single click macro with an up and down state.
    Warfather + Scrub + Fumble + Bumble + Botch
    Ravenholdt - US

  8. #78

    Default

    I see you use the reset=combat for most of the macros. (I skimmed through them didn't read them all in their entirety.) wouldn't that kill the macro in the middle of a long combat? Like say up against the balrog in the halls a baradur? OOh wrong game lol But you know what I mean, boss fights, elite quest dudes, etc... best to count how long the macro takes place and input the appropriate seconds, or use reset=target where necessary right?

    oh wow i realized that this thread is super old O.O
    Last edited by MiRai : 08-25-2011 at 04:07 AM Reason: Merged

  9. #79

    Default

    Reset conditionals are one of those things you have to experiment with sometimes. Reset=combat is generally ok because the macro is still going to reset when it gets to the end, regardless of if you are still in combat or not.

    Again, reset=x seconds is an idle time, not an active one. Reset=5 means you haven't touched the key in 5 seconds. Every time you hit the key, the timer starts over.

    Reset=target is fine as long as you aren't running up against something with a cooldown in the beginning of the macro. For example, if I use a macro for my tank that is

    /castsequence reset=target Avenger's Shield, Judgement, blah blah blah

    I've got a spell with a 15s cooldown followed by one with an 8s cooldown. If I switch targets in combat right after I've used one of those abilities, my macro will lock up because those first spells are on cooldown. In this case, it's better to use reset=combat or reset=Xseconds so that I know it's not going to reset until enough time has passed for all the abilities in my macro to come back off cooldown.

    However, if you are using a null sequence for something, it may be a better idea to use reset=target, for example

    /castsequence reset=target Hunter's Mark, Null

    In this case, you don't want to be spamming Hunter's Mark over and over on the target. It is a spell with a long duration and no cooldown, but you will still want to apply it to any target you acquire. So you use reset=target so that every time you change targets, the macro will reset and allow you to cast it once.

    Finally, you can use multiple reset conditions which function like "or".

    /castsequence reset=target/combat/alt Hunter's Mark, null

    The castsequence will reset if you change targets or if you leave combat or if you use the key with alt. In a situation where you're in a long-duration fight against a single target, the macro won't meet the normal reset conditions and Hunter's Mark would expire at 5 minutes. Using Alt with the macro would force it to reset so you could cast HM again.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  10. #80

    Default

    I am looking for a Combat rogue cast sequence macro can anyone help me?

Posting Rules

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