Thok Cooldowns
Easily manage your raid group's cooldown rotation for Thok
Features:
- Enable/Disable based on difficulty (Supports LFR, Flex, Normal and Heroic)
- Separate rotations for each of the 4 phases
- Export and Import feature
- Profiles - Raid makeups aren't always the same, swap profiles depending on who is in the group
Commands:
- /thok - Opens configuration
- /thok enable - Enables Thok Cooldowns
- /thok disable - Disables Thok Cooldowns
- /thok demo - Runs a "demo" to show your raid group the cooldown list
What the guy below said.
Nice addon, thanks. If anyone wants to change the text: I've done it via editing the core.lua in the addon folder. Looked for around line 325, for the line that starts with 'chatMessage', and changed the text as needed.
chatMessage = "Screech " .. deafening .. " - Cooldown for next: " ..
Enhancement suggestions:
OK I finally got a chance to test it. It works well, nice job. The only thing I would say is to add an option to make it annonce on "now" not "next." As a raid leader I just want it to say "Tranq now" not "Tranq after next."
Question -- does it support symbols in the text fields, like {star}?
I'll look into doing the first suggestion.
And yes, it does support symbols.
Cool. Another suggestion would be to add buttons or checkboxes to "copy from X" or "same as X." E.g. to make the rotation for 3 always the same as 1, so if we make tweaks to 1 they're automatically copied.
Would it be possible to create a test/debug mode to simulate the full encounter quickly without pulling the boss?
This should be fairly easy to do. I'll work on it tomorrow to see what I can come up with.
Are you wanting it to dump out into the raid/raid warning or is a simple print to your chat box what you're looking for?
I'm thinking into raid chat (or RW or however the addon works), simulate it just as if it were a real fight, so everyone can see what it looks like.
I just implemented something that will do this /thok demo
You can do this in a raid or outside (will just print to chat box)
Demo mode = awesome!
Didn't work for me tonight on heroic 10. All boxes checked and text in the relevant spots.
Pushing a new version, was missing a parameter for one of the functions :(