1. #1
    Deleted

    3 in one macro (sprint, rocket jump, nitro boots)

    I can't get how to write this macro
    I want Sprint that can be activated without modifier (so when I press macro I will sprint)
    Rocket Jump with ALT modifier
    Nitro Boots (something like /use 6) with SHIFT modifier
    and I want to see CD on each when I press shift or alt via #showtooltip
    I know It's difficult but I hope someone can help me

  2. #2
    #showtooltip
    /cast [nomod] Sprint
    /cast [mod:alt] Rocket Jump
    /use [mod:shift] 6
    Not sure if it is 6, but you'll be able to sort it out, I'm sure. Alternatively you can put the name of your waist where 6 is written.

  3. #3
    Herald of the Titans Kuni Zyrekai's Avatar
    15+ Year Old Account
    Join Date
    Apr 2009
    Location
    The Frozen North
    Posts
    2,836
    Code:
    #showtooltip
    /use [nomod]Sprint; [mod:alt]Rocket Jump; [mod:shift]6;

  4. #4
    Deleted
    omg, thanks a lot guys !
    I thought it will be more difficult to write ^^

  5. #5
    A trivial point: If you don't want the button to show a question mark when you press Ctrl, then do this to have it fallback to Sprint:

    /use [mod:alt]Rocket Jump;[mod:shift]6;Sprint

  6. #6
    Press them all at once and you might make it from Azeroth to Outland without a portal.

Posting Permissions

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