1. #1

    Having trouble with a Mouseover/Modifier Macro!!!!!

    First of all I will tell you what I want out of the Macro.

    An example I want to be able to cast "Cleanse Spirit" on my mouseover target and when I am not mouseover on any target cast it on myself.
    As a modifier I would like the shift key and be able to do the same as the "Cleanse Spirit" part only using the "Earth Shield" spell. Thanks

  2. #2
    /cast [@mouseover,mod:shift,help,nodead][@player,mod:shift]Earth Shield
    /cast [@mouseover,help,nodead][@player]Cleanse Spirit

    Someone will probably come along and be able to clean that up.

  3. #3
    It works the way I want it to work the only downfall is when I use my Shift modifier it also tries to Cast Cleanse Spirit too and says that ability is not ready yet cause of global cooldown

  4. #4
    Try this:

    /cast [@mouseover,mod:shift,help,nodead][@player,mod:shift]Earth Shield; [@mouseover,help,nodead][@player]Cleanse Spirit

  5. #5
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    The reason that first macro had issues is because you needed to add "nomod" to the two sets of brackets. However, the second macro Damus posted should work perfectly.

    example:
    Code:
    #showtooltip
    /cast [@mouseover,mod:shift,help,nodead][@player,mod:shift]Earth Shield
    /cast [@mouseover,help,nodead, nomod][@player, nomod]Cleanse Spirit

Posting Permissions

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