One of the first lines is creating variables. Ignoring most of it, we’re focusing on the parts where GetSpellInfo = GetSpellInfo. Needs to be GetSpellInfo = C_Spell.GetSpellInfo.
Well yeah theres like 8000 other things for you to do since C_Spell.GetSpellInfo returns a table whereas GetSpellInfo returned everything individually. So now you gotta change all the code to grab the information from a table.
Well I got it mostly working. Excepttttt, the options menu will hard lock your game, the api doesn’t play well with the script it has for tooltips, and there are 2 icons for some reason.
True, I guess my reasoning for listing that is because I swapped to it & it can do everything flyplatebuffs can do (used to use tidyplates + flyplate).
when tidyplates stopped getting updated, threat plates became its own thing instead of being a tidyplates theme. Since I used the threat plates theme, naturally I stuck with threat plates.
I thought some of the fixes would be easier to walk someone through before diving into it to find out that the the new api returns a table instead of individualized values.