General Questions
What is Raid Consumable Checker?
What is Raid Consumable Checker?
What WoW version does this work with?
What WoW version does this work with?
Does this addon require any dependencies?
Does this addon require any dependencies?
How do I open the addon window?
How do I open the addon window?
/rcc/raidcheck/consumables
/rcc and drag it to your action bar for quick access!Configuration
Do I need to edit Lua files to configure the addon?
Do I need to edit Lua files to configure the addon?
RaidConsumableChecker_Data.lua is no longer necessary.What's the difference between 'Consumable' and 'Buff' types?
What's the difference between 'Consumable' and 'Buff' types?
- Consumable: Physical items you carry in your bags (Flasks, Potions, Food). Tracks both inventory and buffs.
- Buff: Class buffs or auras (Arcane Intellect, Mark of the Wild, etc.) with no associated item. Only tracks buff status.
Can I track class buffs like Arcane Intellect or Power Word: Fortitude?
Can I track class buffs like Arcane Intellect or Power Word: Fortitude?
Where do I find icon names?
Where do I find icon names?
- Use:
INV_Potion_41 - Not:
Interface\\Icons\\INV_Potion_41
How do I find the exact buff name?
How do I find the exact buff name?
- ✅
Supreme Power - ❌
supreme power
Can I reorder items in the window?
Can I reorder items in the window?
Will my old configuration from v1.x be kept?
Will my old configuration from v1.x be kept?
RaidConsumableChecker_Data.lua during your first login after upgrading to v2.0+. You won’t lose any of your custom configurations.Features
What do the different border colors mean?
What do the different border colors mean?
- Green: Buff active with more than 5 minutes remaining
- Orange: Buff active with less than 5 minutes remaining (warning)
- Red: Buff not active
- Black: Items without buff tracking (instant effect items)
Can I click items to use them?
Can I click items to use them?
Why do I get a confirmation dialog when clicking an item?
Why do I get a confirmation dialog when clicking an item?
How do I track weapon enchants like Wizard Oil or Sharpening Stones?
How do I track weapon enchants like Wizard Oil or Sharpening Stones?
EQUIPPED_WEAPON in the Buff Name field. This tracks temporary enchants that appear as buffs matching your main-hand weapon name.Example configuration for Wizard Oil:- Item Name:
Wizard Oil - Buff Name:
EQUIPPED_WEAPON - Icon Name:
INV_Potion_104
Can I track multiple buff variants for one item?
Can I track multiple buff variants for one item?
How often does the addon scan for buffs?
How often does the addon scan for buffs?
Does the addon track inventory when the window is closed?
Does the addon track inventory when the window is closed?
Customization
Can I customize the colors and fonts?
Can I customize the colors and fonts?
RaidConsumableChecker_Constants.lua manually. This file is for advanced users and contains detailed comments for each setting.You can customize:- Border colors for different buff states
- Text colors for inventory counts
- Font sizes and types
- Window padding and spacing
- Buff scan interval
- Warning threshold (when orange border appears)
Can I move the window?
Can I move the window?
Can I change which field shows as the item label?
Can I change which field shows as the item label?
- Display Name (if filled, always shown)
- Item Name (if Display Name is empty)
- Buff Name (if both Display Name and Item Name are empty)
Troubleshooting
Why do my items show question mark icons?
Why do my items show question mark icons?
- Verify the icon name on Wowhead
- Check for underscores:
INV_Potion_41notINV Potion 41 - Update the Icon Name field in the configuration menu
Why are all my borders red even though I have buffs?
Why are all my borders red even though I have buffs?
- Hover over your buff in-game to see the exact name
- Check capitalization (case-sensitive!)
- Update the Buff Name field in the configuration menu
EQUIPPED_WEAPON instead of the buff name.Why are my borders always black?
Why are my borders always black?
- Make sure the Buff Name field is filled
- Verify the buff name is spelled exactly as it appears in-game
Why doesn't my inventory count show correctly?
Why doesn't my inventory count show correctly?
- Checking your bags for the exact item name
- Updating the Item Name field in configuration
- Opening and closing your bags
- Using
/reloadto refresh
Where are my settings saved?
Where are my settings saved?
Known Limitations
What are the known limitations of this addon?
What are the known limitations of this addon?
- Only works with WoW Vanilla 1.12.x
- Buff names must match exactly as they appear in-game
- Weapon enchant tracking only supports main-hand (not off-hand)
- Window must be open for buff scanning to work (performance optimization)
- No support for tracking multiple stacks of the same buff
Can I use this on retail WoW or TBC?
Can I use this on retail WoW or TBC?
Can I track off-hand weapon enchants?
Can I track off-hand weapon enchants?
EQUIPPED_WEAPON keyword. Off-hand support is not available.