Here is my macro that I’m trying to optimize. Note that I only care about single target / boss fights. Antorus doesn’t have enough trash/add pack phases for me to spend time on multi target.
SIM/Gear/Talents:
https://www.raidbots.com/simbot/report/33MjefoeXC3eaV6Qk2rADW
Logs from last night’s raid testing - Heroic 7/11 Antorus:
https://www.warcraftlogs.com/reports/KVpHvcRgTB2FqaAC#type=damage-done&boss=-2&difficulty=0&wipes=2
Analyzer of same logs:
Macro logic:
I took the first 3-4 players I could find which had my legendaries on heroic garothi worldbreaker and tried to find a pattern in their casts. I used other macros as a base template for target switching, calling pets, etc. (notably gween’s and a guy who’s account name was just “hunter”).
The pattern seemed to be AMoC -> KC -> CS -> DB -> KC -> CS -> KC -> CS
Sequences['Bagbag'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Bagbag",
SpecID=253,
Talents = "2111112",
Default=1,
MacroVersions = {
[1] = {
Trinket1=true,
Trinket2=true,
StepFunction = "Sequential",
KeyPress={
"/cast [nopet,nodead] Call Pet 2; [@pet,dead] Heart of the Phoenix",
"/petattack [@target,harm]",
"/petautocastoff [group] Growl",
"/petautocaston [nogroup] Growl",
"/cast Blood Fury",
"/cast Bestial Wrath",
"/cast Aspect of the Wild",
},
PreMacro={
},
"/cast A Murder of Crows",
"/cast Kill Command",
"/cast Cobra Shot",
"/cast Dire Beast",
"/cast Cobra Shot",
"/cast Kill Command",
"/cast Cobra Shot",
"/cast Kill Command",
"/cast Dire Beast",
"/cast Titan's Thunder",
PostMacro={
},
KeyRelease={
},
},
},
}
Troubleshooting:
Based on the analyzer I’m missing tons of KC casts even when KC is available to cast.
38/87 casts on Garothi Worldbreaker (43.67%)
47/93 casts on Felhounds (50.53%)
73/141 casts on Kin’Garoth (51.77%)
Thoughts for next iteration:
- Add 2 KC casts where there are none
AMoC -> KC -> DB -> KC -> CS -> DB -> KC -> CS -> KC
- Change AHK setting to be a little slower 100ms to 120ms or 150ms
Please try this macro and let me know your results.
Bag