Close
Showing results 1 to 8 of 8
  1. #1

    Question Cloud this work as a all in one macro

    Cloud this work?

    /assist focus
    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarRightButton1
    /click MultiBarRightButton2
    /click MultiBarRightButton3
    /click MultiBarRightButton4
    /run SetCVar("Sound_EnableSFX","1")
    /castsequence Flame Shock,,,,,,,,,,,
    /castsequence Lava Bolt,,,,,,,,,,,
    /castsequence Chain Lightning,,,,,,,,,
    /cast Lightning Bolt

  2. #2

    Default

    seems like my slaves are only casting flame shock with this macro why is this guy how cloud this be fixed? thanks

  3. #3

    Default

    I am assuming that the /click macro's are the 4 macro's at the bottom of the list?

    If that is the case the reason this is not working is you are not staggering your spell.

    Stealing from Fur's post you want to do this or something similiar.



    /assist focus
    /run SetCVar("Sound_EnableSFX","0")
    /cast elemental mastery
    /click MultiBarRightButton1
    /click MultiBarRightButton2
    /click MultiBarRightButton3
    /click MultiBarRightButton4
    /run SetCVar("Sound_EnableSFX","1")

    1st button
    /castsequence reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    2nd button
    /castsequence reset=combat lava burst,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    3rd button
    /castsequence reset=combat chain lightning,,,,,,,,,,,,,,,,,,,,,,,,,
    4th button
    /cast lightning bolt
    Last edited by Fizzler : 12-18-2009 at 08:09 PM Reason: formating

  4. #4

    Exclamation

    Thanks Fizz

    Okay so its working smooth like this.

    Slaves
    1st button
    /castsequence reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    3rd button
    /castsequence reset=combat chain lightning,,,,,,,,,,,,,,,,,,,,,,,,,
    4th button
    /assist focus
    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarRightButton1
    /click MultiBarRightButton2
    /click MultiBarRightButton3
    /click MultiBarRightButton4
    /run SetCVar("Sound_EnableSFX","1")
    /cast lightning bolt

    I took lava brust out cause i currently dont have that spell on my shammys so i cast button 4 frist so my toons can attack as well is this correct guys?

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

    Default

    So, this is the spam macro:

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

    And it calls...

    1) /castsequence reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    3) /castsequence reset=combat chain lightning,,,,,,,,,,,,,,,,,,,,,,,,,

    4) /cast lightning bolt

    It should work fine.
    I'd consider putting /use 13 and /use 14 in there, for automatic trinket use, on every cooldown.
    Similarly, consider including /cast Elemental Mastery in there too.

    You can leave Lava Burst in the macro on Click2 or take it out.
    Since you don't have it, it cannot fire, so it won't mess with your macro.
    And then at 75th, when you get it, it's already built into the macro.

    I assume, the commas are the correct number for your personal spam speed.

    Head over to a target dummy.
    Drop your mana totem, totem of wrath and wrath of air totem.
    Drag the three spells out of the spell book.
    Spam away with your macro.

    Observe, the Flame Shock is not recast, until it has expired.
    Add commas if necessary, to allow it to tick the full duration.
    I'd consider changing this to reset=target, instead of reset=combat.
    It can get "stuck" on this macro, with =target.
    But, the recast is 6 seconds, which is relatively fast, and it will allow for a Flame Shock on target #2, without needing to wait for 18 seconds of commas.
    Also, remove commas if there's a noticeable delay after Flame Shock finishes, before the next is cast.

    Do the same with Chain Lightning, except keep the reset=combat.
    Since this is a hard recast delay, and not something which we just don't want to recast.
    Add or remove commas as necessary to tweak it.

    For Lightning Bolt, you just need to test that it will fire off, while the others are on cooldown.
    This is the fall through, so that's about all there is to that.
    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

    okay i did as you said but when i try to spam the macro as i put it on number 5 on all my toons they cast nothing im confused

    Quote Originally Posted by Ualaa View Post
    So, this is the spam macro:

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

    And it calls...

    1) /castsequence reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    3) /castsequence reset=combat chain lightning,,,,,,,,,,,,,,,,,,,,,,,,,

    4) /cast lightning bolt

    It should work fine.
    I'd consider putting /use 13 and /use 14 in there, for automatic trinket use, on every cooldown.
    Similarly, consider including /cast Elemental Mastery in there too.

    You can leave Lava Burst in the macro on Click2 or take it out.
    Since you don't have it, it cannot fire, so it won't mess with your macro.
    And then at 75th, when you get it, it's already built into the macro.

    I assume, the commas are the correct number for your personal spam speed.

    Head over to a target dummy.
    Drop your mana totem, totem of wrath and wrath of air totem.
    Drag the three spells out of the spell book.
    Spam away with your macro.

    Observe, the Flame Shock is not recast, until it has expired.
    Add commas if necessary, to allow it to tick the full duration.
    I'd consider changing this to reset=target, instead of reset=combat.
    It can get "stuck" on this macro, with =target.
    But, the recast is 6 seconds, which is relatively fast, and it will allow for a Flame Shock on target #2, without needing to wait for 18 seconds of commas.
    Also, remove commas if there's a noticeable delay after Flame Shock finishes, before the next is cast.

    Do the same with Chain Lightning, except keep the reset=combat.
    Since this is a hard recast delay, and not something which we just don't want to recast.
    Add or remove commas as necessary to tweak it.

    For Lightning Bolt, you just need to test that it will fire off, while the others are on cooldown.
    This is the fall through, so that's about all there is to that.

  7. #7
    Member Fursphere's Avatar
    Join Date
    Mar 2007
    Location
    Northern California
    Posts
    1026

    Default

    Ualaa nailed it - go play with a target dummy and "tune" your macros.

    The exact format isn't as critical as getting them tuned correctly.
    -Legion of Boom Founder-
    -Retired-

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

    Default

    MultiBarRightButton1 - This refers to the further right, of the two vertical bars, in the default wow interface. If you press Escape, then click Interface, then Action Bars, click the options to make all your bars visible.

    Button 1 - This is the first button, and counting downwards, the last button is Button12.

    The Castsequence for Flame Shock, needs to be put on Button1.
    And then LvB on Button2, C.Lightning on Button3, and L.Bolt on Button4.
    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
  •