Looking for addon/macro that activates on procs

Pretty much what the title says.

Back in vanilla and BC there were addos that would automatically make your character either /say or /yell that something had procced, which gave both some raid utility (Expose weakness is up!) without you having to press a button, as well as allow for some fun.

In particular, there was one addon that had a bunch of really funny things for the ZG claw set, would yell things like “Thundercats, HOOOOOO” when you turned into thekal/arlokk.

Anyone know if something like this still exists?

Weakauras.

Weakauras allows you to make custom triggers for basically every situation. Make sure you get the classic version.

weakaura /say is a protected function outside of instances. If you’re in a BG or dungeon/raid then weakauras can do random /say

but in a city they are disabled.

You can also attach random says in the action → custom with

local messages = {“test1”, “test2”, “test3”, “test4”, “etc”} SendChatMessage(messages[math.random(table.getn(messages))])

Thanks for the help guys.