Displays the duration of the current combat in a LDB-text-display.
If not in combat the timer shows the duration of the last combat.
This is an actually implemented rewrite of FuBar_CombatTimeFu for LibDataBroker (unlike Broker_CombatTime).
What is an LDB-plugin?
http://wiki.github.com/tekkub/libdatabroker-1-1
http://wiki.github.com/tekkub/libdatabroker-1-1/addons-using-ldb
- 3 comments
- 3 comments
Facts
- Date created
- Dec 14, 2009
- Category
- Last update
- Dec 06, 2011
- Development stage
- Release
- License
- All Rights Reserved
- Curse link
- Broker_CombatDuration
- Downloads
- 2,518
- Recent files
- R: v1.0.4 for 4.3 Dec 06, 2011
- A: v1.0.3-1-g0bacdfb for 4.3 Dec 06, 2011
- R: v1.0.3 for 4.0.1 Oct 14, 2010
- R: v1.0.2 for 3.3.5 Sep 03, 2010
- A: v1.0.1-2-gd53b8b5 for 3.3.5 Sep 03, 2010
- Reply
- #3
sailorami14 Oct 14, 2010 at 21:59 UTC - 0 likesAwesome, thank you for this. Now all I have left to find is a decent MoneyFu replacement (as in functions like MoneyFu) and I'll be all done with Fubar leftovers.
- Reply
- #2
profalbert Dec 22, 2009 at 00:36 UTC - 0 likesMust have been drunk or something... omg
Thanks
- Reply
- #1
Zidomo Dec 16, 2009 at 17:56 UTC - 0 likesNice idea for a replacement for the old StatBlock_TimeInFight & FuBar_CombatTimeFu.
Unlike those two mods, though, Broker_CombatDuration bugs out on logon. V1.0 in WoW 3.3:
As well, this is missing from its embeds.xml file pointers to the libraries it needs to function (Ace3). That's not the cause of the problem above, though; other earlier-loading mods had Ace3/LibStub/CallbackHandler-1.0 loading.
EDIT: Also, you are including in the ZIP a wacky copy-paste failure of a web page for LibDataBroker-1.1 (45kb in size) instead of the actual library itself (4kb in size). Also, the embeds.xml file isn't pointing to the correct enclosed location of LibDataBroker-1.1, so the mod won't be able to find it if nothing else loads it.
And more problems with the release ZIP. Its got the AceEvent-3.0 library in the AceTimer-3.0 folder path. And it doesn't contain AceAddon-3.0 it references in its LUA. Surprised this mod was actually pushed to release status.