Basic Usage¶
Learn how to use SpectrumLootTool effectively for raid loot tracking and distribution.
🎯 Getting Started¶
SpectrumLootTool is designed to help Spectrum Federation track and distribute loot fairly during raids. The addon displays roll counts for each player and provides tools for officers to manage the loot distribution process.
🖥️ Main Interface¶
Opening the Interface¶
Use any of these methods to open the main interface:
/slh
- Toggle interface visibility /slh show
- Force show interface /slh hide
- Force hide interface Interface Layout¶
The main interface displays:
- Player Names - Listed alphabetically, colored by class
- Roll Counts - Current BiS roll count for each player
- Officer Controls - Arrow buttons (officers only)
- Status Indicators - Online/offline status
📊 Understanding Roll Counts¶
What Are Roll Counts?¶
Roll counts represent how many "BiS" (Best in Slot) items a player has received. The system helps ensure fair loot distribution by tracking who has received the most gear.
How Counts Work¶
- New players start at 0 rolls
- Receiving BiS loot increases count by 1
- Officers can adjust counts manually
- Lower counts = higher loot priority
Roll Count Display¶
PlayerName [5] ↑↓ # Officer view with controls
PlayerName [5] # Regular member view
PlayerName [5] 📴 # Offline player
👥 For Regular Members¶
Viewing Your Status¶
Check your current roll count and standing:
/slh status
- Show your addon status and roll count /slh me
- Show only your information Understanding Your Position¶
- Lower numbers = higher loot priority
- Same numbers = equal priority (use traditional rolling)
- Offline players still count in distribution decisions
During Raids¶
- Keep interface open to see current standings
- Check priorities when loot drops
- Roll normally if priorities are tied
- Be patient while officers make adjustments
🛡️ For Officers¶
Officer Permissions Required
You must be rank 0-2 in Spectrum Federation to access officer controls.
Officer Interface¶
Officers see additional controls:
- ↑ Up Arrow - Increase player's roll count by 1
- ↓ Down Arrow - Decrease player's roll count by 1
- Enhanced status information in commands
Managing Roll Counts¶
Using Arrow Buttons¶
- Click ↑ next to a player's name to increase their count
- Click ↓ next to a player's name to decrease their count
- Changes sync immediately to all addon users
Using Commands¶
/slh set PlayerName 3
- Set player to exactly 3 rolls /slh add PlayerName 2
- Add 2 to player's current count /slh subtract PlayerName 1
- Remove 1 from player's count Loot Distribution Process¶
🔧 Common Tasks¶
Repositioning the Interface¶
- Go to Options → AddOns → Spectrum Loot Helper
- Check "Unlock Frame"
- Drag the interface to your preferred location
- Uncheck "Unlock Frame" to lock the position
Handling Offline Players¶
- Offline players remain visible with a 📴 indicator
- Their counts still matter for loot distribution
- Officers can adjust offline player counts
- Enable "Show All Players" to see full guild roster
Dealing with New Players¶
- New guild members start at 0 rolls automatically
- Officers can set starting counts if needed for fairness
- Use
/slh set PlayerName X
to establish baseline
Resolving Disputes¶
If there are questions about roll counts:
- Check the debug log for recent changes
- Use
/slh debuglog show 10
to see last 10 events - Export logs with
/slh debuglog export
if needed - Reset individual players if data corruption is suspected
📱 Interface Customization¶
Display Options¶
Show/Hide Features¶
Access via Options → AddOns → Spectrum Loot Helper:
- Show Outside Raid - Use addon when not in a raid group
- Show Offline Players - Include offline guild members
- Show All Players - Display entire database vs. current group only
- Auto-Hide in Combat - Hide interface during encounters
Visual Customization¶
- UI Scale - Adjust interface size (50% - 200%)
- Transparency - Make interface semi-transparent
- Class Colors - Toggle class-colored player names
Sorting and Filtering¶
Sort Methods¶
- Alphabetical (default) - A-Z by player name
- Roll Count - Lowest to highest counts
- Reverse Roll Count - Highest to lowest counts
Filtering Options¶
- Current Group Only - Show only current raid members
- Guild Members - Show all guild members regardless of online status
- Hide Zero Counts - Hide players with no rolls
🎮 Advanced Usage¶
Macro Integration¶
Create macros for quick access:
-- Toggle interface
/run SLH:Toggle()
-- Quick status check
/run SLH:PrintStatus()
-- Officer quick adjust (replace PlayerName and amount)
/run if SLH:IsOfficer() then SLH:AdjustPlayer("PlayerName", -1) end
Keyboard Shortcuts¶
While SLH doesn't have built-in hotkeys, you can:
- Assign macros to action bar slots
- Use keybind addons to assign shortcuts
- Create custom hotkeys through WoW's interface
Integration with Other Addons¶
SpectrumLootTool works well with:
- Loot council addons - Can inform decision making
- Damage meters - No conflicts, complementary data
- Guild management tools - Uses standard WoW APIs
- WeakAuras - Can trigger on loot events
🚨 Troubleshooting¶
Common Issues¶
Interface Not Showing¶
Symptoms: Commands work but no UI visible
Solutions: - Ensure you're in a raid group OR enable "Outside Raid" - Exit combat before opening interface - Check if frame is positioned off-screen - Try /slh reset ui
to reset interface position
Data Inconsistencies¶
Symptoms: Roll counts don't match between players
Solutions: - Use /slh refresh
to force data sync - Check guild permissions with /slh status
- Export debug logs for analysis - Consider data reset for affected players
Performance Issues¶
Symptoms: Interface is slow or unresponsive
Solutions: - Reduce UI scale if very large - Enable "Current Group Only" mode - Disable debug logging if enabled - Consider addon conflicts with /reload
Getting Help¶
- Check documentation - Most issues are covered here
- Use debug commands -
/slh debuglog export
for technical issues - Contact officers - Guild leadership can help with permissions
- Report bugs - Use GitHub issues for technical problems
Ready to Raid!
You now understand the basics of SpectrumLootTool. Practice with the interface outside of raids to get comfortable with the controls before your next raid night!