Something that will keep track of what buffs I cast on who. Might need a little perl to parse out what spell is being cast. But basically whenever it sees "You begin casting", it gets the spell name, looks up the duration, sets a timer, and remembers the target name. Then when the timer wears off, have it /echo <spell> has worn off on <person>.
Correct me if I'm wrong, is there a way to parse text out of a string with only the built in scripting?


