1. #1
    Elemental Lord Spl4sh3r's Avatar
    15+ Year Old Account
    Join Date
    Aug 2007
    Location
    Sweden
    Posts
    8,518

    Mount Macro and 4.0.6

    Hello everyone! I've been using the following macro for my mounts and it stopped working with 4.0.6.

    Code:
    /run if IsMounted() then Dismount() return end local m if not IsFlyableArea() or (GetWintergraspWaitTime()==nil and GetZoneText()=="Wintergrasp") then m=(35) else m=(56) end if IsSwimming() then m=(1) end CallCompanion("MOUNT",m)
    Anyone have a mount macro that works with 4.0.6? The macro is for using flying when possible, ground when not possible and the seahorse when in the water

  2. #2
    Deleted
    Check this topic for answers.

  3. #3
    Elemental Lord Spl4sh3r's Avatar
    15+ Year Old Account
    Join Date
    Aug 2007
    Location
    Sweden
    Posts
    8,518
    Guess I should have checked that first, but it didn't show up on my search

Posting Permissions

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