Skip to content

feat(databars): add bags block - #2272

Merged
EllesmereGaming merged 1 commit into
EllesmereGaming:mainfrom
Caedis:caedis/databars-bags-block
Sep 27, 2026
Merged

EllesmereGaming merged 1 commit into
EllesmereGaming:mainfrom
Caedis:caedis/databars-bags-block

Conversation

@Caedis

@Caedis Caedis commented Sep 27, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Shows free/used bag slots with optional reagent bag and a low space threshold that recolors the count.

How was it tested?

Forever 1.60.1 (70009)
Add Bags datablock, configure as needed, sell/buy item to test threshold.

Screenshots

image image

Threshold set to 21
image

Checklist

  • New settings default OFF (no behavior change without opt-in)
  • Zero cost while disabled: no events registered, no polling, no hooks doing work, no frames built
  • Cheap while enabled: event-driven (no polling, no timer-based logic, no per-frame allocations)
  • No writes onto Blizzard-owned frames (weak-table pattern used); HookScript/hooksecurefunc only, never SetScript on Blizzard frames
  • Tested in-game on live; no version gates or pre-Midnight APIs added

Shows free/used bag slots with optional reagent bag and a
low space threshold that recolors the count.
@EllesmereGaming
EllesmereGaming merged commit 1e24877 into EllesmereGaming:main Sep 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants