Close
Showing results 1 to 10 of 11

Threaded View

  1. #9

    Default



    As you can see I have a keymap dedicated to mounting and dismounting.

    The hivemind key in the keymap is ALT + SHIFT + Mouse 4. It has to be pressed multiple times, FYI due to the targeting latency with the server. I could make this less of a hassle but for now let's just focus on what it does now.

    It'll first call the targetexact against the FTL target for all others so all others target you specifically.
    Then it'll press 'I' which is my IWT mapped key in the WoW client.
    The last thing it does is call the MOUNT WoW macro in the Quick Setup 42 (you'll need to add this, with a hotkey of Mouse4 or choose another key for the mapped key).

    It looks like this:

    !if(character is in "Mag'har") /cast [nomounted, mod: alt, nomod:shift, nomod:ctrl] Mag'har Direwolf
    !if(character is in "Shadow") /cast [nomounted, mod: alt, nomod:shift, nomod:ctrl] Vicious War Wolf
    !if(character is in "Thunder") /cast [nomounted, mod: alt, nomod:shift, nomod:ctrl] Vicious War Wolf
    !if(character is in "Beast") /cast [nomounted, mod: alt, nomod:shift, nomod:ctrl] Vicious War Wolf
    /cast [nomounted, nomod: alt, nomod: ctrl, mod:shift] Red Flying Cloud
    /cast [nomounted, nomod: shift, nomod: alt, mod:ctrl] Azure Water Strider
    /cast [nomounted, mod: shift, mod: alt, nomod:ctrl] The Hivemind
    /cast [nomounted, mod: shift, mod: alt, mod:ctrl] Obsidian Nightwing
    /dismount [nomod]

    Change the target groups to whatever your group names are, with the mounts you want for each group.
    Attached Images Attached Images  

Posting Rules

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