DKP 104 Loot Addon
- Minimap Icon or /dkp to toggle Main Window
- Use /dkp clear to clear all data.
- Use /dkp start [item] to start DKP auction.
- Will automatically capture all DKP bids.
- Will automatically capture all Rolls
- Use /dkp who to see missing players from CSV.
- Use /dkp import to import CSV data
- Use /dkp export to export CSV loot history
CSV Import Format
The format is simple. First column is main player name. Second is current DKP value, remaining columns are alts (twinks).
Nofi;101;Banknofi
Meta;100;Metatwo;Metathree
Mouse Over Macro to simplify /dkp start
/run local n=GameTooltip:GetItem();if n then ChatFrame1EditBox:SetText("/dkp start "..n) ChatFrame1EditBox:Show() ChatEdit_SendText(ChatFrame1EditBox) end
