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