Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Mount Macro

  1. #1

    Mount Macro

    I chatted briefly with Sabathius about this, and thought more folks might find it useful.

    This macro will summon Mount A, unless ALT is held, in which case it summons Mount B. If you're already mounted, it dismounts you no matter which mount you have summoned.

    /cast [nomodifier:alt,nomounted] Mount A; [modifier:alt,nomounted] Mount B
    /dismount [mounted]

    To make sure you get the correct string in "Mount A", you can shift-click the item while writing the macro and it will paste the name.
    Myrcaus - Death Knight, Scribe
    Myrcinstatos - Warlock, Elixir Master

  2. #2

    Re: Mount Macro

    Would it be possible to beef up the macro so that it equips and unequips your Riding Crop as well?
    Soy - Priest
    Soymilk - Shaman


  3. #3

    Re: Mount Macro

    Probably... I haven't messed with /equip much. I will test that out this evening.

    I use ItemRack for that currently, but it might be nice to have it self-contained.
    Myrcaus - Death Knight, Scribe
    Myrcinstatos - Warlock, Elixir Master

  4. #4
    Former Director
    Hordeland Security
    Officer Sol's Avatar
    Join Date
    Aug 2005
    Posts
    7,350

    Re: Mount Macro

    yeah, itemrack has excellent mount on equip support.
    Sol - Warrior blacksmith of the Horde
    Sollus - Mohawk Priest
    Hordeland Security

  5. #5

    Re: Mount Macro

    So does Outfitter. Which I pimp incessantly whenever ItemRack is mentioned. ;)
    I did it for the lulz.

  6. #6

    Re: Mount Macro

    I'd like to reduce my dependence on addons, so Soy's suggestion goes to my heart. I'll make it work without an addon. =)
    Myrcaus - Death Knight, Scribe
    Myrcinstatos - Warlock, Elixir Master

  7. #7

    Re: Mount Macro

    Here's the one I just tested (works perfectly):

    /cast [modifier:alt,nomounted] Summon Dreadsteed; [nomodifier:alt,nomounted] Green Windrider
    /equip [nomounted] Carrot on a Stick; [mounted] Vengeance of the Illidari
    /dismount [mounted]

    Note that the Mounted trinket will always go into slot 1 (top); so the other trinket named should be the one that's normally there.

    This also works only because that's my only situational trinket; I have three peices of riding gear currently. I can't swap them all with a macro, because I don't know what to swap back *to* - the addons handle this, but a macro couldn't. Once I get a Riding Crop, that won't matter, so I'll use the macro instead.
    Myrcaus - Death Knight, Scribe
    Myrcinstatos - Warlock, Elixir Master

  8. #8

    Re: Mount Macro

    I'm finally getting around to macroing some stuff, and am going to try out this "shaman special" version:

    /cast [modifer: combat,nomounted] Ghost Wolf; [modifier:alt,nomounted] Horn of the Frostwolf Howler; [nomodifier:alt,nomounted] Blue Windrider
    /dismount [mounted]
    Myrkris - Troll Shaman

    Mnevis - Tauren Warrior
    Zulkath - Undead Priest


  9. #9

    Re: Mount Macro

    Try it this way, Myrkris:

    /cast [nomodifier:alt,combat,nomounted] Ghost Wolf; [modifier:alt,nocombat,nomounted] Horn of the Frostwolf Howler; [nomodifier:alt,nocombat,nomounted] Blue Windrider
    /dismount [mounted]

    Every time you specify a conditional for a particular spell, you want to negate it for the other options, hence the nocombats for the regular mounts and the nomodifiers for the non-ground mount. An alternative is to use a less compounded command string, like so:

    /cast [modifier:alt,nomounted] Horn of the Frostwolf Howler
    /cast [combat,nomounted] Ghost Wolf; [nocombat,nomounted] Blue Windrider
    /dismount [mounted]
    Myrcaus - Death Knight, Scribe
    Myrcinstatos - Warlock, Elixir Master

  10. #10

    Re: Mount Macro

    After 2.1, you can use the new "flyable" conditional. This will let you automatically summon your ground mount in the old world. The following macro retains the ground mount alt-override:

    /cast [modifier:alt,nomounted] Ground Mount
    /cast [flyable,nomounted] Flying Mount; [noflyable,nomounted] Ground Mount
    /dismount [mounted]

    Note the lack of a flyable conditional in the second line; since this line is not part of a compound cast command like Myrkris' example, it doesn't need the negator. To make it shamany:

    /cast [modifier:alt,nomounted] Ground Mount
    /cast [flyable,nomounted] Flying Mount; [noflyable,nomounted] Ground Mount
    /cast [combat] Ghost Wolf
    /dismount [mounted]

    If you are in combat and hit that macro, you'll get error spam about not being able to do the first two lines, but meh. A small price to pay. =)
    Myrcaus - Death Knight, Scribe
    Myrcinstatos - Warlock, Elixir Master

Posting Permissions

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