Close
Showing results 1 to 10 of 21

Hybrid View

  1. #1

    Default

    Since you have the lock-and-load talent, you might want to move explosive shot to the end of your macro. Set it up like this:

    /castsequence Steady shot,
    /cast Explosive shot

    and you'll be able to take advantage of your lock-and-load procs.

  2. #2

    Default

    What would this look like? What would I replace Explosive Shot with in the first macro?

    Code:
        
    main      dps
         #show Expolsive Shot
         /click MultiBarRightButton1
         /click MultiBarRightButton2
         /click MultiBarRightButton3
         /click MultiBarRightButton4
    button      1
         /castsequence reset=combat Hunter's Mark,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    button      2
         /castsequence reset=combat Black Arrow ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    button      3
         /castsequence reset=combat Serpent Sting,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    button      4
         /castsequence Steady shot,
         /cast Explosive shot
    I am tired of my hunter being last or just ahead of my tank and spriest.
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  3. #3

    Default

    Code:
        
    main      dps
         #show Expolsive Shot
         /click MultiBarRightButton1
         /click MultiBarRightButton2
         /click MultiBarRightButton3
         /click MultiBarRightButton4
         /click MultiBarRightButton5
    button      1
         /castsequence reset=combat Hunter's Mark, null
    button      2
         /castsequence reset=combat explosive shot, null
    button      3
         /castsequence reset=combat Black Arrow ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    button      4
         /castsequence reset=combat Serpent Sting,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    button      5
         /castsequence Steady shot,
         /cast Explosive shot
    This should start with an explosive shot, place the dots, use steady shot as a filler and fire explosive shot when it's up. (You could use the !Autoshot trick mentioned in olipcs link to get the timings a bit better)

  4. #4

    Default

    Quote Originally Posted by KvdM View Post
    This should start with an explosive shot, place the dots, use steady shot as a filler and fire explosive shot when it's up. (You could use the !Autoshot trick mentioned in olipcs link to get the timings a bit better)
    Lol, read up! The reason I resurrected this post is because someone else said I should END with Explosive Shot to catch my procs :/
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  5. #5

    Default

    Quote Originally Posted by Coltimar View Post
    Lol, read up! The reason I resurrected this post is because someone else said I should END with Explosive Shot to catch my procs :/
    /facepalm

    The last the 2 lines of that macro catch the proccs for you.
    The initial explosive shot only fires once and only serves to kick start the dps at the start of the fight.

  6. #6

    Default

    Quote Originally Posted by KvdM View Post
    Code:
        
    main      dps
         #show Expolsive Shot
         /click MultiBarRightButton1
         /click MultiBarRightButton2
         /click MultiBarRightButton3
         /click MultiBarRightButton4
         /click MultiBarRightButton5
    button      1
         /castsequence reset=combat Hunter's Mark, null
    button      2
         /castsequence reset=combat explosive shot, null
    button      3
         /castsequence reset=combat Black Arrow ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    button      4
         /castsequence reset=combat Serpent Sting,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    button      5
         /castsequence Steady shot,
         /cast Explosive shot
    This should start with an explosive shot, place the dots, use steady shot as a filler and fire explosive shot when it's up. (You could use the !Autoshot trick mentioned in olipcs link to get the timings a bit better)
    Cant wait to try this! So the "null" means its a one time deal? I like it! Was trying to figure out how to apply Hunter's Mark without using a seperate button!

    Also, should kill command be in there?
    Last edited by Lyonheart : 10-15-2009 at 03:06 PM
    Currently 5 Boxing 5 Protection Paladins on Whisperwind Alliance
    The Power of Five!!! ( short video )

  7. #7

    Default

    Quote Originally Posted by Lyonheart View Post
    Also, should kill command be in there?
    I've got rapid fire, blood fury and kill command at the start of the macro (those shouldn't trigger the global cooldown).

Posting Rules

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