1. #1
    Deleted

    Random mount macro?

    Hi can u make a macro so when i click it, it cast a random mount?

  2. #2
    Try getting the add on mountiful. It creates a macro that does that.

  3. #3
    Code:
    /run if IsMounted()then Dismount()else f={1,2,3,4}g={5,6,7,8}c=CallCompanion r=random m="MOUNT"c(m,f[r(#f)])c(m,g[r(#g)])end
    that's what I use, you have to fill it with the mounts in your spellbook.

    Don't know if mountiful is better. (can't try it right now)

    Edit: from the comments on curse, mountiful sounds rather awful since it wasn't updated in a long time.
    Last edited by Pope; 2011-03-12 at 02:25 PM.
    Quote Originally Posted by Genganger View Post
    Often I just open the fridge instead of turning the lights on in the kitchen. I like that.

  4. #4
    Bloodsail Admiral chemicader's Avatar
    10+ Year Old Account
    Join Date
    May 2010
    Location
    Finland, the night is dark and full of terrors.
    Posts
    1,210
    /castrandom [nomounted] /cast Red drake (mounts here, not sure is it with the cast or just a list , separated `em with a comma)
    /dismount

    ---------- Post added 2011-03-12 at 02:24 PM ----------

    Quote Originally Posted by Pope View Post
    Code:
    /run if IsMounted()then Dismount()else f={1,2,3,4}g={5,6,7,8}c=CallCompanion r=random m="MOUNT"c(m,f[r(#f)])c(m,g[r(#g)])end
    that's what I use, you have to fill it with the mounts in your spellbook.

    Don't know if mountiful is better. (can't try it right now)

    Edit: from the comments on curse, mountiful sounds rather awful since it wasn't updated in a long time.
    Think my one has more space for mounts and is more simple would check the exact one out but out of game time.

  5. #5
    Quote Originally Posted by chemicader View Post
    /castrandom [nomounted] /cast Red drake (mounts here, not sure is it with the cast or just a list , separated `em with a comma)
    /dismount

    ---------- Post added 2011-03-12 at 02:24 PM ----------



    Think my one has more space for mounts and is more simple would check the exact one out but out of game time.
    No, it's vice versa. My mount uses ground/flying mounts depending on the area, and can use around 50 mounts (I didn't count).
    Yours can use about 10-15, just look at the extremely long names.
    Quote Originally Posted by Genganger View Post
    Often I just open the fridge instead of turning the lights on in the kitchen. I like that.

  6. #6
    Immortal seam's Avatar
    15+ Year Old Account
    Join Date
    Sep 2008
    Location
    Parking lot of Grass
    Posts
    7,237
    I used:
    /castrandom [nomounted] Red Proto-Drake, Black Drake, <Other mounts>
    /dismount


    though Pope's looks fancier.

  7. #7

  8. #8
    This is what I've been using for years.

    /castrandom [nomounted] Black War Tiger, Black War Ram,
    /dismount

    Works just fine as long as you correctly type the name of the mount. All the mount names are Case Sensitive in this macro.

  9. #9
    Quote Originally Posted by Isyld View Post
    This is what I've been using for years.

    /castrandom [nomounted] Black War Tiger, Black War Ram,
    /dismount

    Works just fine as long as you correctly type the name of the mount. All the mount names are Case Sensitive in this macro.
    You can open your macro-tab and spellbook and copy the names by shift-clicking.
    Quote Originally Posted by Genganger View Post
    Often I just open the fridge instead of turning the lights on in the kitchen. I like that.

Posting Permissions

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