VendorPriceTip is a minimalist addon for TBC Classic 2.5.5 that adds a line in your quest reward item tooltip with the vendor price for the item—or for a stack of whatever size. Nothing less, nothing extra.
Changelog
v2.0.0 – 2026-02-19 — 2.5.5 Rewrite (Quest Rewards Only)
⚠️ Breaking / Removed
- Removed bag item vendor price tooltips (now provided natively in 2.5.5).
- Removed merchant frame hacks and native price suppression.
- Removed container / stack detection logic.
✨ Changed
- Addon now only adds total vendor value for quest reward tooltips.
- Works in both quest log and NPC quest turn-in dialog.
- Uses correct QuestLog / QuestItem APIs instead of bag scanning.
🎯 Purpose
The addon is now focused solely on helping you choose the highest vendor value quest reward in TBC Classic 2.5.5.
v1.1.3 – 2026-01-23
- Fixed tooltip flickering for vendor prices ≥ 1g by preventing repeated native MoneyFrame rebuilds.
v1.1.2 – 2026-01-17
- Added basic compatibility for TBC Classic Anniversary (2.5.5) by updating container API usage.
v1.1.1
- Bugfix: Corrected stack-size detection introduced in v1.1.0 — the addon now uses the tooltip's exact slot/owner (
tooltip:GetBagItem() / owner IDs) instead of falling back to scanning other bags.
- Results: Multiple stacks of the same item now show their own vendor total (splitting one stack no longer changes the shown value for other stacks).
- Compatibility: Behaviour preserved for quest reward/choice items and TBC Classic 2.5.x.
v1.1.0
- Properly calculates total vendor price for stackable items in bags.
- Correctly displays total price for quest rewards.
- Handles dungeon drops accurately.
- Hides Blizzard's native sell-price at merchant windows without flicker.
v1.0.8
- Fixes a bug that caused quest reward items to display extremely inflated vendor prices; also correctly calculates total price for stackable items in bags.
- Prevents duplicate price lines in tooltips.