Page 1 of 2
1
2
LastLast
  1. #1

    [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Hello,
    My shaman is an Engr and i chant Hyperspeed onto my gloves.
    Is there a macro to bind the use of Hyperspeed to SS?

    Also, is there a macro to use Shamanistic Rage if it's off cd.. if not SS?
    Yea, i know... i'm a lazy Shaman ;D

    Thanks in advance =)

  2. #2

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Try this.


    #showtooltip Stormstrike
    /console Sound_EnableSFX 0
    /cast NAME OF UR GLOVES
    /script UIErrorsFrame:Clear()
    /console Sound_EnableSFX 1
    /cast Stormstrike

  3. #3

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Quote Originally Posted by Han83
    Hello,
    My shaman is an Engr and i chant Hyperspeed onto my gloves.
    Is there a macro to bind the use of Hyperspeed to SS?

    Also, is there a macro to use Shamanistic Rage if it's off cd.. if not SS?
    Yea, i know... i'm a lazy Shaman ;D

    Thanks in advance =)

    For mine since I'm ele I use

    /use rocket thing *can't remember exact name
    /cast flameshock rank(#)

    Gimme a few mins and I'll copy and paste my exact macro

  4. #4

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    /cast Flame Shock(Rank 9)
    /use Furious Gladiator's Mail Gauntlets

    That's mine for ele

  5. #5

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Hello all,
    That's exactly what i'm looking for...
    Thanks everyone~~

    Regarding the Shamanistic Rage... i take it it's not possible?
    ;D

  6. #6
    Keyboard Turner
    10+ Year Old Account
    Join Date
    May 2010
    Location
    Aus
    Posts
    5

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    It's better to use;

    /use 10

    that way you don't have to keep changing your macro when you upgrade your gloves.

  7. #7

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Quote Originally Posted by Han83
    Hello all,
    That's exactly what i'm looking for...
    Thanks everyone~~

    Regarding the Shamanistic Rage... i take it it's not possible?
    ;D
    I may be misunderstanding your request about that but I know there is a way to bind 2 spells to 1 button and use them alternatively by holding down like the shift key for one. Or say like lightning bolt and healing wave, it depends if you targeting an ally or an enemy

  8. #8

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Quote Originally Posted by darknessxpersists
    I may be misunderstanding your request about that but I know there is a way to bind 2 spells to 1 button and use them alternatively by holding down like the shift key for one. Or say like lightning bolt and healing wave, it depends if you targeting an ally or an enemy
    Yea i've been through those... that's not what i'm looking for.
    I cant track the cd of SR if i use a Modifier... and the LB/HW is a Harm/Heal macro.

    It's ok, i'll juz hit 1 more extra button for SR ;D

  9. #9

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    I think you're not doing it right or at least pratical.

    U can do a macro for SS, and a macro for SR and Hyperspeed. This way its better because you won't have mixed cooldowns.
    I´m not rly a macro mastermind but this works for me.

    Example of macros:

    SS:

    #showtooltip Stormstrike
    /startattack
    /cast stormstrike

    SR+Hyper:

    #showtooltip Shamanistic rage
    /Cast shamanistic rage
    /use 10

    When picking the icon for the macro pick the first one with the big red "?" on both.

  10. #10

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Quote Originally Posted by Belae
    It's better to use;

    /use 10

    that way you don't have to keep changing your macro when you upgrade your gloves.
    This, "10" is your gloves slot, so whatever enchant you have on your current gloves will be used.

    The same can be done for your parachute cloak and nitro boosts, cant remember the numbers by head though, but you cna find em with google :P
    Don't Fwoosh me.

  11. #11

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    # showtooltip
    /cast Shamanistic Rage
    /use Anub'ar Stalker's Gloves (/use 10 works as well)
    /cast Blood Fury (orc racial)
    /use Saronite bomb (you're bad if you don't use these)

  12. #12
    Deleted

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Wouldn't it be better to macro it into SR instead of SS?

  13. #13

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    #show Stormstrike
    /startattack
    /castsequence reset=60 Shamanistic Rage, Stormstrike, Stormstrike, Stormstrike, Stormstrike, Stormstrike, Stormstrike, Stormstrike, Stormstrike
    /use 10

    I dont know if it's better to sync the glove enchant with shamanistic rage though.

    edit : messed with numbers

  14. #14
    Deleted

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Quote Originally Posted by neehla
    #show Stormstrike
    /startattack
    /castsequence reset=60 Shamanistic Rage, Stormstrike, Stormstrike, Stormstrike, Stormstrike, Stormstrike, Stormstrike, Stormstrike, Stormstrike
    /use 10

    I dont know if it's better to sync the glove enchant with shamanistic rage though.

    edit : messed with numbers
    Err that macro doesn't do what you think it does. The reset=60 means if I have not pressed the button AT ALL for 60 seconds then go back to the start and do Shamanistic Rage.

    What it DOES NOT DO is after 60 seconds have elapsed since you FIRST pressed it revert to SR. ie: That macro if you are using it every SS cooldown will have to do ALL 8 Stormstrikes before it resets. ie: it will take 64 seconds minimum before a reset and often longer as you don't always use SS the instant its off CD if other abilities with higher priority are available.

    Thus it is likely that this macro would only do a SR every 70 seconds or so thus reducing your SR uptime by around 15% that is not good, it is a bad macro.

  15. #15

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Here's the macros I use

    Sham rage + haste gloves
    /run u=UIErrorsFrame u:Hide()
    /run SetCVar("Sound_EnableSFX","0")
    #showtooltip Shamanistic Rage
    /use 10
    /cast Shamanistic Rage
    /run SetCVar("Sound_EnableSFX","1")
    /run UIErrorsFrame:Clear()
    /run u:Clear() u:Show()

    Auto attack + storm strike (for dps switching targets with SS on cooldown)
    #showtooltip
    /cast Stormstrike
    /startattack [harm]

    Flame shock, earth shock
    #Showtooltip
    /castsequence reset=combat/target/18 Flame Shock, Earth Shock
    /startattack [harm]




  16. #16

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Code:
    #showtooltip
    /castsequence Shamanistic Rage, (10|<Name of Gloves>)
    /use Saronite Bomb
    Ensures your gloves don't go off early, but requires at least two button clicks to activate both abilities, which is fine if you're spamming this button anyway.
    10 works regardless if you change your gloves out but puts the ? on the macro icon
    <Name of Gloves> changes the macro icon but has to be changed if you change your gloves.

  17. #17

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    Quote Originally Posted by LyskaWF
    # showtooltip
    /cast Shamanistic Rage
    /use Anub'ar Stalker's Gloves (/use 10 works as well)
    /cast Blood Fury (orc racial)
    /use Saronite bomb (you're bad if you don't use these)
    Don't know about you, but unless that bomb auto drops i'm going to stick with my Global Thermal Sapper Charge.

  18. #18

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    #showtooltip Stormstrike
    /use (and here the name of your gloves)
    /cast Stormstrike
    ...easy,simple....it works for me :P

  19. #19

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    2 pages for a simple macro?

    Code:
    #showtooltip
    /startattack
    /cast Stormstrike
    /use 10

    So hard ><
    "For if men needed speech in order to learn to think, they had a still greater need for knowing how to think in order to discover the art of speaking"

  20. #20

    Re: [Enh]Macro for binding Hyperspeed Acelerator (Engr) to SS...?

    I would use sham rage + gloves, +10% damage with the haste and they both have 1 min cooldowns. But, whatever floats your boat.

Posting Permissions

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