Add files via upload

This commit is contained in:
totalllyswede
2026-02-14 07:45:42 -08:00
committed by GitHub
parent 09125cee61
commit bceec38bac
3 changed files with 763 additions and 8 deletions
+43 -8
View File
@@ -1,4 +1,4 @@
# ItemSetTooltip
# GearSetTooltips
A simple addon for World of Warcraft (Vanilla 1.12) that displays which ItemRack and/or Outfitter sets an item belongs to when you hover over items in your bags.
@@ -8,11 +8,14 @@ A simple addon for World of Warcraft (Vanilla 1.12) that displays which ItemRack
- Supports both ItemRack and Outfitter addons
- Automatically updates when you modify your sets
- Displays up to 5 sets per item (with count if more)
- Blue text for easy visibility
- Individual color customization per set
- 8 color presets available (Blue, Light Blue, Green, Yellow, Orange, Red, Purple, White)
- Easy-to-use settings window with dark theme
- Displays each set on its own line with custom colors
## Installation
1. Extract the `ItemSetTooltip` folder to your `World of Warcraft\Interface\AddOns\` directory
1. Extract the `GearSetTooltips` folder to your `World of Warcraft\Interface\AddOns\` directory
2. Restart WoW or reload UI (`/reload`)
3. The addon will automatically detect ItemRack and/or Outfitter
@@ -25,27 +28,59 @@ A simple addon for World of Warcraft (Vanilla 1.12) that displays which ItemRack
## Usage
Simply hover over any item in your bags. If the item is part of any gear sets, you'll see a blue line at the bottom of the tooltip showing which sets it belongs to.
Simply hover over any item in your bags. If the item is part of any gear sets, you'll see a white "Gear Sets:" label followed by the set names, each in their custom color.
Example:
```
Sets: PvP, Healing, Tank
Gear Sets:
PvP (in blue)
Healing (in green)
Tank (in red)
```
## Commands
- `/ist` or `/itemsettooltip` - Show available commands
- `/ist update` - Manually refresh the set items cache
- `/gst` or `/gearsettooltips` - Show available commands
- `/gst options` - Open settings window
- `/gst update` - Manually refresh the set items cache
## Settings Window
Access the settings with `/gst options` to:
- View all detected sets from ItemRack and Outfitter
- Click any set to choose a custom color (8 presets available)
- Detect set changes manually
- Reset all set colors back to default blue
- Modern dark-themed interface
- Press ESC to close
## Notes
- Only shows tooltips for items in bags (not equipped items or other locations)
- Automatically updates when you create, modify, or delete sets
- Ignores ItemRack internal sets (those starting with "ItemRack-" or "Rack-")
- Each set can have its own color for easy visual identification
- "Gear Sets:" label always appears in white
- Settings are saved per character
## Version
1.0
1.1
## Changelog
### Version 1.1
- Added graphical settings window with dark theme
- Per-set color customization with 8 color presets
- Each set now displays on its own line in tooltips
- Added "Detect Set Changes" and "Reset All Colors" buttons
- Improved UI with dividers and better spacing
- ESC key closes all windows
- Changed command from `/ist` to `/gst`
### Version 1.0
- Initial release
- Basic tooltip display for ItemRack and Outfitter sets
## Author