Close
Showing results 1 to 10 of 19

Hybrid View

  1. #1

    Default

    Quote Originally Posted by Phanes View Post
    I am currently using

    Code:
    /run if not IsMounted() then local g,f,s,v={g,g},{f,f},{s,s},{v} local t=(IsUsableSpell(40192)) and f or (strsub(GetMapInfo(),0,7)=="Vashjir" and IsSwimming()) and v or (IsSwimming()) and s or g CallCompanion("MOUNT",t[random(#t)]) end
    /dismount
    Then Iput in numbers for GG, FF etc. The problem is it seems like when I login my numbers have changed. So what was casting my Redproto Drake now casts the mammoth. Does anyone have a working macro right now?
    So does this go through all mounts randomly?? I would LOVE a macro that did that. I get tired of using the same one all the time.

  2. #2
    Member JohnGabriel's Avatar
    Join Date
    Oct 2008
    Location
    Seattle Washington, USA
    Posts
    2272

    Default

    Quote Originally Posted by Multibocks View Post
    So does this go through all mounts randomly?? I would LOVE a macro that did that. I get tired of using the same one all the time.
    If you want to enter all your mounts in a list you can, but I have been searching and have not found any that will randomly cycle through all your mounts.

    His macro requires replacing the letter g with ground mounts, f with flying mounts, s with swimming mounts, etc. It will randomly pick one of them.

  3. #3

    Default

    Quote Originally Posted by Multibocks View Post
    So does this go through all mounts randomly?? I would LOVE a macro that did that. I get tired of using the same one all the time.
    It does the part that says {g,g} for instance you can change to {1.3.5.7.9} assuming that is that 1,3,5,7, and 9 are ground mounts in your Mount List. However I think this macro comes in at 246 so there is not a lot of room for adds.

Posting Rules

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