1. mal123's Avatar
    mal123
    Guest

    need help with macro

    hi
    quick question: why doesn't this work?

    #showtooltip Spellsteal
    /cast [modifier:alt, target=focus,harm] spellsteal; [target=mouseover,harm] spellsteal; spellsteal; [modifier:alt, target=focus,help] Remove curse; [target=mouseover,help] remove curse; remove curse

    i want to have spell steal/remove curse on one button for regular target, focus target and mousover depending on modifier and cursor


    greez

  2. It doesn't work because its not properly written.

    Code:
    #showtooltip 
    /cast [harm,mod:shift,@focus][harm,@mouseover][harm]Spellsteal;[help,mod:shift,@focus][help,@mouseover][help][]Remove Curse
    That one should work fine.
    Focus (with mod) > mouseover > target > self is targeting priority.
    It will cast Spellsteal or Remove Curse based on target.

  3. mal123's Avatar
    mal123
    Guest
    thanks!

    had to change @focus to target=focus, ect. for wtlk thou

    another question, does frost wardening and molten shield stack?
    does it make sense to specc both as elemental?

Posting Permissions

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