Has anyone here made or dissected a totally reliable Thaddius "arrows" mod? I'm looking for pseudocode for a function that identifies your charge after a Shift with enough reliability to use in practice.
What I've been using:
1) Trigger on "Now you feel pain."
2) Monitor debuffs until I find something called "Positive Charge" or "Negative Charge" with duration > 0:55.
3) After a set amount of time (I've been using 0.5 seconds), check debuff and report.
It usually works. But sometimes, it falls prey to the effect described here:
http://forums.elitistjerks.com/viewtopic.php?id=8230 (post 9).
Even 1-2 errors in a night is enough for me to want to just scrap it. Before I do, I thought I'd ask what other people did, and how well it worked.
Any advice is appreciated.