flyPlateBuffs addon doesn't work

Hey, everyone!

Need to update this addon as soon as possible.

Can’t play this game without it.

Look how I set it up:

1st full immune effects (Bubble/IceBlock)
2nd stun/horror effects
3rd strong bursts (Avenger’s Wrath, Shadow Blades, etc.)

7th mobility, etc.

https:// imgur. com/bkgLQYe

https:// imgur. com/a/Z1FeXOr

https:// imgur. com/3rEr3jC

1 Like

Yeah very sad that this is broke. Nothing really compares to it.

Addon is 6 years outdated, you’re on your own. Figure it out.

But it worked, untill 11.0.2

And there you have all the api functions that were removed in 11.0.2. Start debugging.

Looks like Chinese to me, thanks, try to make it out, of course, it’s better to have someone who understands it.

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.

local	C_NamePlate_GetNamePlateForUnit, C_NamePlate_GetNamePlates, CreateFrame, UnitDebuff, UnitBuff, UnitName, UnitIsUnit, UnitIsPlayer, UnitPlayerControlled, UnitIsEnemy, UnitIsFriend, GetSpellInfo, table_sort, strmatch, format, wipe, pairs, GetTime, math_floor =
		C_NamePlate.GetNamePlateForUnit, C_NamePlate.GetNamePlates, CreateFrame, UnitDebuff, UnitBuff, UnitName, UnitIsUnit, UnitIsPlayer, UnitPlayerControlled, UnitIsEnemy, UnitIsFriend, C_Spell.GetSpellInfo, table.sort, strmatch, format, wipe, pairs, GetTime, math.floor

I changed the line but it still doesn’t work

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.

1 Like

Hi Vega,

Try NeatPlates addon, works really well!

thats a whole nameplate addon, may as well just use plater at that point

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).

isn’t neat plates literally just tidyplates

Yep, but somebody else took over the project.

I got sick of updates for both tidy+fly so Remi told me about Neatplates & just adjusted it to do everything flyplates would do.

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.

1 Like

Where I can download your one?

Knew this kid couldn’t help himself.

3 Likes

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.

2 Likes

We appreciate your attempt!

1 Like