1. #1

    Dark Command/Death Grip Shift Modifer @mouse

    This is the macro i made but it only does death grip not dark command any help?:

    #showtooltip Dark Command
    /cast [modifier:shif][@mouseover] death grip;
    /cast [@mouseover] Dark Command

  2. #2
    Deleted
    Code:
    #showtooltip Dark Command
    /cast [mod:shift,@mouseover]Death Grip; [@mouseover]Dark Command
    [] brackets are logical ORs, so your DG line says:
    "If shift is down, then cast DG @target, ELSE cast DG @mouseover".

  3. #3
    Well its using dark command correctly!

  4. #4
    Because you made a typo in [modifier:shif], missing a T. :P
    Anyway, Treeston's macro should work.

    p.s. you shouldn't put multiple conditionals in different brackets, something like "/use [A][B] spell" will cast the spell whenever A or B is met, not when both are met. Seperate conditionals that you want to be met at the same time with commas as in Treeston's example.
    Last edited by Lackluster; 2010-11-03 at 02:50 PM.

Posting Permissions

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