Thread: Macro help

  1. #1

    Macro help

    I am looking for a way to make a right click option to use my sandstone drake in this macro

    /cast [mod:shift] Sea Turtle; [mod:ctrl] Traveler's Tundra Mammoth; [mod:alt] Pureblood Fire Hawk: [nomod:] Fiery Warhorse



    I will even settle for a modifier + right click to use sandstone drake. Thanks if you can help me!
    Last edited by Nekrosislol; 2012-03-11 at 02:05 AM. Reason: Double post and edit wrong one
    I play many games. WoW, Rift, D3, PoE, SC2 I will not criticize your game choice if you don't mine.

  2. #2
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    /cast [mod:shift, button:2] Sandstone Drake

    shift can be changed with alt or ctrl obviously

  3. #3
    Okay so my macro now looks like this

    #showtooltip
    /cast [mod:shift] Sea Turtle; [mod:ctrl] Traveler's Tundra Mammoth; [mod:alt] Pureblood Fire Hawk; [nomod:] Fiery Warhorse
    /cast [mod:shift, button:2] Sandstone Drake

    It works fine only one problem im running into is it seems when I go to do it, it will first mount my turtle then when i do it again it does the sandstone drake. Is there anyway around this?
    I play many games. WoW, Rift, D3, PoE, SC2 I will not criticize your game choice if you don't mine.

  4. #4
    Quote Originally Posted by Nekrosislol View Post
    Okay so my macro now looks like this

    #showtooltip
    /cast [mod:shift] Sea Turtle; [mod:ctrl] Traveler's Tundra Mammoth; [mod:alt] Pureblood Fire Hawk; [nomod:] Fiery Warhorse
    /cast [mod:shift, button:2] Sandstone Drake

    It works fine only one problem im running into is it seems when I go to do it, it will first mount my turtle then when i do it again it does the sandstone drake. Is there anyway around this?
    Code:
    /use [mod:shift,btn:1]Sea turtle;[mod:shift,btn:2]Sandstone Drake;[mod:ctrl]Traveler's Tundra Mammoth;[mod:alt]Pureblood Fire Hawk;Fiery Warhorse

  5. #5
    Quote Originally Posted by Newbie95816 View Post
    Code:
    /use [mod:shift,btn:1]Sea turtle;[mod:shift,btn:2]Sandstone Drake;[mod:ctrl]Traveler's Tundra Mammoth;[mod:alt]Pureblood Fire Hawk;Fiery Warhorse
    This worked gloriously, Thank you very much!
    I play many games. WoW, Rift, D3, PoE, SC2 I will not criticize your game choice if you don't mine.

  6. #6
    Deleted
    Code:
    /use [btn:2]Sandstone Drake;[mod:shift]Sea turtle;[mod:ctrl]Traveler's Tundra Mammoth;[mod:alt]Pureblood Fire Hawk;Fiery Warhorse
    Won't this work? No need for shift modifier for sandstone drake.

  7. #7
    Deleted
    Quote Originally Posted by ziconilsson View Post
    Code:
    /use [btn:2]Sandstone Drake;[mod:shift]Sea turtle;[mod:ctrl]Traveler's Tundra Mammoth;[mod:alt]Pureblood Fire Hawk;Fiery Warhorse
    Won't this work? No need for shift modifier for sandstone drake.
    << Not all that advanced in macro writing.. but using it like that.. you dont specify button2 as being a modifier do you? I don't think it would.. (Again.. might be wrong)

  8. #8
    Using Button means you are clicking the macro on your actionbars, not as a modifier.
    1 - Left Click
    2 - Right Click
    3 - Scroll Wheel Button (Middle Mouse button)

Posting Permissions

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