1. #1

    Druid Smart Mount Macro

    Hey all, I'm just looking for a smart mount macro similar to
    Code:
    /run if IsMounted() then Dismount() return end local m if not IsFlyableArea() or (GetWintergraspWaitTime()==nil and GetZoneText()=="Wintergrasp") then m=(12) else m=(1) end CallCompanion("MOUNT",m)
    except instead of taking the flying mount socket, use Swift Flight Form instead. Any help would be great!

  2. #2

    Re: Druid Smart Mount Macro

    /stopcasting
    /cast [flyable,nocombat]Swift Flight Form;[swimming]Aquatic Form;[indoors]Cat Form;[combat,outdoors]Travel Form;[mod][nocombat,outdoors,noswimming,noflyable]Great White Kodo
    /dismount [mounted]


    Not only will this do mounts but it will do all of your forms depending on the best mode of travel available to you.



    edit: oook.. well from what I've been reading, the script that checks if it's in wintergrasp is only good with an actual mount, since trying to use the script with a spell such as Swift Flight Form is a protected function. If it isn't letting you use Swift Flight Form during Wintergrasp combat, hold down alt,control, or shift and it will use a regular ground mount.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3

    Re: Druid Smart Mount Macro

    But [flyable] doesn't work very well during wintergrasp combat. It will says that you can't use that mount there.


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  4. #4
    Herald of the Titans Lemons's Avatar
    15+ Year Old Account
    Join Date
    Feb 2009
    Location
    USA
    Posts
    2,664

    Re: Druid Smart Mount Macro

    Quote Originally Posted by Mordret
    But [flyable] doesn't work very well during wintergrasp combat. It will says that you can't use that mount there.
    Last time I used my mount macro (which uses the [flyable] condition) in WG combat it seemed to work fine. I think this used to be an issue in the past, but at some point it got fixed.

  5. #5
    Deleted

    Re: Druid Smart Mount Macro

    Squire should do what you want.

Posting Permissions

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