Thread Tools Display Modes
10-29-11, 12:46 PM   #1
Tijaiha
A Defias Bandit
Join Date: Oct 2011
Posts: 3
Additional macro conditions? (addon)

I'm looking for an addon that allows me to use an extended list of macro conditions without the use of scripts. I'm mostly interested in mob type (human/dragon/beast/etc..), and would like to avoid scripting if possible (takes up too much real estate for the complexity of my druid macros), so that's why I posted here versus the macro section.

A simple example of this would be:

/cast [harm,mob:beast/dragonkin] Hibernate; [harm] Entangling Roots

Does this exist? Is it possible?
  Reply With Quote
10-29-11, 01:49 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
No, this is not possible. For secure actions, like casting spells, you are limited by the boundaries given by Blizzard.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
10-29-11, 05:27 PM   #3
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
What I do is I craft a macro with all of my CCs on it. I have it switch between them depending on which modifier keys I'm holding or which mouse button I click it with.



For example, I have this on my shaman.
Code:
/cast [mod,@focus,harm,nodead][mod] Bind Elemental; [@focus,harm,nodead][] Hex
I expect to use Hex more than Bind Elemental, so it casts Hex when no modifier is held and Bind Elemental when any of them are held.



Here's a similar macro for druids:
Code:
/cast [mod:shift,@focus,harm,nodead][mod:shift] Hibernate; [mod] Nature's Grasp; [@focus,harm,nodead][] Entangling Roots
This has another modification to cast Nature's Grasp when a modifier that isn't shift is held (ctrol/alt). It casts Hibernate when shift is held and Entangling Roots when no modifier is held.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Additional macro conditions? (addon)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off