1. #1
    Deleted

    Command Demon macro that changes tooltip?

    I'm looking for a macro that uses Command Demon on target and focus (with a shift modifier), but that also changed the tooltip to the spell used. Spell lock, cauterize master, shadow bulwark and what not.

    I am by no means a macro expert so what I'm using so far is:

    #showtooltip
    /cast [target=focus,modifier:shift] Command Demon; Command Demon

    But it doesn't change the tooltip to the different spells.
    Any help/pointers would be greatly appreciated!

  2. #2
    I'm not familiar enough with locks to help with the tooltip part, but here's a simpler version of your macro:
    Code:
    #showtooltip
    /cast [@focus,mod] [] Command Demon
    EDIT: The tooltip thing appears to be a bug. From what I understand, it's supposed to change like Symbiosis. For now, you should be able to see any CDs on your pet bar. You might be able to use LUA to change the tooltip based on your active pet, but I don't think you can do it with a standard macro.
    Last edited by Squirl; 2012-10-10 at 10:58 PM.

  3. #3
    Brewmaster Vayshan's Avatar
    10+ Year Old Account
    Join Date
    Apr 2011
    Location
    Netherlands - Twisting Nether (EU)
    Posts
    1,416
    #showtooltip Command Demon
    /cast [@focus,mod:shift] Command Demon; Command Demon

    ?

Posting Permissions

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