About YurrCombatLog
YurrCombatLog is a replacement for Blizzard_CombatLog in the style of SimpleCombatLog.
Features
- Lightweight
- Replace Blizzard_CombatLog events with a reformatted events so it's faster to read what information you want when the combat log is scrolling very fast
- Colors of names are different for You, Pets, Enemies, Party, Raid, Guardians/Totems or color names by their class
- Fully customizable filtering system
- Blacklisting of auras to prevent spamming
- Watch single units to see what happened to them (death tracking). Useful in raids to see why a tank died for example
- Custom quick button frame like the one from Blizzard_CombatLog more tiny
- Load on Demand options
Usage
- type /ycl to open the settings
- YurrCombatLog provides a LibDataBroker-1.1 object. You will need a display addon like ButtonBin, Carousel, Fortress, StatBlockCore, ChocolateBar, DockingStation, NinjaPanel or Titan Panel to name just a few.
Upcoming Features
- Better settings
- Support for Exp/Honor/Reputation/Durability events
Localization
I'm looking for translators for any language. If you want to help, check out the localization page.
- 32 comments
- ← Previous
- 1
- 2
- 3
- 4
- Next →
- 32 comments
- ← Previous
- 1
- 2
- 3
- 4
- Next →
Facts
- Date created
- 16 Sep 2008
- Category
- Last update
- 30 Aug 2009
- Development stage
- Release
- Language
- deDE
- enUS
- esES
- frFR
- koKR
- zhCN
- zhTW
- License
- All Rights Reserved
- Curse link
- YurrCombatLog
- Recent files
Authors
Relationships
- Embedded library
- Ace3
- CallbackHandler-1.0
- LibStub
- #12
Fooxi Fri, 24 Apr 2009 19:33:28the last one was just a Locale problem, removing the if clause that checks for the US locale around the default locale hash in YurrCombatLogOptionsLocale.lua finally fixed it ;)
- #11
Fooxi Fri, 24 Apr 2009 19:17:56still no good: - LibStub is in Libs\LibStub\ => moving it to Libs\ brings up an error about missing CallbackHandler-1.0 => copying and registering CallbackHandler from Ace3 => 2 errors when opening the options:
and
- #10
copystring Thu, 23 Apr 2009 21:23:20Fooxi, try r167, i forgot to add LibStub to the externals :s anyway should work now
- #9
Fooxi Thu, 23 Apr 2009 20:23:01Doesn't work at all. I was seeing the db is nil errors as well before. Now it doesn't even get that far. The only error message I could find was in FrameXML.log:
- #8
copystring Thu, 23 Apr 2009 14:59:42thank you for reporting the bug next96 :)
- #7
next96 Thu, 23 Apr 2009 14:56:38thank you copystring :)
- #6
copystring Thu, 23 Apr 2009 14:04:39please try out r164, i believe that should be fixed there
- #5
next96 Thu, 23 Apr 2009 13:40:55hi r163 error
Interface\AddOns\YurrCombatLog\YurrCombatLog.lua:100: attempt to index global 'YurrCombatLogDB' (a nil value)
my wow is korean. savevariables is deleted
- #4
copystring Sun, 05 Apr 2009 10:22:47Lastbreath, you have to delete your saved variables in order to make it work.
Anyway, i have made YurrCombatLog reset your saved variables if you update from the old, that should solve your problem.
- #3
Lastbreath Sun, 05 Apr 2009 02:03:44Got the last update and still: While i stack 3 time Hunger of Blood got this 2:
1st: [2009/04/05 03:57:49-2762-x23]: YurrCombatLog-0.5\YurrCombatLog.lua:336: attempt to index upvalue 'db' (a nil value)
-2nd: [2009/04/05 03:57:53-2762-x2]: YurrCombatLog-0.5\YurrCombatLog.lua:360: attempt to index upvalue 'db' (a nil value)
-THen got this 1 while i used Hunger of Blood in combat:
[2009/04/05 03:58:20-2762-x1]: YurrCombatLog-0.5\YurrCombatLog.lua:324: attempt to index upvalue 'db' (a nil value)
-And when i try to go to config:
1st: [2009/04/05 04:00:59-2762-x1]: YurrCombatLogOptions\Config.lua:30: attempt to index upvalue 'db' (a nil value) <in C code>: in function `Show' Interface\FrameXML\UIParent.lua:1461: in function `SetUIPanel': Interface\FrameXML\UIParent.lua:1267: in function `ShowUIPanel': Interface\FrameXML\UIParent.lua:1199: in function <Interface\FrameXML\UIParent.lua:1195>: <in C code>: in function `SetAttribute' Interface\FrameXML\UIParent.lua:1825: in function <Interface\FrameXML\UIParent.lua:1813>: <in C code>: in function `ShowUIPanel' <string>:"*:OnClick":2: in function <[string "*:OnClick"]:1>
-2nd: [2009/04/05 04:01:02-2762-x3]: YurrCombatLogOptions\Config.lua:30: attempt to index upvalue 'db' (a nil value) <in C code>: in function `Show' Interface\FrameXML\UIOptionsFrame.lua:28: in function `InterfaceOptionsList_DisplayPanel': Interface\FrameXML\UIOptionsFrame.lua:46: in function <Interface\FrameXML\UIOptionsFrame.lua:31>: <in C code>: in function `InterfaceOptionsListButton_OnClick' <string>:"*:OnClick":2: in function <[string "*:OnClick"]:1>
-