Download
(146Kb)
Download
Updated: 11-13-08 02:32 AM
Pictures
File Info
Updated:11-13-08 02:32 AM
Created:unknown
Downloads:3,026
Favorites:22
MD5:

Chronometer Rewound

Version: 0.4
by: Lyessa [More]

This is an attempt to make Bhattu's Chronometer compatible with 2.4+ combat events.

Version 0.4 has not seen extensive testing yet, but not thrown any errors and displayed debuffs reliably in my personal (warrior) testing. Feedback is welcome, I'll try to release fixes if it doesn't stray too much from the relatively simple non-database design (see 'limitations" below). It is now released as a "welcome to Northrend" beta.

Limitations: The current version does not contain a spell/debuff database. Timers are extracted via blizzard functions which work for the player, his target, the focus and the mouseover target. These should be queried reliably.
Party/raid targets are possible, but not implemented yet.

In other words: a stray freezing trap does currently not trigger a bar unless you were targeting its victim.

0.4: Hopefully capable of working with the 3.0 Combat Events and (de)Buff API.
If another unit refreshes a debuff we are tracking, update our timer.
On selfbuffs, display Buffname instead of unitname.

0.3: When a unit's debuff is removed, stop the according bar if it exists.
Remove selfbuff bars on death. Currently doesn't refresh selfbuffs on ressing (would only be flasks afaik).
Preferences should now get saved correctly.

0.2: The UNIT_SPELLCAST_SENT error shouldn't appear again.
Changed bar text to {icon} {duration} {unitname}, similar to the original addon's style.
Optional Files (0)


Post A Reply Comment Options
Unread 01-26-09, 03:35 AM  
Lyessa
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 4
Uploads: 2
I'm not sure whether it works for totems (the comments suggest some fiddling is required), but class timers seems to be a decent all-around timer addon. Curse link, the wowi version doesn't seem to receive updates.

For totem-specific assistance, you might want to look at totem caddy.
Report comment to moderator  
Reply With Quote
Unread 01-18-09, 02:43 AM  
masterAL
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
any1 knows a addon which do the same for me?
Last edited by masterAL : 01-18-09 at 02:43 AM.
Report comment to moderator  
Reply With Quote
Unread 01-10-09, 06:57 PM  
lacerated
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Is it possible to implement spell/debuff database like it was in old chronometer?
used to track duration of totems with chron, but cant do it in new version.
Report comment to moderator  
Reply With Quote
Unread 12-09-08, 09:09 AM  
Lyessa
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 4
Uploads: 2
Re: Option for long buffs

Originally posted by Odeezee
is there an option or is there something i can change/add to the code so that the mod will only display debuffs/buffs that are less than 1 minute long? currently the mod shows all my buffs like mark of the Wild, Thorns, pots/elixirs/flasks, etc and i want to see are the buffs less than 1 minute long. i would appreciate any help.
I'm not familiar with preferences coding, so as a temporary solution, you can insert the following as line 385 of core/Chronometer.lua, before 'id = targetId..":"..spellId':
Code:
if duration > 60 then return end
This will prevent the display of bars with a duration longer than 60 seconds. Paladins would probably prefer 120 instead (which I believe is the current seal duration and somewhat useful to track).
Report comment to moderator  
Reply With Quote
Unread 12-02-08, 01:18 PM  
Odeezee
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Option for long buffs

is there an option or is there something i can change/add to the code so that the mod will only display debuffs/buffs that are less than 1 minute long? currently the mod shows all my buffs like mark of the Wild, Thorns, pots/elixirs/flasks, etc and i want to see are the buffs less than 1 minute long. i would appreciate any help.
Last edited by Odeezee : 12-02-08 at 02:14 PM.
Report comment to moderator  
Reply With Quote
Unread 10-26-08, 10:23 AM  
DiGG
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
I'd PAY for a working Chronometer with 3.0.2 lol! It was simply my BEST hot/dot addon ever! I tried all the others, this one is just the best... if only it could be updated...
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 05:31 PM  
bigdady92
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
any update on this? origianl is dead
Report comment to moderator  
Reply With Quote
Unread 08-27-08, 01:09 AM  
Lyessa
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 4
Uploads: 2
Re: error on log-in

Originally posted by txamethyst
being annoyed with the timers that don't disappear when a mob dies (original chronometer) i decided to give this one a shot. immediately upon log-in, before even taking a step, i got this error:

[2008/08/27 01:04:08-346-x1]: ChronometerRewound-0.1\core\Chronometer.lua:199: AceEvent-2.0: Cannot register event "UNIT_SPELLCAST_SENT" to method "UNIT_SPELLCAST_SENT", it does not exist
Sorry, it looks like I packaged 0.1 at a bad time during code cleanups, this function was commented out.

I was hoping to reproduce another bug which I encountered in combination with Bigwigs/Ora before an update, but haven't been able to do so reliably.
0.2 will therefore contain a fix for the UNIT_SPELLCAST_SENT issue, but may still trigger this error.

Thanks for the bug report.
Report comment to moderator  
Reply With Quote
Unread 08-27-08, 12:11 AM  
txamethyst
An Aku'mai Servant
 
txamethyst's Avatar

Forum posts: 36
File comments: 101
Uploads: 0
error on log-in

being annoyed with the timers that don't disappear when a mob dies (original chronometer) i decided to give this one a shot. immediately upon log-in, before even taking a step, i got this error:

[2008/08/27 01:04:08-346-x1]: ChronometerRewound-0.1\core\Chronometer.lua:199: AceEvent-2.0: Cannot register event "UNIT_SPELLCAST_SENT" to method "UNIT_SPELLCAST_SENT", it does not exist
AceAddon-2.0-79524 (!StopTheSpam):928: in function <...dOns\!StopTheSpam\libs\AceAddon-2.0\AceAddon-2.0.lua:921>
<in C code>: ?
AceEvent-2.0-66043 (!StopTheSpam):260: in function `TriggerEvent'
AceEvent-2.0-66043 (!StopTheSpam):910: in function <...dOns\!StopTheSpam\libs\AceEvent-2.0\AceEvent-2.0.lua:903>

turned off !StopTheSpam and got this:

[2008/08/27 01:07:56-347-x1]: ChronometerRewound-0.1\core\Chronometer.lua:199: AceEvent-2.0: Cannot register event "UNIT_SPELLCAST_SENT" to method "UNIT_SPELLCAST_SENT", it does not exist
AceAddon-2.0-79524 (Aloft):928: in function <...face\AddOns\Aloft\Libs\AceAddon-2.0\AceAddon-2.0.lua:921>
<in C code>: ?
AceEvent-2.0-66043 (Aloft):260: in function `TriggerEvent'
AceEvent-2.0-66043 (Aloft):910: in function <...face\AddOns\Aloft\Libs\AceEvent-2.0\AceEvent-2.0.lua:903>

every time i turned off the referenced mod, it gave me error text referencing the next enabled mod in the list.
Last edited by txamethyst : 08-27-08 at 12:13 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: