Download
(129Kb)
Download
Updated: 07-02-11 10:56 AM
Patch for:
YurrCombatLog.
Pictures
File Info
Updated:07-02-11 10:56 AM
Created:05-22-11 02:47 PM
Downloads:2,165
Favorites:3
MD5:

YurrCombatLog for WoW 4.2

Version: 0.76
by: Dessembrae [More]

YurrCombatLog + options patched and ToC updated for WoW 4.2
Version Number updated to v0.76

The base for the patch was my posted version 0.75

Feek reported back the changes are working with 4.2.
Currently I'm unable to test anything since I'm at work for another 2 weeks, so I just take Feek's report as valid that this works. If it doesn't work feel free to post errors and we'll see what we can do.

Regards, Dessembrae.

COMBAT_LOG_EVENT_UNFILTERED got 2 new arguments added in 4.2 (names are already altered for YurrCombatLog use).

1 - timestamp
2 - event
3 - hideCaster - this was new in 4.1
4 - srcGUID
5 - srcUnitName
6 - srcFlags
7 - srcRaidFlags - this is new in 4.2
8 - destGUID
9 - destUnitName
10 - destFlags
11 - destRaidFlags - this is new in 4.2

Changes made in the main file for 4.2:
change:

Code:
local _, timestamp, event, hideCaster, srcGUID, srcUnitName, srcFlags, destGUID, destUnitName, destFlags = ...

to:

Code:
local _,timestamp, event, hideCaster, srcGUID, srcUnitName, srcFlags, srcRaidFlags, destGUID, destName, destFlags, destRaidFlags = ...and:

Code:
local base = 10

to:

Code:
local base = 12
Post A Reply Comment Options
Unread 08-25-11, 11:44 AM  
hedich
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
getting lots of errors with this atm, anyone know a addon like this that work?
Report comment to moderator  
Reply With Quote
Unread 07-18-11, 07:20 AM  
Dessembrae
A Fallenroot Satyr
 
Dessembrae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 75
Uploads: 5
can you get to the options menu with /ycl ?
__________________
Dessembrae knows the sorrows in our souls.
He walks at the side of each mortal,
a vessel of regret on the fires of vengeance.
Dessembrae knows the sorrows,
and would now share them with us all.
Report comment to moderator  
Reply With Quote
Unread 07-14-11, 06:28 PM  
Sardonyth
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
the combat log works... but I can't get any options to come up, when I click the arrow above the log nothing happens except that it selects myself? I'm using LUI interface addon, not sure if that makes a difference. I'm able to use similar addons with it no problem. any ideas?
Report comment to moderator  
Reply With Quote
Unread 07-09-11, 12:28 PM  
Dessembrae
A Fallenroot Satyr
 
Dessembrae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 75
Uploads: 5
I've tested it on a basic WoW installation (Vista 32Bit), and had a friend try it on his default install and his own UI (he uses it too), and neither of us was able to reproduce the problem.

Single entries only (we were able to get some double entries with a hunter and switching his aura's, but that's about it).

All settings and the flyout arrow work, and are remembered.
All formatting works as well.

I would nearly think it's colliding with another addon (if that's possible at all) that makes use of the combatlogs?
__________________
Dessembrae knows the sorrows in our souls.
He walks at the side of each mortal,
a vessel of regret on the fires of vengeance.
Dessembrae knows the sorrows,
and would now share them with us all.
Report comment to moderator  
Reply With Quote
Unread 07-05-11, 07:30 AM  
Ruak
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
That could work if I have had the addon in the past at some point. Problem is, this is the first time ever that I am downloading it

If that would help, I noticed that my combat log gets doubled - shows both default blizzard combat log and Yurr's combat log lines, so for every action I get 2 lines. Also every time after a fight or relog, the layout resets, and also no options seem to work; disable or enable filters, doesn't matter, it all behaves the same way ;/
Last edited by Ruak : 07-05-11 at 07:32 AM.
Report comment to moderator  
Reply With Quote
Unread 07-05-11, 01:58 AM  
Dessembrae
A Fallenroot Satyr
 
Dessembrae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 75
Uploads: 5
At a first glance I can't give you any sane explanation on the error.
I didn't have those errors in 4.1 and so far 200 people downloaded it.

You're the first to report this issue.

What you could try is to deleted the stored settings.
You can probably find these in:

\World of Warcraft\WTF\Account\ACCOUNTNAME\SavedVariables\

The current file is YurrCombatLog.lua
The backup file is YurrCombatLog.lua.bak

Delete these 2 files and try again? Maybe there's some left over setting that collides with current.
Bear in mind that your OS might store those files on other locations as well.
Do a search for the files on your PC and make sure it's the stored settings file you delete (since the main file of the addon itself is also called YurrCombatLog.lua)

It's the best I can from a remote location with no testing abilities.
__________________
Dessembrae knows the sorrows in our souls.
He walks at the side of each mortal,
a vessel of regret on the fires of vengeance.
Dessembrae knows the sorrows,
and would now share them with us all.
Last edited by Dessembrae : 07-05-11 at 02:01 AM.
Report comment to moderator  
Reply With Quote
Unread 07-04-11, 07:26 PM  
Ruak
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Addon behaving very strangely for me, not working properly and when I click the arrow above the "log" tab, I get the following error (and cant hide the filtering menu back as I cant click the arrow again)

Message: Interface\AddOns\YurrCombatLog\YurrCombatLog.lua:940: attempt to index upvalue 'CombatLogQuickButtonFrameProgressBar' (a nil value)
Time: 07/05/11 04:25:06
Count: 1
Stack: [C]: ?
Interface\AddOns\YurrCombatLog\YurrCombatLog.lua:940: in function `Blizzard_CombatLog_Refilter'
Interface\AddOns\YurrCombatLog\YurrCombatLog.lua:1028: in function `setFilter'
Interface\AddOns\YurrCombatLog\YurrCombatLog.lua:781: in function <Interface\AddOns\YurrCombatLog\YurrCombatLog.lua:767>

Locals:

Any clues?
Report comment to moderator  
Reply With Quote
Unread 07-02-11, 10:58 AM  
Dessembrae
A Fallenroot Satyr
 
Dessembrae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 75
Uploads: 5
Talking Updated for patch 4.2

Thanks for the feedback Feek.
I applied the previously posted changes and updated ToC files and uploaded the package here.

I take your report for granted, since I am unable to do anything for another 2 weeks (am @ work and not coming home anytime soon yet).
If any errors arise just post em so we can have a look at it.

Regards, Dessembrae.
__________________
Dessembrae knows the sorrows in our souls.
He walks at the side of each mortal,
a vessel of regret on the fires of vengeance.
Dessembrae knows the sorrows,
and would now share them with us all.
Report comment to moderator  
Reply With Quote
Unread 06-29-11, 06:50 AM  
feek
A Defias Bandit
 
feek's Avatar

Forum posts: 2
File comments: 1
Uploads: 0
Smile Re: As a reminder for patch 4.2

Works like a charm, no errors so far from YCL with these fixes. Thank you for the heads up on this last month

Originally posted by Dessembrae
As a reminder for patch 4.2:

COMBAT_LOG_EVENT_UNFILTERED got 1 new argument added in 4.1 and 2 new arguments added in 4.2 (names are already altered for YurrCombatLog).

1 - timestamp
2 - event
3 - hideCaster - new in 4.1
4 - srcGUID
5 - srcUnitName
6 - srcFlags
7 - srcRaidFlags - new in 4.2
8 - destGUID
9 - destUnitName
10 - destFlags
11 - destRaidFlags - new in 4.2

Definite changes to be made in the main file when 4.2 hits:
change:
Code:
local _, timestamp, event, hideCaster, srcGUID, srcUnitName, srcFlags, destGUID, destUnitName, destFlags = ...
to:
Code:
local _,timestamp, event, hideCaster, srcGUID, srcUnitName, srcFlags, srcRaidFlags, destGUID, destName, destFlags, destRaidFlags = ...
and:
Code:
local base = 10
to:
Code:
local base = 12
Some more alterations might be needed, but we'll see when 4.2 hits.
Report comment to moderator  
Reply With Quote
Unread 06-28-11, 11:39 PM  
celeritas
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Patch 4.2..

Hi Dessembrae, thanks for providing a fix for this addon in 4.1. Unfortunately it seems Blizzard went and changed the combat log again in 4.2, any way to get it working again?

Best regards
Last edited by celeritas : 06-28-11 at 11:40 PM.
Report comment to moderator  
Reply With Quote
Unread 05-31-11, 02:44 AM  
Dessembrae
A Fallenroot Satyr
 
Dessembrae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 75
Uploads: 5
The patch you can download here works fine for 4.1.

Copystring has abandoned it due to quitting WoW, but it's users are keeping it up to date (although with a bit of delay due to other occupations). But in general we/they're keeping track of things and posting fixes as we go along.

http://www.wowinterface.com/download...o.php?id=19868 <-- This works with 4.1 and is the complete YCL with the options Menu, not a patch (although it says so).
__________________
Dessembrae knows the sorrows in our souls.
He walks at the side of each mortal,
a vessel of regret on the fires of vengeance.
Dessembrae knows the sorrows,
and would now share them with us all.
Report comment to moderator  
Reply With Quote
Unread 05-26-11, 08:49 AM  
Jynks
A Frostmaul Preserver

Forum posts: 264
File comments: 63
Uploads: 0
is this mod still live.. been looking for a combatlog thign exactly like this as the other one is so hard to read.... but it says it is abandoned on curse.. and no comments or updateshere?
Report comment to moderator  
Reply With Quote
Unread 05-23-11, 04:00 PM  
Dessembrae
A Fallenroot Satyr
 
Dessembrae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 75
Uploads: 5
As a reminder for patch 4.2

As a reminder for patch 4.2:

COMBAT_LOG_EVENT_UNFILTERED got 1 new argument added in 4.1 and 2 new arguments added in 4.2 (names are already altered for YurrCombatLog).

1 - timestamp
2 - event
3 - hideCaster - new in 4.1
4 - srcGUID
5 - srcUnitName
6 - srcFlags
7 - srcRaidFlags - new in 4.2
8 - destGUID
9 - destUnitName
10 - destFlags
11 - destRaidFlags - new in 4.2

Definite changes to be made in the main file when 4.2 hits:
change:
Code:
local _, timestamp, event, hideCaster, srcGUID, srcUnitName, srcFlags, destGUID, destUnitName, destFlags = ...
to:
Code:
local _,timestamp, event, hideCaster, srcGUID, srcUnitName, srcFlags, srcRaidFlags, destGUID, destName, destFlags, destRaidFlags = ...
and:
Code:
local base = 10
to:
Code:
local base = 12
Some more alterations might be needed, but we'll see when 4.2 hits.
__________________
Dessembrae knows the sorrows in our souls.
He walks at the side of each mortal,
a vessel of regret on the fires of vengeance.
Dessembrae knows the sorrows,
and would now share them with us all.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.