Download
(21Kb)
Download
Updated: 05-22-13 07:04 PM
Pictures
File Info
Updated:05-22-13 07:04 PM
Created:03-15-09 09:42 AM
Downloads:8,275
Favorites:70
MD5:

BossLogger  Popular! (More than 5000 hits)

Version: 2.62-50300
by: Dridzt [More]

After looking at AutoCL, LoggerHead and other similar combat logging addons
I realized that they did more than I needed and bloated the logfile so BossLogger was born.

As the name states this addon will automatically /combatlog
only fights involving NPCs classed bosses.

It will start and stop logging semi-intelligently and keep the logfile trimmed and relevant
for upload to WowMeterOnline or WoW Web Stats or World of Logs.

Configuration is console only
/bosslogger (/blg shorthand)
chatlog (toggles logging of chat in addition to combatlog)
party (toggles logging in 5man)
raid (toggles logging in raids)
verbose (toggles printing notifications to the user's chatframe)
transcriptor (toggles starting/stoping Transcriptor logging if it is installed)

/reload to save the log at the end of raid.
The log can then be found at
\World of Warcraft\Logs\WoWCombatLog.txt

It does what me and my guild want it to, so I consider it "complete".
keywords: "combat log" /combatlog raid boss wws wmo wowmeteronline auto combatlog automatic heroic 5man transcriptor

v2.6.2-50300
- Package latest LibBossIDs-1.0 (r85)
- .toc update, compatible with WoW 5.3.0

v2.6.2-50200
- Package latest LibBossIDs-1.0 (r83)
- Update NPC guid extraction code.
- .toc update, compatible with WoW 5.2.0

v2.6.1-50001
- Remove 4.x compatibility code
- Package newest LibBossIDs-1.0 (r81)
- .toc update, compatible with WoW 5.0.4/MoP
v2.6-40300
- let's see if we can manage a version that works on both MoP/4.x as advertised :P
v2.5-40300
- more MoP beta fixes
v2.4-40300
- MoP beta compatibility (build 15799 tested)
v2.3b-40300
- fix logging Spine of Deathwing
- update to latest LibBossIDs-1.0 (r78 release)
v2.3a-40300
- bundled latest LibBossIDs-1.0 (r74 alpha) to pickup new 5man bosses.
v2.3-40300
- .toc update, compatible with Hour of Twilight (4.3)
v2.3-40200
- LibBossIDs-1.0 (r65 release)
- .toc update, compatible with Rage of the Firelands (4.2)
v2.3-40100
- LibBossIDs-1.0 (r60 release)
- toc update
v2.3
- LibBossIDs-1.0 update.
- improve help message for options from /blg
v2.2
- LibBossIDs-1.0 update.
- Attempt to fix the party/raid toggle logic.
v2.1 (unreleased)
- Improvements to the start/stop logic when several bosses are in mouseover range (eg. HoO second floor)
v2.0
- Console options added: /bosslogger
-- chatlog: toggles logging of chat in addition to combatlog
-- party: toggles logging in 5man.
-- raid: toggles logging in raids.
-- transcriptor: toggles starting Transcriptor logging (if installed as it's a separate addon)
- Optional Transcriptor logging (if it is installed)
- Using LibBossIDs to log dungeon and heroic dungeon bosses.
v1.2.6
- Let's try to make it more healer friendly (checks targettarget for startup)
- Also make it work for encounters that start with friendly bosses
(should work for things like Gunship and Valithria)
v1.2.5
- should now work for Lady Deathwhisper
(and hopefully any more raid bosses that are not classed as 'worldboss')
v1.2.4
- toc update for wow 3.3
* it works *
v1.2.3
- removed optional dependency to Transcriptor.
- now logs chat as well (to facilitate analysis if you want to have boss emotes and yells in addition to combatlog)
- now only logs bosses when you are in a raid
(to stop it logging bosses in the outside world that are
not meant to be fought - eg. Argent Tournament Grounds)
Post A Reply Comment Options
Unread 09-12-12, 03:05 AM  
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2988
File comments: 334
Uploads: 10
Originally Posted by Dridzt
Originally Posted by Petrah
Love this addon. Can't imagine raiding without it!

Some small lua error upon logging into the latest game patch;

Lua Code:
  1. 1617x BossLogger-2\core.lua:149: attempt to call upvalue "GetRealNumRaidMembers" (a nil value)
  2. BossLogger-2\core.lua:149: in function <BossLogger\core.lua:142>
  3. BossLogger-2\core.lua:185: in function <BossLogger\core.lua:183>
  4. (tail call): ?
  5.  
  6. Locals:
  7. isLogging = nil
  8. BossLogger_CheckLogging = <func> @BossLogger\core.lua:142
Wait that's not even possible, there's no GetRealNumRaidMembers on line 149...

Only thing that comes to mind is you're using one of those addons that tried to 'fix' other addons by replacing the new functions and it's doing a very poor job at it.

A list of your addons would help in this case, as well making sure you have the latest version
Ah, I think you're right about the fix-it addon (BlizzBugsSuck). As soon as I disabled it in ACP the lua errors stopped.

You're awesome... thank you!!
__________________
♪~ ( ) I My Sonos!
AddOn Authors: If your addon spams the chat box with "Addon v8.3.4.5.3 now loaded!", please add an option to disable it!
Report comment to moderator  
Reply With Quote
Unread 09-11-12, 01:58 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
Originally Posted by Petrah
Love this addon. Can't imagine raiding without it!

Some small lua error upon logging into the latest game patch;

Lua Code:
  1. 1617x BossLogger-2\core.lua:149: attempt to call upvalue "GetRealNumRaidMembers" (a nil value)
  2. BossLogger-2\core.lua:149: in function <BossLogger\core.lua:142>
  3. BossLogger-2\core.lua:185: in function <BossLogger\core.lua:183>
  4. (tail call): ?
  5.  
  6. Locals:
  7. isLogging = nil
  8. BossLogger_CheckLogging = <func> @BossLogger\core.lua:142
Wait that's not even possible, there's no GetRealNumRaidMembers on line 149...

Only thing that comes to mind is you're using one of those addons that tried to 'fix' other addons by replacing the new functions and it's doing a very poor job at it.

A list of your addons would help in this case, as well making sure you have the latest version
Last edited by Dridzt : 09-11-12 at 05:27 AM.
Report comment to moderator  
Reply With Quote
Unread 09-10-12, 08:32 PM  
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2988
File comments: 334
Uploads: 10
Love this addon. Can't imagine raiding without it!

Some small lua error upon logging into the latest game patch;

Lua Code:
  1. 1617x BossLogger-2\core.lua:149: attempt to call upvalue "GetRealNumRaidMembers" (a nil value)
  2. BossLogger-2\core.lua:149: in function <BossLogger\core.lua:142>
  3. BossLogger-2\core.lua:185: in function <BossLogger\core.lua:183>
  4. (tail call): ?
  5.  
  6. Locals:
  7. isLogging = nil
  8. BossLogger_CheckLogging = <func> @BossLogger\core.lua:142
__________________
♪~ ( ) I My Sonos!
AddOn Authors: If your addon spams the chat box with "Addon v8.3.4.5.3 now loaded!", please add an option to disable it!
Report comment to moderator  
Reply With Quote
Unread 07-25-12, 01:21 PM  
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2988
File comments: 334
Uploads: 10
Originally Posted by Dridzt
@Papajin, Petrah.

I've stopped raiding for Cataclysm so it was kinda a drycode update
Will check it, thanks for the reports.
Thank you, thank you so much!

Papajin and I will check this version tonight when we run DS, and report back with our findings.
__________________
♪~ ( ) I My Sonos!
AddOn Authors: If your addon spams the chat box with "Addon v8.3.4.5.3 now loaded!", please add an option to disable it!
Report comment to moderator  
Reply With Quote
Unread 07-24-12, 12:32 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
@Papajin, Petrah.

I've stopped raiding for Cataclysm so it was kinda a drycode update
Will check it, thanks for the reports.
Report comment to moderator  
Reply With Quote
Unread 07-23-12, 10:49 PM  
Papajin
A Defias Bandit

Forum posts: 1
File comments: 1
Uploads: 0
I'm also having this issue running 2.4-40300 or 2.5-40300. It won't log any bosses near as I can tell. Normally when I click on a boss, I get a message that logging was started since I have verbose on and I was getting nothing. Switched down to 2.3b-40300 and it seems to work again.

At any rate, I do really like the addon as it's nice when all you want to log is raid fights, so thanks for creating it!
Report comment to moderator  
Reply With Quote
Unread 07-23-12, 10:29 PM  
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2988
File comments: 334
Uploads: 10
The last two updates do not log. They just stopped working.

I would of noticed sooner, but got behind on my logs. Once I went back to the January update, the log works again.
__________________
♪~ ( ) I My Sonos!
AddOn Authors: If your addon spams the chat box with "Addon v8.3.4.5.3 now loaded!", please add an option to disable it!
Last edited by Petrah : 07-23-12 at 10:30 PM.
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 11:49 AM  
cignature
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Stopped loggined mid raid

I updated to the recent version you uploaded, and it worked like a boss up until Ultraxion. I have logs for Morchok 10N, Yor'sahj 10N, Warlord Zon'ozz 10N, Hagara the Stormbinder 10N, and then it just stopped. We got 7/8 down and put in a good number of attempts on Madness, but no logs. I didn't notice any problem until after raid.

Is it working for your guild?
If so, any idea how I may have managed to do it wrong?
Turns out it's WoL, found the info here:

http://forums.worldoflogs.com/viewtopic.php?f=15&t=2900
Last edited by cignature : 12-01-11 at 08:18 AM.
Report comment to moderator  
Reply With Quote
Unread 12-31-10, 03:49 PM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
Originally posted by G00DFe77a
If I turn off party logging, it will also disable the raid logging. Would it be possible to fix this somehow?
Yea I have an update for this and another minor bug.

Will post after holiday.
Report comment to moderator  
Reply With Quote
Unread 12-31-10, 12:02 AM  
G00DFe77a
A Defias Bandit

Forum posts: 2
File comments: 25
Uploads: 0
If I turn off party logging, it will also disable the raid logging. Would it be possible to fix this somehow?
Report comment to moderator  
Reply With Quote
Unread 03-09-10, 05:36 PM  
2amcoffee
A Defias Bandit

Forum posts: 2
File comments: 15
Uploads: 0
Is it possible to disable logging for "Highlord Tirion Fordring" and the Alliance/Horde buff NPC (Hellscream/Wrynn) at the front of Icecrown Citadel?
Last edited by 2amcoffee : 03-09-10 at 05:39 PM.
Report comment to moderator  
Reply With Quote
Unread 02-19-10, 08:06 AM  
DoctorDyna
A Defias Bandit

Forum posts: 2
File comments: 23
Uploads: 0
Valithria.

It doesn't seem to be logging Valithria either, perhaps it's because she's friendly?
Report comment to moderator  
Reply With Quote
Unread 02-04-10, 05:27 PM  
Kunstbanause
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 54
Uploads: 4
I added these lines to my config.wtf
SET CombatLogRangeParty "200"
SET CombatLogRangePartyPet "200"
SET CombatLogRangeFriendlyPlayers "200"
SET CombatLogRangeFriendlyPlayersPets "200"
SET CombatLogRangeHostilePlayers "200"
SET CombatLogRangeHostilePlayersPets "200"
SET CombatLogRangeCreature "200"
But I dont know if these effect anything. Do you know something about them?

Also I dont think logging did stop to early in my case. It started to late. I asked you if you could add detection of a Boss not just by mouse over, but by target of target also.
Report comment to moderator  
Reply With Quote
Unread 02-03-10, 09:29 PM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
Combatlog range is not something addons can modify, or anyone else for that matter.

It has been that way since WoW 2.4 or thereabouts.

About a log that is too short, nothing comes to mind... did you die and release by any chance?
Logging stops under 2 separate conditions:
- Player exiting combat (and not dead)
- Zone change.

I haven't done queen yet (probably this reset) so I cannot test for quirks in the particular fight.
Report comment to moderator  
Reply With Quote
Unread 02-02-10, 03:06 AM  
Kunstbanause
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 54
Uploads: 4
Hi there. My Queen Log was srlsy broken the other night. I figured this might have to do with your mod and my combat log range.

Could you tell me how to increase my combat log range please.

Also could you look over your addon and make it easier for healers to trigger your addon. Something like target of target n stuff.

Here is the broken log (2 min to short):
http://www.worldoflogs.com/reports/r...?s=2717&e=2903
A good log from one of my raid members:
http://worldoflogs.com/reports/252ai...?s=1693&e=2016
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: