File Details
InfinitePowerBox.zip
- R
- Nov 5, 2025
- 15.14 KB
- 986
- 12.0.0+3
- Retail
File Name
InfinitePowerBox.zip
Supported Versions
- 12.0.0
- 11.2.7
- 11.2.5
- 11.2.0
Infinite Power Box — Retail 11.2.5
What’s new & what we fixed
1) Stable counts across bags, bank, and Warband bank.
Switched to C_Item.GetItemCount(itemID, true, false, true, true) so the add-on now includes reagent bank and account/Warband bank in totals. This also prevents misreads during bag refreshes. //warcraft.wiki.gg/wiki/API_C_Item.GetItemCount?utm_source=chatgpt.com" rel="noopener nofollow" target="_blank">https://warcraft.wiki.gg/wiki/API_C_Item.GetItemCount?utm_source=chatgpt.com" target="_blank" rel="noopener">warcraft.wiki.gg+1
2) No more “fake blinks” on zoning/teleports.
We added a short “stabilization window” around loading screens and zone changes and key off BAG_UPDATE_DELAYED (emitted after the bag spam finishes), so the Fragmented Memento only flashes when you truly gain some, not when the UI is resyncing. //warcraft.wiki.gg/wiki/BAG_UPDATE_DELAYED?utm_source=chatgpt.com" rel="noopener nofollow" target="_blank">https://warcraft.wiki.gg/wiki/BAG_UPDATE_DELAYED?utm_source=chatgpt.com" target="_blank" rel="noopener">warcraft.wiki.gg+2Wowpedia+2
3) World Quests show your current zone name + count.
The panel now prints the zone label and the number of available WQs using C_TaskQuest.GetQuestsForPlayerByMapID. //warcraft.wiki.gg/wiki/API_C_TaskQuest.GetQuestsForPlayerByMapID?utm_source=chatgpt.com" rel="noopener nofollow" target="_blank">https://warcraft.wiki.gg/wiki/API_C_TaskQuest.GetQuestsForPlayerByMapID?utm_source=chatgpt.com" target="_blank" rel="noopener">warcraft.wiki.gg
4) Aura detection is language-agnostic.
We remember and query the spell ID via C_UnitAuras.GetPlayerAuraBySpellID, so the Infinite Power buff is found reliably regardless of client language. //warcraft.wiki.gg/wiki/API_C_UnitAuras.GetPlayerAuraBySpellID?utm_source=chatgpt.com" rel="noopener nofollow" target="_blank">https://warcraft.wiki.gg/wiki/API_C_UnitAuras.GetPlayerAuraBySpellID?utm_source=chatgpt.com" target="_blank" rel="noopener">warcraft.wiki.gg
5) Clean, consistent pulse effect (the “Effect #1” you chose).
The highlight on increases (buff stats, currencies, level, iLvl, key item) uses a single AnimationGroup with SetLooping("BOUNCE") and a timed auto-stop, for a bright but brief 5-second blink. //warcraft.wiki.gg/wiki/UIOBJECT_AnimationGroup?utm_source=chatgpt.com" rel="noopener nofollow" target="_blank">https://warcraft.wiki.gg/wiki/UIOBJECT_AnimationGroup?utm_source=chatgpt.com" target="_blank" rel="noopener">warcraft.wiki.gg+1
6) Localization & syntax fixes.
Strings now key off GetLocale() and we corrected a Lua elseif typo that caused a load error. (Lua uses elseif, not elif.) //warcraft.wiki.gg/wiki/API_GetLocale?utm_source=chatgpt.com" rel="noopener nofollow" target="_blank">https://warcraft.wiki.gg/wiki/API_GetLocale?utm_source=chatgpt.com" target="_blank" rel="noopener">warcraft.wiki.gg+1
7) Always movable UI + polished labels.
The frame is no longer lockable; you can drag it anytime. Titles are in caps and gold where requested (POder INFINITO, OPEN WEAPON, WORLD QUESTS, TEMPORARY CURRENCIES), names follow the add-on color, and all numbers/units (“%”, “p.”) are gold for clarity.
8) Smarter color progression by level.
From level 10→79, colors smoothly grade gray → green → blue → purple; 80 is legendary. (We interpolate through the item-quality palette for consistent vibes.)