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 Oct 30, 2010but, the error is identical to version 4.0.1.
As add-on loading error occurs.
Message: Interface\AddOns\RaidTracker\Data.lua:16: attempt to index global 'LibKarma' (a nil value)
Stack: Interface\AddOns\RaidTracker\Data.lua:16: in main chunk
Locals: (*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'LibKarma' (a nil value)"
-
View User Profile
-
Send Message
Posted Oct 31, 2010-
View User Profile
-
Send Message
Posted Nov 9, 2010-
View User Profile
-
Send Message
Posted Oct 30, 2010Just adapt RaidTracker\libs\LibKarma-1.0\LibKarma-1.0.lua
Find: function LibKarma:OnEvent( frame, event, ... )
Replace with: function LibKarma:OnEvent( frame, event, arg1, ... )
-
View User Profile
-
Send Message
Posted Feb 10, 2011-
View User Profile
-
Send Message
Posted Oct 21, 2010-
View User Profile
-
Send Message
Posted Oct 22, 2010-
View User Profile
-
Send Message
Posted Oct 17, 2010-
View User Profile
-
Send Message
Posted Feb 10, 2011The mod basically wasnt even really gettign started up at all. So was dying early. That part is fixed in 2.3.0. Also issuing a new release updated the libraries that get bundled so ther shoudl be some improvments. Ive nto tried to raid with it yet. But FYI, you cna take any char any level to kill a saber jsut outside of Darmassus and its basically operates like a test instance. The saber is the Boss, and the area to the right (as you leave Darnasus) is the instance.
This has been hacked in for a looong time for me to do quick tests. You might have to play with the options some, but usiong default option values i was able to kill a lvl 8 saber with lvl 6 war, and as long as i had a session started it logged the boss kill and the loot.
-
View User Profile
-
Send Message
Posted Oct 15, 2010After patch 4.0.1 error is caused by LibKarma-1.0.
Message: Interface\AddOns\RaidTracker\Data.lua:16: attempt to index global 'LibKarma' (a nil value) Time: 10/15/10 21:16:04 Count: 1 Stack: Interface\AddOns\RaidTracker\Data.lua:16: in main chunk Locals: (*temporary) = nil (*temporary) = nil (*temporary) = "attempt to index global 'LibKarma' (a nil value)"
-
View User Profile
-
Send Message
Posted Oct 13, 2010-
View User Profile
-
Send Message
Posted Oct 14, 2010-
View User Profile
-
Send Message
Posted Sep 29, 2010-
View User Profile
-
Send Message
Posted Sep 17, 2010-
View User Profile
-
Send Message
Posted Aug 10, 2010The Boss kill event is not recognized then the problem.
1. Icecrown Gunship Battle. 2. Valithria Dreamwalker.
The Boss Kill the exact problem is an event that is not implanted Which is the key to solving this problem, check to see past this, but the boss kill events were recognized.
Additions in the file:
1. Add an event to recognize localization.lua file
RaidTracker_Bosses = (
:
:
Gunship_Battle = "Icecrown Gunship Battle",
["Gunship Battle"] = "Icecrown Gunship Battle",
["Icecrown Gunship Battle"] = "Icecrown Gunship Battle",
Dreamwalker = "Valithria Dreamwalker",
["Dreamwalker"] = "Valithria Dreamwalker",
Valithria = "Valithria Dreamwalker",
["Valithria"] = "Valithria Dreamwalker", -
Valithria_Dreamwalker = "Valithria Dreamwalker",
["Valithria Dreamwalker"] = "Valithria Dreamwalker",
["Cache of the Dreamwalker"] = "Cache of the Dreamwalker",
["Cache of the Dreamwalker"] = "Valithria Dreamwalker",
)
2. libs \ LibBabble-Boss-3.0 \ LibBabble-Boss-3.0.lua file
["GunshipBattle"] = "GunshipBattle",
["Gunship Armory"] = "Gunship Armory",
["Gunship Battle"] = "Gunship Battle",
Cache_of_the_Dreamwalker = "Cache of the Dreamwalker",
["Cache of the Dreamwalker"] = "Cache of the Dreamwalker",
["Cache of the Dreamwalker"] = "Valithria Dreamwalker",
Dreamwalker = "Valithria Dreamwalker",
Valithria = "Valithria",
["Valithria"] = "Valithria",
["Valithria"] = "Valithria Dreamwalker",
-
View User Profile
-
Send Message
Posted Aug 9, 2010-
View User Profile
-
Send Message
Posted Aug 29, 2010Right now, I'm working on two things for my copy of RaidLaunch: Adding the primary spec for the players (such as what Extended Raid Information does), and trying to fix the Gunship Battle/Valethria fight. I'll send Celess all my code changes if he wants them.
-
View User Profile
-
Send Message
Posted Jul 31, 2010-
View User Profile
-
Send Message
Posted Jul 25, 2010Just wondering if I could make a suggestion
Is it possible to add a loot option for offspec items - currently only have DE / Bank. It would be great if you could keep the looters identity but marked as offspec.
Another suggestion is a pop up window with a couple of options off how to assign loot - i.e. main spec / off spec / DE / bank
-
View User Profile
-
Send Message
Posted Jul 6, 2010