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.
FR did not work at all do not log any loot
Interface\Addons\RaidTracker\RaidTracker.lua:766 attempt to index local 'z' (a nil value)
any idea what might be this caused by?
btw. I play in EU zone, error appeared right after logging in and couldn't remove it anyhow, RT window was completely empty (just cos you asked :))
is it planned to have any update on this addon?
there are some issue with ulduar
Thanks
These bosses not die after killing and need a emotion trigger (like Majordomo) for logging... Today i am trying write emotions for testing.
http://bobb.fileave.com/RaidTracker.zip
here is the correct last two steps:
Find:
["Ulduar Raid"] = { },
Replace With:
["Ulduar"] = { "Flame Leviathan", "Ignis the Furnace Master", "Razorscale", "XT-002 Deconstructor", "Assembly of Iron", "Kologarn", "Auriaya", "Mimiron", "Hodir", "Thorim",
"Freya", "General Vezax", "Yogg-Saron", "Algalon the Observer", },
Save and close Localization.lua
First open Data.lua
Find:
[40753] = { id = 40753, name = "Emblem of Valor", Track = 0, Group = 1, CostGet = 0, CostAsk = 0, quality = 4, },
Add after:
[45624] = { id = 45624, name = "Emblem of Conquest", Track = 0, Group = 1, CostGet = 0, CostAsk = 0, quality = 4, },
save and close Data.lua
then open /locales/Localization.lua
Find:
["Ulduar Raid"] = { id=33, pid=33, rel=3, tag="", loc="NR:UDR", type="Raid", man=25, min=80, ran="80++", name="Ulduar Raid", },
Replace with:
["Ulduar"] = { id=33, pid=33, rel=3, tag="", loc="NR:UDR", type="Raid", man=25, min=80, ran="80++", name="Ulduar", },
Find:
["Ulduar Raid"] = { },
Replace With:
["Ulduar Raid"] = { "Flame Leviathan", "Ignis the Furnace Master", "Razorscale", "XT-002 Deconstructor", "Assembly of Iron", "Kologarn", "Auriaya", "Mimiron", "Hodir", "Thorim",
"Freya", "General Vezax", "Yogg-Saron", "Algalon the Observer", },
Save and close Localization.lua