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.
-
View User Profile
-
Send Message
Posted May 29, 2009-
View User Profile
-
Send Message
Posted May 28, 2009FR did not work at all do not log any loot
-
View User Profile
-
Send Message
Posted May 27, 2009-
View User Profile
-
Send Message
Posted Jun 6, 2009-
View User Profile
-
Send Message
Posted May 24, 2009Interface\Addons\RaidTracker\RaidTracker.lua:766 attempt to index local 'z' (a nil value)
any idea what might be this caused by?
-
View User Profile
-
Send Message
Posted May 24, 2009-
View User Profile
-
Send Message
Posted May 24, 2009-
View User Profile
-
Send Message
Posted May 25, 2009btw. 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 :))
-
View User Profile
-
Send Message
Posted May 21, 2009-
View User Profile
-
Send Message
Posted May 23, 2009-
View User Profile
-
Send Message
Posted May 9, 2009is it planned to have any update on this addon?
there are some issue with ulduar
-
View User Profile
-
Send Message
Posted May 7, 2009-
View User Profile
-
Send Message
Posted May 26, 2009-
View User Profile
-
Send Message
Posted May 3, 2009Thanks
-
View User Profile
-
Send Message
Posted May 6, 2009These bosses not die after killing and need a emotion trigger (like Majordomo) for logging... Today i am trying write emotions for testing.
-
View User Profile
-
Send Message
Posted Apr 29, 2009http://bobb.fileave.com/RaidTracker.zip
-
View User Profile
-
Send Message
Posted Apr 28, 2009-
View User Profile
-
Send Message
Posted Apr 27, 2009-
View User Profile
-
Send Message
Posted Apr 28, 2009here 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
-
View User Profile
-
Send Message
Posted Apr 25, 2009First 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