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.
Great, thanks for the heads up.
Also I was wondering if you would entertain a possibly work-intensive request; My guild uses a Loot Council and a basic table of players/raids/loots to give a VERY basic ratio of loot distribution. Would you be able to add a guild player table that gives them a value determined by guild raid attended, rank (ie 1=raider, 2=trial), and loots (ratio number = raids-rank-loots)? If not any advice would be appreciated, I'm not anywhere near an expert with XML/LUA? Thanks again.
- Pseudopath.
RaidTracker.lua - line 210
elseif timestamp == L.BossKill_Yell_Mimiron then
destName = L["Mimiron"]
locale-enUS.lua - line 41
L.BossKill_Yell_Mimiron = "It would appear that I've made a slight miscalculation. I allowed my mind to be corrupted by the fiend in the prison, overriding my primary directive. All systems seem to be functional now. Clear."
locale-deDE.lua - line 21
L.BossKill_Yell_Mimiron = "Es scheint, als w\195\164re mir eine klitzekleine Fehlkalkulation unterlaufen. Ich habe zugelassen, dass das Scheusal im Gef\195\164ngnis meine Prim\195\164rdirektive \195\188berschreibt. Alle Systeme nun funktionst\195\188chtig."
I have the same issue, showing as Trash loots etc.
- pseudopath.
In the RaidTracker.lua lines 194ff. there are 8 occurences of "timeStamp", which is spelled wrong (it is initialised without capital S).
Search/Replace each "timeStamp" with "timestamp" and the implemented method should recognize the bosses (couldn't test it though, and Mimiron seems not yet to be implemented)...
Greetings
Interface\AddOns\RaidTracker\Raidtracker.lua:321:attempt to compare number with nil
(BTW, I have been running RaidTracker 2.2.24 for a while and just upgraded to 2.2.28 today, so sorry if this has already been addressed...)