LootLog - WoW addon to track dungeon loots and upgrades

lofi

OG
LootLog
Current version: 1.4.1

LootLog is a World of Warcraft (retail) addon that tracks your dungeon loots and upgrades. It logs info about items as they are looted.
Screenshot 2023-03-17 211726.png


View statistics of your loots at any time with slash commands. For example: /ll stats expac
Screenshot 2023-03-18 064206.png


.. or list your most-recent drops: /ll list
Screenshot 2023-03-17 211928.png

See section on Slash Commands for all supported options.

Installation
1. Download the attached LootLog.zip file
2. Open the zip file and extract the LootLog folder to your AddOns directory (e.g. C:\Program Files (x86)\World of Warcraft\_retail_\Interface\AddOns)
3. Make sure addon is enabled in game

Slash Commands
Code:
/lootlog list [zone|expac] [#-#]
/lootlog stats [zone|expac] [#-#]
/lootlog reset [zone|expac] #-#

Examples:
/ll list
/lootlog list zone 1-100
/lootlog stats expac
/lootlog reset 42
 

Attachments

  • LootLog.zip
    4.2 KB · Views: 22
Last edited:
OP
OP
OP
lofi

lofi

OG
Saved Variables
You can also view the complete list of drops in the LootLog saved variables file. To do this search for "LootLog" in your WTF folder (e.g. C:\Program Files (x86)\World of Warcraft\_retail_\WTF\Account\<AccountName>\SavedVaribles\LootLog.lua). Open LootLog.lua in a text editor. Note that you must logout, exit game or reload UI for the file to get updated. Here is an example of what the entries look like:

Code:
    {
        ["rarity"] = "Epic",
        ["link"] = "|cffa335ee|Hitem:110059::::::::20:254::1:3:6710:4746:6652:1:28:2216:::::|h[Chasmwrench Docking Hook]|h|r",
        ["tert"] = "None",
        ["slot"] = "INVTYPE_2HWEAPON",
        ["expac"] = "WoD",
        ["name"] = "Chasmwrench Docking Hook",
        ["sockets"] = 0,
        ["zone"] = "Iron Docks",
        ["timestamp"] = 1679123834,
        ["droppedBy"] = "Skulloc",
        ["lootspec"] = "Survival",
    }, -- [388]
 
Last edited:

Users who are viewing this thread

Top