1. #1

    [Solved] Troubleshoot my macro pls

    Can anyone tell me why the macro I was trying to use below isn't working? I want human racial if i hit shift, masters call on me if i hold alt and kill shot otherwise. Can't figure out why it doesn't seem to work.

    Code:
    #showtooltip Kill Shot
    /cast [mod:shift] Every Man for Himself(Racial); [mod:alt][@player] Master's Call; Kill Shot

  2. #2
    Deleted
    #showtooltip Kill Shot
    /cast [nomod] Kill Shot
    /cast [mod:shift] Every Man for Himself
    /cast [mod:alt,@player] Master's Call

    If this doesn't work you probably have something else bound to it
    Last edited by mmoc9aad74b9e3; 2013-09-03 at 09:04 AM.

  3. #3
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    it's not working because [mod:alt][@player] means "modifier alt or at player", just remove the ][ and put a comma

    also unbind alt/shift on that key or hardware binds will have prevalence over macro modifiers

  4. #4
    Bloodsail Admiral Omertocracy's Avatar
    10+ Year Old Account
    Join Date
    Aug 2011
    Location
    Yes.
    Posts
    1,032
    #showtooltip Kill Shot
    /cast [mod:shift] Every Man For Himself; [mod:alt,@player] Master's Call; Kill Shot

  5. #5

Posting Permissions

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