Originally Posted by Erdluf
Is it possible to specify an action list that will "weave" two spells? For instance, a "rotation" of
Starfire Wrath Starfire Wrath ...
is interesting when trying to proc Eclipse. You don't know which Eclipse you'll get, but when Eclipse procs, you won't waste your first cast on the wrong spell (reaction time problem).
If there is no current support, perhaps an action list of
action= ... /starfire+wrath,eclipse=trigger/ ...
would be appropriate?
|
I've considered supporting a "fixed rotation" as a possible "sub-action".....
I've considered custom spell-pairs that intrinsically know what spell was cast last.....
I've also considered simply adding a "prev_cast" conditional
I'm leaning towards the last one since it is the easiest.....
action= .../starfire,eclispe=benefit/wrath,eclipse=benefit/wrath,prev=starfire/starfire
this will
invoke starfire if we are certain it has the eclipse benefit
else
invoke wrath if we are certain it has the eclipse benefit
else
invoke wrath if we just cast starfire
else
invoke starfire
this is not a true alternating of starfire and wrath because a DoT-refresh with higher priority will make "prev=starfire" evaluate to false for the wrath conditional...... but this is probably ok
I've had such fun leveling my Balance Druid to 70 that I think it is becoming my main (gasp!) so expect to see this feature soon.
(Of course, I'll have to level my SP to 75 for Mind Sear no matter what class becomes my main. After four years of waiting for real AoE I can't quit now!)