1. Prist Macro

    Hello guys i am stuck with kinda strange problem i want to use this macro but it not working.

    #showtooltip
    /stopcasting
    /cast [nomodifier:shift] Shadow Word: Death
    /cast [target=focus,modifier:shift] Shadow Word: Death; Shadow Word: Death

    Problem is normal cast works but when i try to press Shift and my bind ( T ) it wont cast it on my focus target. But when i hold shift and press the spell with my cursor it works fine. I have same macro on my mage, but this one is working fine. Would really appreciate a help if possible or info if is some general warmane bug

    #showtooltip
    /cancelaura Ice Block
    /stopcasting
    /cast [nomodifier:shift] Counterspell
    /cast [modifier:shift, target=focus] Counterspell

  2. #showtooltip
    /stopcasting
    /cast [nomod] Shadow Word: Death
    /cast [mod:shift,target=focus,exists] Shadow Word: Death; Shadow Word: Death



    There you go, that should work.


  3. How your counterspell macro works IDK because it's wrong too.

    #showtooltip
    /stopcasting
    /cast [nomod] Counterspell
    /cast [mod:shift,target=focus] Counterspell

    use [nomod] and [mod:____] for your modifier macros, and if you're using a focus macro make sure if there is a failsafe (like your SWD) that you add "exists" onto it so it knows to skip should there be no focus.

  4. Ok thanks for that i didn't bother to chek because it did work :) i will update my mage macro as well :)

Posting Permissions

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