1. #1

    Ele shaman "mount - ghostwolf - macro"

    Hey guys,

    during Shadowlands I got kknowledge of the following macro:

    #showtooltip
    /stopmacro [flying]
    /run C_MountJournal.SummonByID(0)
    /run UIErrorsFrame:Clear()
    /cast Ghost Wolf

    When not mounted, it will randomly select one of my defined favorite mounts.
    Is it possible, to define a specific mount?

    Cheers
    Kigama

  2. #2
    Code:
    #showtooltip
    /cast [combat,nomounted] [indoors,nomounted] Ghost Wolf; [advflyable] [flyable] FLYING_MOUNT; GROUND_MOUNT
    /dismount [mounted]

Posting Permissions

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