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.
There is a command line option, just not a button. For most accidentally deleting their raids, even if i put a confirm box would be very tragic.
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