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.
So basicly it's month/day/year hour:minutes:seconds?
May I request for Traditional Chinese support? Thanks.
L.BossKill_Yell_Muradin = "Don't say I didn't warn ye scoundrels. Onwards, brothers and sisters!"
L.BossKill_Yell_Overlord_Saurfang = "The Alliance falter. Onward to the Lich King!"
And then add this around line 225 in RaidTracker.lua
elseif timestamp == L.BossKill_Yell_Muradin then
destName = L["Icecrown Gunship Battle"]
elseif timestamp == L.BossKill_Yell_Overlord_Saurfang then
destName = L["Icecrown Gunship Battle"]
Should track the event, although i haven't been able to test it, i think this should be it :)
- added Onyxia, and 3.3 instances including Icecrown Citedel and new badge exclusion
- added right-click menu for player list, includes whisper and invite options
- change db looter from disenchant to disenchanted for compatability
- fixes for ToC bosses Val and Champs
- additions for ToC
- added SMF BBCode export format
- fixes for several 3.2.x specific ui changes
- fixes for technical 3.0.1 load changes
- new dual panel UI
- contains updates for Trial of the Crusader and Trial of the Grand Crusader
- realm and portal added to CSV and Text export
- update for instances servers not matching realm server timezone
- update for determining bg and arena instances
- update for very long export strings
- fix for MLDKP
- fix for setting looter
- fixes for ToC bosses
- added Trial of the Champion instance
- update for game verion 3.2.0
- added EQ DKP Plus export option
- added cost get systems: CheeseSLS, ML Custom Price, and EasyDKP
- added option to filter loot by item level in options
- added display for Item Level on AskCost and EditCost edit boxes
- contains updates for ulduar 10 and 25
- update for game verion 3.1.0
- fixed bosses Hodir, Thorim, Freya, Mimiron. should now be working
- fixed session close when leaving raid
- fixed cost being 0 on some exports
- fixed error entering arena
- fixed Ulduar title display issue
- fixed help and labels for AskCost and GetCost in options
- fixed costget causing loot to not get saved
- db upgrade for ulduar and any missing user zones
- small fix that i hope helps some hide the minimap icon
For anyone wiht minimap icon problems you really need to tell me what you are running exactly, if have FuBar, fubroker of some kind, any of the bar or ui menu systems. Usually its an interaction with those or bugs in that way.
Notes:
1) If you are missing loot make sure your raid buddies havnt teleported too far away like in naxx. If you are ML and you cant see the X recieves Y chat messages, then niether can RT. Make them stay. I'm sorry but its a blizz game design issue not RT.
2) There is no way for any addon to save data periodically to the hardrive, or for any settigns even blizz ones. If the game crashes you lose almost all changes across all of wow. Use multiple raids buddies with RT or /console reloadui periodically to save data.
3) Hellbender DKP is now one of mine. I have no preference for HBDKP or ILDKP (ItemLevelDKP) for automatic cost generation (CostGet in RT), I just saved this one because it has a long heritage and lsot of work in the cost model (is actually Ace2 version of HoB DKP) and you deserve a choice.
also.... if you want to help a little to help me:
1) If you like the addon and think its worthy of adding to cursed favorites please do so. This will help get crossreferences so others have a chance to see it. You wil also get update notification when new releases happen.
2) If you are interested in helping with localization, all the strings are in the locales folder. They are split up nicely in customary fassion. There is also a LCapture feature in the .toc file that can be turned on to capture functional strings which are stored in the DB, and then can be copied and modified.
3) If you have an issue that seems to involve your data, then can zip up and send the DB to me, celess22 at gmail dot com. This will help greatly.
4) If you used "Tell Track" in the past, and liked it, please go look at the updated one on cursed and tell me what you think.
other...
1) Starting with 2.2.15 there is a new text export format, with 2.1.19 ther is a cvs format. The text is suitable display and reading for web sites, forums, double checking xml, or anyway you wish. The cvs format is suitable for using wiht excel or whatever, and each session component is its own list such as loot, attendees and events wher you can paste each section into a table or any kind of db and includes nearly everything any other format does such as the xml and plain text ones.
2) Starting with 2.2.18 attendee snapshots for events and loot now have new options in Options menu for including offline players. Also the right-click menus for zones and bosses have the list inverted to put the newests exapansions and the highest level raids at the top of the list, and i know soem wil relly be happy about that.
3) Starting with 2.2.17 new tooltips for Options and Item Options have been added, as well ones to remind peopel ther are right click menus, and ability to turn off non-essential tooltips in Options. Soo many peoepl I think miss he idea ther are right click menus, there are.
4) Starting with 2.2.10, Event Cooldown is now accessible as option in UI. Was always there but not in options UI. Fixed in 2.2.12. This option determines amount of time to wait before changing the current loot target after an event completes.
5) Starting with 2.2.4 is a functional chinese version. i think all of the current locales are covered functionally, and in many places in the ui have properly locale correct. Missing is some of esMX for WotLK, if you know of another let me know.
6) Starting with 2.2.7, per request now works with LDB and titan panel or any other launcher aware LDB client.
7) Starting with 2.2.6, per request The Four Horsemen is now a functional event; in 2.2.9 the baron was added as one of the horsemen. Bosses and event names are stil in drop down list. Death of first boss will create the event, loot should be now captured under the event name automatically.
i checked the options and indeed there was an option timezone=0.
i removed the line and voila. working addon :)
*cheers*
thankyou so much. but now i have to go bosshunting in icecrown :)
*cheers*
when i export the dkp string into notepad and look for <time> entries i find things like
<time>12/03/09 07:44:00</time>
for variuos events. like bosskill events.
all i need is that this time is not 07:44:00 but 19:44:00 as it is PM time.
i know the timestamp in the database, thats not the problem. its the exportet dkp string.
i export "mldkp 1.1/eqdkp plugin" format.
hope this explains better.
server time is in this example 19:44:00 which is 7:44 PM.
the problem is, in the exportet time stamp is no information if the time is 7:44 AM or 7:44 PM.
what i want is, that he exports
<time>12/03/09 07:44:00</time>
when its 7:44 AM server time
and
<time>12/03/09 19:44:00</time>
when its 7:44 PM server time
complicated to explain with my rusted english
thanks for you efforts to solve the problem. not many coders i know do that. *thumbs up*
better?
at AM he should export 07:44:00, at PM 19:44:00
dont know how to explain it better.
if only all of life were that easy :)
so basically that particular export isnt converting the timestamp somehow correctly. the UI is using the exact same timestamp as the export. really odd it would do it in a way that is missing the 12 24 hour thing. ill look. anyone else see the same result?
like somewhere in there looks like:
Options = {
Timezone = 12,
...
},
if that is set then it will adjust thetime automatically on you. it shoudl adjust ite display and export he same way but it so this is probably not the problem. its a compatibility imported from ML/CT RT if someoen had it set. It really doesnt apply anymore so much since all fo the time based code was changed and rewritten. The way RT works it woudl only offer an adjustment if for some reason server time wasnt acceptable. I know no one who wants different that server time. Plus its problematice since everyone woudl have to set their timezone value to be the same for all thopse who woudl be updating dkp.
This is beasically why its deprecated. One of t