1. #1

    Bartender4 Question

    I cant use any modifier macros while im using bartender. it wont pick up the modifier key (Trying to use E / A-E in 1 macro)
    here an example of the macro:

    #showtooltip Death Strike
    /cast [nomod] Death Strike
    /cast [mod:alt] Ebon Gargoyle

    it casts Death Strike fine but wont recognize the modifier. Could it be that i already have Alt-E on the bars as a separate keybind?
    Im not sure if im missing something in the macro or if its Bartender. Do i need an external addon to make the modifiers work?

    HELP!!!!

  2. #2
    If you have Alt+E already keybound to something else the macro will not work. Free up the keybind and check it again.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    Deleted
    try this

    #showtooltip
    /cast [nomod] Death Strike;
    /cast [mod:alt] Ebon Gargoyle

    and see if the keybind is in use

  4. #4
    Tried both of those suggestions and neither of them worked

  5. #5
    At first, you have to bind E on that action bar slot and then make sure Alt-E is not bound. And you could just use

    Code:
    #showtooltip
    /cast [mod:alt] Ebon Gargoyle; Death Strike
    (not sure if skill names are correct)

    One other thing might be having Alt as your self cast key (can't test right now if it can screw these things up).
    Last edited by Spoiledkid; 2011-03-09 at 03:18 AM.

Posting Permissions

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