Download
(89Kb)
Download
Updated: 08-04-08 05:03 PM
Pictures
File Info
Updated:08-04-08 05:03 PM
Created:unknown
Downloads:39,763
Favorites:64
MD5:

StunWatch  Popular! (More than 5000 hits)

Version: 2.2.3
by: nwkegan [More]

StunWatch 2.2 BETA is out! Check it out.


Please report ANY and ALL 2.2 bugs here so that I can fix them ASAP!


If you have any feature requests, I'll gladly look them over. Submit them here.


You should delete your old StunWatch SavedVariables located at World of Warcraft\WTF\Account\AccountName\SavedVariables\StunWatch.lua before installing the beta. They most likely won't interfere with the new StunWatch's operation, but it will help keep your SavedVariables clean. : )


StunWatch is a Stun/Debuff tracker capable of tracking most Rogue abilities. You can choose which debuffs to track, and edit things like scale, growth direction, and bar fill-up.

It's only able to track your debuffs on your target or focus, so mouseover macros will not create a bar. However, if you target (or focus) the unit you just debuffed, it will instantiate a bar for any debuff present on that unit that is not already being tracked.

"/sw" or "/stunwatch" for options.



Changes:
-Ace rewrite
-Diminishing Returns added
-Debuff selection
-Scale
-Bug fixes

Todo:
-Add poisons
-Add option to synchronize with other StunWatch users.
-Add announcements



P.S. My thanks goes out to the WoWI/WoWAce IRC channels for helping me, I would have been lost without their help. : )

-Ace rewrite
-Diminishing Returns
-Debuff selection
-Scale fixed
-Bug fixes
Post A Reply Comment Options
Unread 04-11-08, 12:24 AM  
addictlol
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Nice work macca
I think i speak for most rogues when i say great work updating it for the new combat log changes!
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 12:41 AM  
disiz
A Deviate Faerie Dragon
 
disiz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 55
Uploads: 1
Gonna test this one! Hopeing that i can finally drop Classtimer... Thanks.
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 11:08 AM  
PyroRaver
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Thanks for updating this. I've been using stun watch since 1.5, and there has always been a problem with maintaining this addon. Works great, thanks a ton!
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 07:39 PM  
Maccaa
A Fallenroot Satyr
 
Maccaa's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 83
Uploads: 3
I'm actually in the process of rewriting this addon to my likings.

Going to use spellid's so i don't have to deal with translating into other languages and also will be a lot easier to add your own stuns to track.
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 08:08 PM  
Aragore
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 1
WTB Pounce, Maim, Bash for druids <3
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 08:20 PM  
Maccaa
A Fallenroot Satyr
 
Maccaa's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 83
Uploads: 3
Originally posted by Aragore
WTB Pounce, Maim, Bash for druids <3
I will add these into the 2.0 Version rewrite.
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 11:17 PM  
Maccaa
A Fallenroot Satyr
 
Maccaa's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 83
Uploads: 3
Originally posted by Maccaa
I will add these into the 2.0 Version rewrite.
Won't be adding these to the release as this is listed as a rogue only mod.

This is how to add Druid timers:

Open StunWatch.lua with any text editor

Find the code
Code:
local StunWatchStuns = { 
      blah...
}
Add this to the end

Code:
[27006] = { Duration = 3, Diminish = 1, Diminishes = 1, Target = "", Group = 1, Timer_Start = 0, Timer_End = 0, Texture = "Interface\\Icons\\Ability_Druid_SupriseAttack" },
[8983] = { Duration = 4, Diminish = 1, Diminishes = 1, Target = "", Group = 1, Timer_Start = 0, Timer_End = 0, Texture = "Interface\\Icons\\Ability_Druid_Bash" },
[22570] = { Duration = 1, Combo = true, Diminish = 1, Diminishes = 2, Target = "", Group = 3, Timer_Start = 0, Timer_End = 0, Texture = "Interface\\Icons\\Ability_Druid_Mangle" },
Report comment to moderator  
Reply With Quote
Unread 04-12-08, 05:18 AM  
yurim
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
i can not input /sw option

/sw(space) than came /schlachtzugwarnung



mfg sorry for my englisch

y.
Report comment to moderator  
Reply With Quote
Unread 04-12-08, 08:20 AM  
Maccaa
A Fallenroot Satyr
 
Maccaa's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 83
Uploads: 3
As Disco stated above. /stunwatch should work for you
Last edited by Maccaa : 04-12-08 at 08:54 AM.
Report comment to moderator  
Reply With Quote
Unread 04-12-08, 08:46 AM  
Disco
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
Originally posted by yurim
i can not input /sw option

/sw(space) than came /schlachtzugwarnung
try using /stunwatch

(for the benefit of others reading this /sw i'm guessing is a blizzard command in the German client, for raidwarning)
Last edited by Disco : 04-12-08 at 08:47 AM.
Report comment to moderator  
Reply With Quote
Unread 04-12-08, 06:25 PM  
Cyanix
A Defias Bandit

Forum posts: 2
File comments: 21
Uploads: 0
Add a rupture and SnD timer to make it the perfect rogue addon.
Report comment to moderator  
Reply With Quote
Unread 04-12-08, 06:46 PM  
Maccaa
A Fallenroot Satyr
 
Maccaa's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 83
Uploads: 3
Noted. Will add these in 2.1 which isn't far off.
Last edited by Maccaa : 04-12-08 at 07:19 PM.
Report comment to moderator  
Reply With Quote
Unread 04-21-08, 04:55 PM  
Azande
A Defias Bandit

Forum posts: 2
File comments: 33
Uploads: 0
This is a great addon, glad is updated for 2.4 and I'm looking forward to 2.1.

A request to make it even greater would be to add diminishing returns, is it possible?
Report comment to moderator  
Reply With Quote
Unread 04-25-08, 10:31 PM  
Miralen
A Rage Talon Dragon Guard
 
Miralen's Avatar

Forum posts: 341
File comments: 80
Uploads: 0
Wondering if there is a way to add sharing of timer bars to another player who has StunWatch, what I mean is let's say im grouped with another rogue and would like to time my stuns with theirs or visa versa, would it be possible for you to add an option for sharing timer bars strictly for the stuns and what not that stunwatch already times for my character for another rogue who has the addon so they could see the duration and how long my stun has left so they could pop their stuns after mine runs out? Sorry if I dont make much sense its kind of tough explaining what I mean it seems.

and apologies if it already does this its been awhile since ive used stunwatch and if it does than excellent im going to redownload it and check it out again and get a copy for my sister who also plays a rogue to see if it does. But it doesnt say it does so I figured id post about the idea of maybe getting that as an option.
Last edited by Miralen : 04-25-08 at 10:33 PM.
Report comment to moderator  
Reply With Quote
Unread 04-29-08, 08:40 AM  
HyperGig
A Cyclonian

Forum posts: 46
File comments: 20
Uploads: 0
will this addon work for non rouges? Say, if one would like to know how much longer (s)he will be stunned for?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: