Thread: Mount Random.

  1. #1
    Deleted

    Mount Random.

    Hello! I'm trying to make a macro to mount me on a set list of mounts randomly,
    I know that I need /cast random,
    My mounts choosing are Dark Phoenix, Black Drake, Albino Drake, Can anyone help me with the syntax etc,
    Thanks in advance.

  2. #2
    The Unstoppable Force
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Where Thrall and the Horde needs me to be
    Posts
    23,565
    I think mine is something like /cast flyable and then the list of flying mounts.

    EDIT: I found mine on google heh

    Amazing sig, done by mighty Lokann

  3. #3
    Deleted
    Quote Originally Posted by Venziir View Post
    I think mine is something like /cast flyable and then the list of flying mounts.

    EDIT: I found mine on google heh
    I tried '/cast flyable'
    /cast flyable Black Drake, Dark Phoenix, Albino Drake

    Didnt work, Maybe i'm doing it wrong?

  4. #4
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    /castrandom [flyable] Dark Phoenix, Black Drake, Albino Drake; <groundmountname>

  5. #5
    Quote Originally Posted by Droxo View Post
    Hello! I'm trying to make a macro to mount me on a set list of mounts randomly,
    I know that I need /cast random,
    My mounts choosing are Dark Phoenix, Black Drake, Albino Drake, Can anyone help me with the syntax etc,
    Thanks in advance.
    /castrandom Dark Phoenix, Black Drake, Albino Drake

  6. #6
    The Unstoppable Force
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Where Thrall and the Horde needs me to be
    Posts
    23,565
    Needs brackets around flyable, like this /castrandom [flyable] Flying Mount 1, Flying Mount 2; Land Mount 1, Land Mount 2, Land Mount 3

    Amazing sig, done by mighty Lokann

  7. #7
    Deleted
    #showtooltip Dark Phoenix
    /castrandom [nomounted, flyable] Dark Phoenix, Black Drake, Albino Drake
    /dismount


    Change the tooltip bit to whatever icon you want it to be.

  8. #8
    Deleted
    Quote Originally Posted by Destard View Post
    /castrandom [flyable] Dark Phoenix, Black Drake, Albino Drake; &lt;groundmountname&gt;
    <br><br>I tried it, but 20 times using the macro, Albino Drake came up 100% of the time thanks tho

    ---------- Post added 2011-08-16 at 11:29 AM ----------

    Quote Originally Posted by quosk1867 View Post
    #showtooltip Dark Phoenix
    /castrandom [nomounted, flyable] Dark Phoenix, Black Drake, Albino Drake
    /dismount


    Change the tooltip bit to whatever icon you want it to be.
    Thats exactly what I was looking for! Thanks ^^

  9. #9
    Deleted
    use addon named GupPet and forget the macros

  10. #10
    Deleted
    Quote Originally Posted by Venziir View Post
    Needs brackets around flyable, like this /castrandom [flyable] Flying Mount 1, Flying Mount 2; Land Mount 1, Land Mount 2, Land Mount 3
    Ah I see, I've got it now, Thanks!

  11. #11
    This will cast randomly one of 2 ground mounts, Flying mounts, or your Vashjr seahorse, depending on the zone. The numbers in the brackets refer to the positions on the mounts in your mount tab.


    /run if not IsMounted() then g,f,s={2,5},{14,19},{1,1} t=(strfind(GetMapInfo(),"Vashj") and IsSwimming()) and s or IsFlyableArea() and f or g CallCompanion("MOUNT",t[random(#t)]) end
    /dismount

    I would credit the original author, but I found this months and months ago through google - anyway thanks to whoever you are

  12. #12
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    Quote Originally Posted by quosk1867 View Post
    #showtooltip Dark Phoenix
    /castrandom [nomounted, flyable] Dark Phoenix, Black Drake, Albino Drake
    /dismount
    the [nomounted] conditional is useless if you put a dismount without conditionals below, it will mount if you are dismounted and dismount if you are mounted, will do the same if you drop the [nomounted] and /dismount, if you want a macro who won't dismount your while flying then:

    /dismount [noflying]
    /stopmacro [mounted]
    /castrandom [flyable] Dark Phoenix, Black Drake, Albino Drake; <groundmountname>

    @droxo: drop the ground mount part (from the ";") as it doesn't work (tested ingame now)
    Last edited by S7orm; 2011-08-16 at 10:35 AM.

  13. #13
    I once used a macro for random mounts, but after finding GupPet I've stopped with the macros. It lets you specify which mounts and then you can keybind the abilities: Mount, Mount-Land, Mount-Air, Mount-Water.

    It's worth a try.
    Originally Posted by Blizzard Entertainment
    you're likely wrong, and we don't care anyway.
    Source

  14. #14
    Field Marshal
    15+ Year Old Account
    Join Date
    Oct 2008
    Location
    Antwerp, Belgium
    Posts
    70
    I use Gogomount addon, it chooses between ALL your mounts. But you can also set it to a specific set of your own choice.. OH and it let's you bind mounts to a button to save you barspace if you so desire. :P

  15. #15
    High Overlord Within's Avatar
    10+ Year Old Account
    Join Date
    Jan 2010
    Location
    Sweden
    Posts
    141
    /castrandom [nomounted] Dark Phoenix, Volcanic Stone Drake, Flameward Hippogryph
    /dismount [mounted]

    This is what I'm using. Replace the mounts with your own.
    Zhezl - Level 90 Mistweaver Monk.
    Do you really not know anything about how businesses run? What, do you think Blizz is ran by 30 people - 15 of them are working on WoW, 10 of them on SC2, 4 on Diablo, and a retarded donkey worked on this app for a few months? Do you also think that hamsters power their servers and when they get tired, all the servers crash?

Posting Permissions

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