1. #1

    Engineering Macros

    I tried to use the search function with no luck, but I'm pretty sure I've seen a thread on this before.

    Hand-Mounted Pyro Rockets are not on the GCD, so how can I macro those into my abilities to get the extra dps the moment it comes off cd?
    Mike Morheim: Rift is totally gonna fail
    Ghostcrawler: Yeah good thing we made healing harder!
    Metzen: Guys, what soul should I get to go with Paladin and Beastmaster?

  2. #2

    Re: Engineering Macros

    #show Immolate
    /cast Immolate
    /cast <link hands here>

    Without brackets of course.
    \o\ \o> \o/ <o/ /o/
    Quote Originally Posted by Falric
    This pear... so delicious...
    Quote Originally Posted by Blizzro
    Ugh, do they have English/American call centres or are they Indian?
    http://www.wowarmory.com/character-sheet.xml?r=Twisting+Nether&cn=Gravion

  3. #3

    Re: Engineering Macros

    Quote Originally Posted by Gravion
    #show Immolate
    /cast Immolate
    /cast <link hands here>

    Without brackets of course.
    Thanks, it's not for my Warlock though

    Edit: That didn't work.
    Mike Morheim: Rift is totally gonna fail
    Ghostcrawler: Yeah good thing we made healing harder!
    Metzen: Guys, what soul should I get to go with Paladin and Beastmaster?

  4. #4

    Re: Engineering Macros

    i would imagine you would like it on an ability you use far more oftent then immolate, like Incinerate or conflag.
    Quote Originally Posted by ViridianWRA - 23/03/2014 View Post
    Seriously. Someone bookmark this. If we go all the way from 6.0 to 7.0 and there is never a paid Garrison feature on the blizzard store, I will go to the store, purchase a hat and film myself eating it.

  5. #5
    Warchief SoulPoetry's Avatar
    15+ Year Old Account
    Join Date
    Sep 2008
    Location
    Location: Location:
    Posts
    2,060

    Re: Engineering Macros

    Quote Originally Posted by Gravion
    #show Immolate
    /cast Immolate
    /USE<link hands here>

    Without brackets of course.
    fixt.

  6. #6

    Re: Engineering Macros

    Quote Originally Posted by Gravion
    #show Immolate
    /cast Immolate
    /cast <link hands here>

    Without brackets of course.
    It would be:

    #showtooltip <spell>
    /use <hands>
    /cast <spell>

    Where <spell> is the spell and <hands> is the link to your hand gear.

  7. #7

    Re: Engineering Macros

    or you can do a

    /use 13


    i think 13 is the hand slot so you wont have to change the macro everytime you change gloves.
    It's just a game.

  8. #8
    Warchief SoulPoetry's Avatar
    15+ Year Old Account
    Join Date
    Sep 2008
    Location
    Location: Location:
    Posts
    2,060

    Re: Engineering Macros

    Quote Originally Posted by Amgyn
    i think 13 is the hand slot so you wont have to change the macro everytime you change gloves.
    13 is a trink slot actually. :P gloves are 10.

  9. #9

    Re: Engineering Macros

    You should just macro a /use for the item slot, it works like this:

    Code:
    #showtootip
    /cast spell_name
    /use number_of_the_item_slot
    Where spell_name is the spell/ability's name of whatever you want to do. And number_of_the_item_slot is taken from here: http://www.worldofwarcraft.com/info/...guide-one.html

    So to use the engineering glove enchant with Mutilate whenever the enchant is off cooldown, you'd use it like this:

    Code:
    #showtooltip
    /cast Mutilate
    /use 10

  10. #10

    Re: Engineering Macros

    /cast spell
    /use 10

    gg

  11. #11
    Deleted

    Re: Engineering Macros

    /cast xx
    /use 10
    /script UIErrorsFrame:Clear()


  12. #12

    Re: Engineering Macros

    For pvp I use /use 10 /cast Shadow Bolt for higher Nightfall burst. Pyro rocket ofc not haste.

  13. #13

    Re: Engineering Macros

    Quote Originally Posted by SoulPoetry
    fixt.
    Cast works fine for me. On my warrior I have

    /cast Heroic Throw
    /cast Charge
    /cast Hellscream's Handguards of Triumph

    \o\ \o> \o/ <o/ /o/
    Quote Originally Posted by Falric
    This pear... so delicious...
    Quote Originally Posted by Blizzro
    Ugh, do they have English/American call centres or are they Indian?
    http://www.wowarmory.com/character-sheet.xml?r=Twisting+Nether&cn=Gravion

Posting Permissions

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