promotional bannermobile promotional banner

BazBars

Create extra action bars independent of Blizzard's system. Drag spells, items, macros onto unlimited buttons. Full Edit Mode integration, grid snapping, native button styling, mouseover fade, visibility macros, Quick Keybind Mode, and Masque support.

File Details

048

  • R
  • May 4, 2026
  • 67.16 KB
  • 1
  • 12.0.5
  • Retail

File Name

BazBars-048.zip

Supported Versions

  • 12.0.5

BazBars

048 (2026-05-04)

Full Changelog Previous Releases

  • v048: items render at full colour on a bar
    C_Item.IsUsableItem returns false for trade goods (herbs, ore, raw
    fish, feathers) because they aren't click-to-activate items. Item.is
    Usable was returning that as the "isUsable" flag, and Button:Update
    Usable applied the (0.4, 0.4, 0.4) dim tint to the icon - making
    tracking slots look broken when in reality they're working fine,
    just being used for inventory count rather than for casting.
    Item.isUsable now returns true unconditionally. Cooldown sweep,
    stack-count, and out-of-range tint already cover the cases where
    an item legitimately has a usable state (consumables, on-use
    trinkets); the IsUsableItem dim added no useful signal on top.