Download
(4 Kb)
Download
Updated: 09/07/21 09:10 PM
Pictures
File Info
Compatibility:
Waking Flame (7.1.5)
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Updated:09/07/21 09:10 PM
Created:09/25/20 03:29 AM
Monthly downloads:66
Total downloads:5,785
Favorites:10
MD5:
Categories:Raid Mods, Data Mods
Lumberjack - Encounter Logger  Popular! (More than 5000 hits)
Version: 1.0.5
by: Kamaros [More]
Have you ever gotten a new high score in Maelstrom Arena and realized you forgot to log the run? Has your progression group ever gotten stumped on how to improve because there were no logs to analyze? Have you found yourself spending aeons trying to upload a massive log file containing every trial you've run in the past week?

Lumberjack helps you avoid such occurrences by showing you a prompt to optionally enable/disable encounter logging when entering/exiting zones of interest. Lumberjack can be configured to remind you in the following locations:
  • Trials
  • Arenas
  • Dungeons
Lumberjack can also be configured to show reminders only in Veteran difficulty.

Dependencies:
LibAddonMenu-2.0
v1.0.5
- API version bump for Waking Flame

v1.0.4
- Bumped API version for Blackwood PTS and added support for Rockgrove

v1.0.3
- API version bump for Flames of Ambition PTS

v1.0.2
- Don't show log disabling prompt again after dismissing it until after reentering a supported zone

v1.0.1
- Don't show log enabling prompt again after dismissing it while still in the same instance

v1.0.0
- Initial release
Optional Files (0)


Archived Files (5)
File Name
Version
Size
Uploader
Date
1.0.4
4kB
Kamaros
04/21/21 03:55 AM
1.0.3
3kB
Kamaros
03/07/21 02:04 AM
1.0.2
3kB
Kamaros
09/27/20 12:39 AM
1.0.1
3kB
Kamaros
09/27/20 12:18 AM
1.0.0
3kB
09/25/20 03:29 AM


Post A Reply Comment Options
Unread 06/09/23, 01:47 PM  
ivanovic

Forum posts: 0
File comments: 1
Uploads: 0
U38 Trial

Please also add the id for Sanity's Edge:

Code:
    [1427] = true -- Sanity's Edge
This needs to be added to AddOns\Lumberjack\Lumberjack.lua into the function stating at line 16. The result should look like this (with DSR and SE included):

Code:
local TRIAL_ZONE_IDS = {
    [636] = true, -- Hel Ra Citadel
    [638] = true, -- Aetherian Archive
    [639] = true, -- Sanctum Ophidia
    [725] = true, -- Maw of Lorkhaj
    [975] = true, -- Halls of Fabrication
    [1000] = true, -- Asylum Sanctorium
    [1051] = true, -- Cloudrest
    [1121] = true, -- Sunspire
    [1196] = true, -- Kyne's Aegis
    [1263] = true, -- Rockgrove
    [1344] = true, -- Dreadsail Reef
    [1427] = true -- Sanity's Edge
}
Thanks!
Report comment to moderator  
Reply With Quote
Unread 06/16/22, 09:46 PM  
Qcell
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 50
Uploads: 5
Could you add the id for Dreadsail Reef?


Code:
[1344] = true, -- Dreadsail Reef

If anyone is reading this and wants to add it themselves, open the file AddOns/Lumberjack/Lumberjack.lua and edit from line 16 so it looks like this:

Code:
local TRIAL_ZONE_IDS = {
    [636] = true, -- Hel Ra Citadel
    [638] = true, -- Aetherian Archive
    [639] = true, -- Sanctum Ophidia
    [725] = true, -- Maw of Lorkhaj
    [975] = true, -- Halls of Fabrication
    [1000] = true, -- Asylum Sanctorium
    [1051] = true, -- Cloudrest
    [1121] = true, -- Sunspire
    [1196] = true, -- Kyne's Aegis
    [1263] = true, -- Rockgrove
    [1344] = true, -- Dreadsail Reef
}

P.S: Don't forget the comma after the "true" of Rockgrove.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: