Close
Showing results 1 to 10 of 10

Hybrid View

  1. #1

    Default

    Quote Originally Posted by Ualaa View Post
    With a click macro, it tries to run them all at once.
    If you put a stopcasting anywhere in the macro, then you'd constantly interrupt anything that is not an instant cast, so only the Flame Shock would go off.

    If an earlier spell is on cooldown, then a later spell cannot fire off, unless the first is on the comma (null) stage. So if you don't have enough commas in the macro, then it will hang on whatever spell until that spell is available.

    I wouldn't have a reset=target for the LavaBurst, as it is on a fixed cooldown which means if you do switch targets it will attempt to cast. If it happens to be on cooldown, then Lightning Bolts cannot fire off. Reset=Target in the Flame Shock is less critical, as you can Flame Shock a lot more often... but this will sometimes hang as well.
    Flame Shock cooldown is as long as that of Lava Burst, so I would have neither of them reset on target change.
    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

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

    Default

    Quote Originally Posted by Maxion View Post
    Flame Shock cooldown is as long as that of Lava Burst, so I would have neither of them reset on target change.
    Depending how you are spec'd.

    Lavaburst is an 8 second cooldown.
    Flame Shock is a base 6 second cooldown, but can be talented to (-1/-2 or /-.2/-.4/-.6/-.8/-1.0) seconds.

    I wouldn't really go with reset=target on either, either, but when I was testing my own click the reset=target almost never causes the click to stick with a four second cooldown and always having a Flame Shock on any target when the Lava Burst fires off is a bonus.

    Since you have the GCD anyway (from the last cast), with Booming Echoes you're looking at up to 2.5 second of the click being stuck (if you use reset=target) vs two casts of Lava Burst which are not guaranteed criticals. The reset=target is a tougher choice for the Flame Shock then the Lava Burst which will lock the click for 8 seconds on a target switch.





    The Shammy click I'm using is (I spam at 2 clicks per second):


    /Cast Elemental Mastery
    /Click MultiBarBottomRightButton7
    /Click MultiBarBottomRightButton8
    /Click MultiBarBottomRightButton9
    /Click MultiBarBottomRightButton10
    /use 13
    /use 14

    Shaman 1 (Flame Shock - 18 sec)
    #show Flame Shock
    /castsequence reset=combat Flame Shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    Shaman 2 (Lava Burst - 8 sec Cooldown)
    #show Lava Burst
    /castsequence reset=combat Lava Burst,,,,,,,,,,,,,,,

    Shaman 3 (Chain Lighting - 6 Sec (3.5 Talented).)
    #show Chain Lightning
    /castsequence reset=combat Chain Lightning,,,,,,

    Shaman 4 (Lightning Bolt fall-through)
    #show Lightning Bolt
    /cast Lightning Bolt
    Last edited by Ualaa : 09-02-2010 at 01:15 AM
    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


Posting Rules

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