Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust to 11.1.5 api changes #5740

Open
InfusOnWoW opened this issue Mar 7, 2025 · 1 comment
Open

Adjust to 11.1.5 api changes #5740

InfusOnWoW opened this issue Mar 7, 2025 · 1 comment
Labels
⏱ Awaiting Response This ticket hasn't been triaged yet. 🎨 Feature Request This is a request for a new feature, or an expansion of an existing feature.

Comments

@InfusOnWoW
Copy link
Contributor

SPELL_UPDATE_COOLDOWN and similar events have a payload: https://github.com/Gethe/wow-ui-source/blob/514e507c79e0a5ffa8d1dd1d1eecd9c5f59382cc/Interface/AddOns/Blizzard_APIDocumentationGenerated/SpellBookDocumentation.lua

Stanzilla/WoWUIBugs#250 was fixed

An api for creature types/families was added: Interface/AddOns/Blizzard_APIDocumentationGenerated/CreatureInfoDocumentation.lua

An api for compressing/decompressing was added: https://github.com/Gethe/wow-ui-source/blob/514e507c79e0a5ffa8d1dd1d1eecd9c5f59382cc/Interface/AddOns/Blizzard_APIDocumentationGenerated/EncodingUtilDocumentation.lua

An api for spell range checking was added: EnableSpellRangeCheck, though due to how the cooldown manager calls it it unusable for us.

GetAtlasElements ?

Stanzilla/WoWUIBugs#414

GetTotemInfo has a spell id PLAYER_TOTEM_UPDATE has a slot id

@InfusOnWoW InfusOnWoW added the 🎨 Feature Request This is a request for a new feature, or an expansion of an existing feature. label Mar 7, 2025
@github-actions github-actions bot added the ⏱ Awaiting Response This ticket hasn't been triaged yet. label Mar 7, 2025
@emptyrivers
Copy link
Contributor

CooldownManager api looks to be an interesting opportunity. it would be very convenient to be able to produce "spell X is active/on cooldown/ready" state with just one trigger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⏱ Awaiting Response This ticket hasn't been triaged yet. 🎨 Feature Request This is a request for a new feature, or an expansion of an existing feature.
Projects
None yet
Development

No branches or pull requests

2 participants