Raid Tracker
Keeps account of attendance, loot and DKP for raids, parties, battlegrounds, arenas and now solo for questing.
Works with SexyMaps, Minimap Button Frame, Titan Panel, FuBar, and others for easy access menus, and a minimap icon if no other manager or bar is installed. Provides export strings for DKP for most popular DKP posting formats. Supports loot filtering via loot options window /rt io, or on the minimap menu.
Chat commands: /rt - main window /rt o - options /rt io - item options /rt help - help /rt hide - hide or show the application icon
Curse site release updates are working normally again. Raid Tracker, Hellbender DKP, Tell Track, AddOn Studio. Use links to get files same as before. Enjoy.
Date: 2009-09-29 20:31:23
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\RaidTracker\RaidTracker.lua line 422:
table index is nil
Debug:
(tail call): ?
[C]: ?
RaidTracker\RaidTracker.lua:422: UpdateSessionDB()
RaidTracker\RaidTracker.lua:287: OnEventCustom()
...ddOns\RaidTracker\libs\LibKarma-1.0\LibKarma-1.0.lua:110: _OnUpdate()
...ddOns\RaidTracker\libs\LibKarma-1.0\LibKarma-1.0.lua:37:
...ddOns\RaidTracker\libs\LibKarma-1.0\LibKarma-1.0.lua:37
Date: 2009-09-06 06:17:48
ID: 1
Error occured in: Global
Count: 1
Message: ...ns\RaidTracker\libs\LibKarma-1.0\LibKarmaAce-1.0.lua line 171:
Cannot specify "configType" = "Dewdrop-2.0" if "Dewdrop-2.0" is not loaded.
Debug:
[C]: ?
[C]: error()
...holic\libs\LibFuBarPlugin-3.0\LibFuBarPlugin-3.0.lua:353: SetFuBarOption()
...ns\RaidTracker\libs\LibKarma-1.0\LibKarmaAce-1.0.lua:171: OnPlayerLogin()
...ddOns\RaidTracker\libs\LibKarma-1.0\LibKarma-1.0.lua:93: OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
from libfubarplugin which coems wiht fubar:
if value == "Dewdrop-2.0" then
Dewdrop20 = LibStub("Dewdrop-2.0", true)
if not Dewdrop20 then
error(("Cannot specify %q = %q if %q is not loaded."):format(key, value, value), 2)
end
and the lib is in fubar, and its getting loaded when fubar starts (from fubar.toc):
libs\LibStub\LibStub.lua
libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
#@no-lib-strip@
libs\AceLibrary\AceLibrary.lua
libs\LibRock-1.0\lib.xml
...
libs\LibFuBarPlugin-3.0\lib.xml
libs\Dewdrop-2.0\Dewdrop-2.0.lua
libs\Tablet-2.0\Tablet-2.0.lua
#@end-no-lib-strip@
Its not imporant that dewdrop gets loaded after libfubarplugin, the phase where all of the plugins load happens all together, is way before the phase where RaidTracker tries to hook fubar, which is the form events run phase.
Goes like:
1) all .toc are run for all plugins (in any order, but is alphabetical on PC)
2) starts processing events on forms
3) raid tracker initializes with LibKarma which initalizes itself wiht fubar
If those two FuBar toc lines, libfubarplugin and dewdrop, hadn't run i woudlnt have access to libfubarplugin.
Have never seen this mentioned, but there's been a long term bug I've had with the 'Edit looter' option.
Basically when you go to reassign look the list only goes up to the letter for the person already assigned to the item. When you reassign the item to someone with a lower letter all the ones above that one vanish.
The only option if you want to assign an item to a member of the raid with a name starting further up the alphabet is to delete and re-add it.
Other than that everything seems to be working.
Currently on .38 at present, just in case it's a .39 fix.
Cheers.
Arve,
noticing alt.
Date: 2009-08-26 23:38:02
ID: -1
Error occured in: Global
Count: 1
Message: ..\AddOns\RaidTracker\RaidTracker.lua line 410:
table index is nil
Debug:
[C]: ?
RaidTracker\RaidTracker.lua:410: UpdateSessionDB()
RaidTracker\RaidTracker.lua:275: OnEventCustom()
...ddOns\RaidTracker\libs\LibKarma-1.0\LibKarma-1.0.lua:110: _OnUpdate()
...ddOns\RaidTracker\libs\LibKarma-1.0\LibKarma-1.0.lua:37:
...ddOns\RaidTracker\libs\LibKarma-1.0\LibKarma-1.0.lua:37
Note: I received the same error message in 2.2.38 (but on Line 408 in the RaidTracker.lua).