1. #1

    Combing mod macro with focus mod macros.

    To make it planer this is what I have right now...

    Code:
    #showtooltip
    /stopcasting
    /cast [mod:shift]Kidney Shot;Kick
    /cast [modifier:crtl, target=focus, harm] [ ] Kick
    /sw 25
    /sw play
    What I want is a macro that allows me to kick with no mod, kidney shot with shift mod, and focus kick with control.
    Is it possible? Right now the macro seems to kick whenever I use it, and the focus Kick doesn't work.
    Last edited by Carni; 2013-04-16 at 10:48 PM.

  2. #2
    Deleted
    You misspelled control, took me a while to figure that out :X

    Tried something for a quick test on dummies, works.

    Code:
    #showtooltip
    /cast [mod:ctrl @focus]Hemorrhage; [mod:shift]Backstab;Burst of Speed

  3. #3
    Quote Originally Posted by klausistklaus View Post
    You misspelled control, took me a while to figure that out :X

    Tried something for a quick test on dummies, works.

    Code:
    #showtooltip
    /cast [mod:ctrl @focus]Hemorrhage; [mod:shift]Backstab;Burst of Speed
    Hmmmm.... I copied your macro exactly and filled in the proper spell.... its not working for some reason. I think I will just have to make a new bind and a easy macro, I just hate wasting macro space like this. Running out of room.

  4. #4
    This should do what you're asking for.
    Code:
    #showtooltip
    /use [mod:shift]Kidney Shot;[mod:ctrl,@focus][]Kick

  5. #5
    Quote Originally Posted by Sakpoth View Post
    This should do what you're asking for.
    Code:
    #showtooltip
    /use [mod:shift]Kidney Shot;[mod:ctrl,@focus][]Kick
    This did work I just needed to add this to it, put it in from of the shift mod and make sure you space properly.

    Code:
    [nomod] Kick;

  6. #6
    I am Murloc! Terahertz's Avatar
    10+ Year Old Account
    Join Date
    Apr 2012
    Location
    Your basement
    Posts
    5,177
    Quote Originally Posted by Carni View Post
    This did work I just needed to add this to it, put it in from of the shift mod and make sure you space properly.

    Code:
    [nomod] Kick;
    No need for spaces anymore in between conditions etc.

Posting Permissions

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