Quote Originally Posted by 'Djarid',index.php?page=Thread&postID=60990#post60 990
Quote Originally Posted by 'Kaynin',index.php?page=Thread&postID=60500#post60 500
'e' bound to Chain lightning PWNAGE
Code:
/use [modifier] 13
/cast [modifier] Elemental Mastery
/cast [modifier] Nature's Swiftness
/cast [target=focustarget,modifier,nodead,harm,exists][modifier][target=focustarget,nodead,harm,exists][] Chain Lightning
Ok out come the critique... flame me if I have it wrong but...

surely [target=focustarget,modifier,nodead,harm,exists] is redundant with [target=focustarget,nodead,harm,exists] as the latter will fire whether a modifier is used or not
also [modifier] and [] are unnecessary option in the same macro as [] will resolve true whether the cst is modified or not.

you could rewrite the whole thing as
Code:
/use [modifier] 13
/cast [modifier] Elemental Mastery
/cast [modifier] Nature's Swiftness
/cast [target=focustarget,nodead,harm,exists][] Chain Lightning

<3! Awesome, thanks a lot. Didn't realize that.

This will be my new macro then when I log on. (I realized I needed the target focustarget yesterday for feigning hunters :P )

/target focustarget
/stopmacro [noharm]
/use [modifier] 13
/cast [modifier] Elemental Mastery
/cast [modifier] Nature's Swiftness
/cast [target=focustarget,nodead,harm,exists][] Chain Lightning

I suppose I could remove the [target=focustarget,nodead,harm,exists] completely then. Just that [target=focustarget] doesn't seem to target feigned hunters. /target focustarget does.