1. #1
    Deleted

    Death Grip Mouseover/Shift Mod Macro?

    Hello!

    Sorry for the bad title, didn't really know what to call it.
    I want to make a macro which should work so that when I have a target I just press my keybind and it should work as the normal ability, and when I hold shift I can mouseover a target and click the keybind and it grips the target, I've tried with:

    #showtooltip
    /cast Death Grip
    /cast [mod:shift, target=mouseover] Death Grip

    And all sorts of variations, please help!

  2. #2
    #showtooltip
    /cast [mod:shift, target=mouseover] Death Grip
    /cast Death Grip

  3. #3
    Bloodsail Admiral Icebear's Avatar
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    Denmark
    Posts
    1,135
    Quote Originally Posted by Somerandomenterwebzperson View Post
    Hello!

    Sorry for the bad title, didn't really know what to call it.
    I want to make a macro which should work so that when I have a target I just press my keybind and it should work as the normal ability, and when I hold shift I can mouseover a target and click the keybind and it grips the target, I've tried with:

    #showtooltip
    /cast Death Grip
    /cast [mod:shift, target=mouseover] Death Grip

    And all sorts of variations, please help!
    Code:
    #showtooltip
    /cast [mod:shift,@mouseover,harm][] Death Grip
    Making your GIF Avatar to 20kb is hard. Especially when the original is 504kb

  4. #4
    Deleted
    Thanks a lot!

Posting Permissions

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