Close
Showing results 1 to 6 of 6
  1. #1

    Default Block a macro for a set period?

    I was wondering if it is possible to block a macro for a set amount of time.
    If I would have a macro like:
    Code:
    /target tankchar
    /stopcasting
    /cast healing wave
    Bad thing about this macro is the part that you have a chance of spamming it in panic situations. Resulting in no incomming heals at all.
    So I`m wondering if I can block the macro for a set amount of time, offcourse untill the spell landed. That way I can still spam it :-)

  2. #2

    Default RE: Block a macro for a set period?

    Quote Originally Posted by 'David',index.php?page=Thread&postID=188007#post18 8007
    Code:
    /target Character
    /stopcasting [nomod:shift (Or another modifier)]
    /cast healing wave
    There ya go. This doesn't ''block'' the macro, but it will ignore your /stopcasting line if you have shift pressed.
    Hardware Lurker

  3. #3

    Default

    if yer dpsing with this char and want to stop to heal yeh could do
    Code:
    /stopcasting [harm]
    /target Character
    /cast healing wave

  4. #4

    Default

    you can do a castrandom instead

    /castrandom healing wave, ,

    will cast healing wave on average 1 in 3 times you hit the macro

    and you can use a shift modifier to make it cast 100% of the time

    I use this on my resto shaman so I don't overheal the tank and waste all my mana
    Sweet* teams - <unGankable> - Kil'Jaeden US Alliance - 10x Shamans, 9x DKs 1x Pally, 10x Drews

  5. #5

    Default

    Helps a lot. Thanks guys :-) :thumbup:

  6. #6

    Default Using Reset to Prevent Over-use

    Code:
    #showtooltip Mend Pet
    /castsequence reset=15 Mend Pet, ,
    I had found this macro once while looking up a feed pet macro for my hunter. I use a variation on it for my Holy Paladin so that she doesn't waste mana re-casting Beacon of Light (while 5 boxing, I had it bound to 5 keys). I'm at work so this might not be 100% correct but should give you the general idea.

    Code:
    #showtooltip Beacon of Light
    /castsequence [target=focus] reset=60 Beacon of Light, ,
    Hunter/D. Priest 60.........70.........80
    ProtPally + Holy 60.........70.........80
    Boomkin + Shamen 60.........70.........80

Similar Threads

  1. Keyclone Try-Out Period?
    By Wandererr in forum General WoW Discussion
    Replies: 5
    Last Post: 06-28-2009, 04:40 PM
  2. RAF 2 Month Period Results
    By wootipwn in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 01-29-2009, 04:40 AM
  3. Worst maint- period Ive seen so far lol
    By Iceorbz in forum General WoW Discussion
    Replies: 27
    Last Post: 11-12-2008, 04:52 PM
  4. Macro for Ice Block ? Mage advice ?
    By Fef in forum Macros and Addons
    Replies: 4
    Last Post: 10-19-2008, 02:26 AM
  5. Hello new kid on the block.
    By Trowabarton756 in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 11-02-2007, 03:36 PM

Posting Rules

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