• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Timekeeper

  Download the Curse Client

Project Updated:
Files Updated: Tue, Feb 5 2008
Supports Game Version: 2.3.0
Category: Miscellaneous
Tags:

, , , and [Edit Tags]

Project Manager: alexch
Additional Authors: No additional authors
Current Version: Timekeeper-101
License: All Rights Reserved
Avg Daily DL (last 30 days): 3
Downloads Total: 2,403
Favorites: 9
Comments: 10
  • About Timekeeper
  •  

Timekeeper is an addon that keeps track of how much time you spend playing WoW. It shows the daily total in a little window. If you expand the window, you'll see a breakdown by zone, activity (AH, AFK, Fishing, Flying, etc.), battleground, and toon. Install it and prepare to be amazed at just how much time you're wast-- uh, *enjoying* in Azeroth!

It also keeps track of how much honor you earn per zone/battleground, and displays your "honor per minute" (hpm) for today, both in the Timekeeper window, and in the chat window every time you gain honor. This means you can track which BGs are giving you good honor gain (and which ones are a waste of time).

The UI for Timekeeper is dirt simple right now (and in fact is a little buggy since the text sometimes flows past the bottom of the window). Anyone who wants to gussy up the UI code, be my guest! Submit patches to me at alex at stinky dot com.

The window starts at the top of the screen but you can drag it anywhere you want.

It stores a historical log in your SavedVariables directory but there is currently no way to view that from the UI. I'm thinking about writing a desktop app to analyze the data but I haven't gotten around to it yet.

As of v.99, there are now slash commands (/timekeeper or /tk): hide, show, reset and help.

To install, put the "Timekeeper" directory inside your "World of Warcraft/Interface/AddOns" directory and restart.

  • Downloads (4)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Timekeeper-101 Release 2.3.0 479 2/5/2008
  Timekeeper-99 Release 2.3.0 47 2/3/2008
  Timekeeper-97 Release 2.3.0 22 2/1/2008
  Timekeeper-96 Release 2.3.0 19 1/31/2008
  • 1 page(s)
Advertisement
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • How about making it possible to reset the timer?

    Reply Report Permalink
  • alexch said 

    No "reset" command yet, but I did set the "clampedToScreen" property, which will keep it from disappearing off the screen if you move it down. I also cleaned up the display logic a bit, so it no longer displays lines for empty timings ("0:00"). And gave it a little fakey title bar too in expanded mode.

    UPDATED: Timekeeper-99 has a "/tk reset" command.

    Reply Report Permalink
  • alexch said 

    I reproduced this bug. If you drag it down over the bottom action bar it disappears. I'll look into how to stop that from happening -- and also add a reset function in case it does happen again!

    Reply Report Permalink
  • So... I moved it down near the bottom of my screen. When it wasn't expanded it dissapeared. How do I reset it to the starting spot?

    Reply Report Permalink
  • Neitrin0 said 

    i Too

    Reply Report Permalink
  • alexch said 

    Thanks for taking the time to check out the addon. I'm confused by your bug report -- maybe the behavior is different on my system than yours?

    The normal mode of the Timekeeper window is collapsed (see first screenshot). It only shows a single line of text (the total time spent today). When you put your mouse pointer over it, it expands down -- and yes, the expanded list does get longer and longer, throughout the day, as you visit more places and do more things. But unless you're mousing over it, it shouldn't get in your way. Maybe there's some bug where it's always in expanded mode for you?

    Also, as to your first comment, when your cursor is on it you can also drag it around the screen and it stays where you put it. It should never disappear. But your suggestion about a reset feature is well-taken. It shouldn't be hard to make a slash command that resets it to the default positon (top-center of screen).

    Reply Report Permalink
  • After more use, this addon is junk with out a hide function. Just keeps getting larger, and gets in your way more and more. I had to delete it just to be able to see it again after I moved it to the bottom.

    Pointless addon with out some functions.

    Reply Report Permalink
  • thanks

    Reply Report Permalink
  • alexch said 

    Done. New version 99 has /tk hide, show, reset and help

    Reply Report Permalink
  • for me to make a suggestion? lol i have been...... making suggestions ...wat bout
    /tk hide

    /tk show

    Reply Report Permalink
  • alexch said 

    Oh, so you're asking for a way to make the window hide altogether. I don't want to put a button in the window just yet, but maybe something like

    /timekeeper hide

    /timekeeper show

    That's no problem. I can work on that this weekend...

    And please don't be shy about making suggestions!

    Reply Report Permalink
  • ok thank u for the fix... i mean u dont have to do the click option... if its to much of a problem... it was just a suggestion in case if u have a problem w/ pplz sayin that when ever they got to look at some thing and that is in the way.... it wont expand and cover even more of wat ur look at....... another good idea would be a transparency ? just wonderin

    Reply Report Permalink
  • alexch said 

    I prefer having it expand on rollover, not on click, since I never want it to *stay* open after I'm done looking at the expanded view. If it were activated on click, then you'd need to do 4 gestures (move - click - click - move) instead of two (move - move) when you want to look at the expanded view. Does anyone else think clicking is better? I could add a configuration option if so (but I'm reluctant to add options willy-nilly since it makes the code harder to maintain and the usage harder to explain).

    The disappearing problem should be fixed in version 97. Please re-download and check it out.

    Reply Report Permalink
  • i took it off the screen by accident b/c it keep getting in the way, u should have it so when u click on it, then it expands, that would be nice and, the resest command.......

    Reply Report Permalink
  • alexch said 

    What do you mean by "eats?" On my system (a Mac) it fluctuates between using about 200K and 700K, but ever goes much higher than that. Compare this to addons like Auctioneer and QuestHelper which use 5 megs or more... Are you seeing different behavior than this?

    I suspect that someone more expert in LUA than I could suggest some ways to be more efficient in memory usage than this, but I don't see it as a performance problem on my end.

    Reply Report Permalink
  • BlackZam said 

    nice addon for us that spends a little to much time in wow...

    But it just eats my memory... :/

    Reply Report Permalink
  • alexch said 

    Not too hard! That would be a straightforward feature, since I save all the data already for all days. But it would take some work to do the UI code for it since I don't know much about WoW UI widgets (yet!).

    Reply Report Permalink
  • have no idea of how to make addons...
    but would it be hard to make the addon track hours a week?

    Reply Report Permalink
  • alexch said 

    Thanks for the kind words! Yes, I think the UI for reporting honor is kind of ugly right now. Honor deserves its own tab, or at least it should appear in a separate chunk in the list...

    (I'm trying to figure out how to make a nice clean scrolling table UI and I'm having a lot of trouble finding tutorials; I'm reduced to poring over the source code of Auctioneer and other addons and it's hard to find the needle in those haystacks...)

    Reply Report Permalink
  • I'm going to continue to use this addon. After you added the show/hide/reset/help functions it helps a lot more.

    My issue with it expanding was that while your playing, whether it be instancing or battlegrounds I would end up mousing over the window and it getting huge. That is why I like the hide function.

    I don't need to always monitor my game time, but I would like to know after lets say I am finishing up for the day.

    The honor per minute rocks by the way. Maybe add a seperate window just for your honor? Like... I'm not sure, monitoring honor is awesome though.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 1,791 Skinner Miscellaneous
  2. 1,724 Talented Miscellaneous
  3. 1,411 FuBar 3.6 Miscellaneous
  4. 779 SharedMedia Miscellaneous
  5. 742 Fishing Buddy -- Bar Support Miscellaneous