Item Types
RCC supports two types of entries:- Consumable
- Buff
Physical items you carry in your bags (flasks, potions, food, oils).Features:
- Inventory count tracking
- Click-to-use functionality
- Buff status monitoring (optional)
- Required count alerts
Toggle between types using the checkboxes at the top of the item configuration form.
Configuration Fields
Essential Fields
Exact name of the item as it appears in your bags.
- Case-sensitive:
Major Healing Potion≠major healing potion - Required for inventory tracking and click-to-use
- Disabled when Type is set to “Buff”
Flask of Supreme PowerName(s) of the buff to track in your buff bar.
- Case-sensitive:
Supreme Power≠supreme power - Supports multiple buffs:
Arcane Intellect, Arcane Brilliance - Special keyword:
EQUIPPED_WEAPONfor weapon enchants - Border color changes based on buff status
Supreme PowerMultiple Buffs: Arcane Intellect, Arcane BrillianceIcon name for the visual display.
- Just the icon name:
INV_Potion_41(not full path) - Preview updates in real-time as you type
- Fallback to question mark if invalid
INV_Potion_41Optional Fields
Custom label shown under the icon.
- Overrides itemName and buffName for display
- Useful for shortening long names
- Leave empty to use itemName or buffName
Mage Int (instead of “Arcane Intellect”)Target quantity to carry.
- Shows green when you have enough
- Shows red when you need more
- Set to 0 to hide counter
- Disabled for Buff type
10 (for potions)WoW item ID (reference only).
- Not used for any logic
- Helpful for documentation
- Disabled for Buff type
13512 (Flask of Supreme Power)Extra text shown in tooltips.
- Appears when hovering over the icon
- Supports multi-line text
- Auto-expands as you type
Increases damage done by magical spells and effects by up to 150 for 2 hrs.Which category group this item belongs to.
- Automatically set based on selection
- Can be changed by moving item to different category
- Must match a valid category ID
category1Field Behavior by Type
Special Features
EQUIPPED_WEAPON Keyword
For tracking weapon enchants like Wizard Oil, Sharpening Stones, and Rogue Poisons:Multiple Buff Variants
Some buffs have single-target and group versions (e.g., Arcane Intellect vs Arcane Brilliance):- Border turns green if any variant is active
- First buff name used for display label
- All variants shown in tooltip
Display Name Priority
The addon chooses which label to show under the icon: Priority:- displayName (if provided)
- itemName (if provided)
- buffName (first variant if multiple)
- “Unknown” (fallback)
Adding Items via UI
Editing Items
Common Mistakes
Reordering Items
Use the Up and Down buttons to change display order:- Within Category: Move item up/down in the same category
- Between Categories: Move past category header to switch categories
- Real-time Update: Main window reflects changes immediately
Reordering a category (see Categories) moves all its items as a block.
Next Steps
Categories
Learn how to organize items into categories
Examples
See real configuration examples