Help

Watcher

Combat Login to Add Favorites
  • 1 Like
  • World of Warcraft
  • 202,343 Downloads
  • Supports: 4.0.1
  • 54 Average Daily Downloads
  • Comments
  • Created 4/10/2009 8:18:50 PM
  • Updated 10/24/2010 11:50:36 PM
  • 540 Favorites
  • Project Site
  • License: GNU General Public License version 3 (GPLv3)
  • Release Type: Release
  • Newest File: v2.15
or
Support development! **
Donate

About Watcher

Introduction

Watcher is a DPS improvement addon. Its goal is to provide useful and intelligent information in order to boost DPS.

Some classes have native support but other requires you to add spells manually. If you would like your class to get more native spells then provide a list of spells and their behaviour and I'll attempt to implement them.

Description

Through the use of a priority table for attacks, Watcher times cooldowns and dots to provide information on which attack should be performed next.

watcher2

Attacks ready to be performed are displayed using a stack with the most prioritised attack shown on top.

watcher1

4.0 status

As of v2.11, native spells should no longer be causing errors. If a spell is not behaving correctly on the bar (e.g. not visible when it should be) then please provide information regarding how the spell has changed and I'll make a fix to the addon.

Note: if a paladin wants to control when to use a spell based on the amount of holy power they have then use the slider in the spell settings menu.

Useful Information

For setting up the addon for the first time please see here. (Outdated, but still useful)

If you have a bug to report or have a suggestion to improve the addon, please, could you make a ticket here.

------------------------------------------------------------------------
r44 | gellin | 2010-10-25 04:50:30 +0000 (Mon, 25 Oct 2010) | 1 line
Changed paths:
   A /tags/v2.15 (from /trunk:43)

Branch to 2.15
------------------------------------------------------------------------
r43 | gellin | 2010-10-25 04:50:07 +0000 (Mon, 25 Oct 2010) | 1 line
Changed paths:
   M /trunk/Watcher.toc

correct version info
------------------------------------------------------------------------
r42 | gellin | 2010-10-25 04:48:53 +0000 (Mon, 25 Oct 2010) | 4 lines
Changed paths:
   M /trunk/Options.lua
   M /trunk/dk.lua
   M /trunk/spell_functions.lua
   M /trunk/warrior.lua

corrected error in spell functions - warlocks should now work.
- corrected icon error in Options.lua
added raging blow for warriors
added death coil with sudden doom for dk.
------------------------------------------------------------------------
r40 | gellin | 2010-10-22 03:49:38 +0000 (Fri, 22 Oct 2010) | 5 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Options.lua
   M /trunk/Watcher.toc
   M /trunk/hunter.lua
   M /trunk/spell_functions.lua
   M /trunk/update.lua

Fixed issues with custom spells - renaming
Added health slider Options
Fixed explosive shot issues
Corrected spell functions
Add Imp steady shot option for hunters
------------------------------------------------------------------------
r38 | gellin | 2010-10-20 09:56:00 +0000 (Wed, 20 Oct 2010) | 2 lines
Changed paths:
   M /trunk/Watcher.toc
   M /trunk/rogue.lua
   M /trunk/spell_functions.lua

corrected rogue spells
corrected Apply function
------------------------------------------------------------------------
r36 | gellin | 2010-10-19 20:54:46 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/Watcher.toc
   M /trunk/hunter.lua

- fixed for hunters - a good thing
------------------------------------------------------------------------
r34 | gellin | 2010-10-19 03:03:34 +0000 (Tue, 19 Oct 2010) | 3 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Options.lua
   M /trunk/Watcher.toc
   M /trunk/gcds.lua
   M /trunk/hunter.lua
   M /trunk/pala.lua
   M /trunk/shaman.lua
   M /trunk/spell_functions.lua
   M /trunk/update.lua
   M /trunk/warlock.lua
   M /trunk/warrior.lua

- Warriors spells have been fixed from errors
- pala spells have been fixed - use combo slider to adjust holy power
- aimed shot works for hunters
------------------------------------------------------------------------
r32 | gellin | 2010-10-12 15:25:35 +0000 (Tue, 12 Oct 2010) | 3 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Options.lua
   M /trunk/Watcher.toc
   M /trunk/dk.lua
   M /trunk/druid.lua
   M /trunk/priest.lua
   M /trunk/shaman.lua
   M /trunk/warlock.lua
   M /trunk/warrior.lua

Bugfixes for 4.1 release
fixed issue with short dots
corrected spell ids for all classes but paladins
------------------------------------------------------------------------
r31 | gellin | 2010-09-28 03:53:02 +0000 (Tue, 28 Sep 2010) | 4 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Options.lua
   M /trunk/Watcher.toc
   M /trunk/druid.lua
   M /trunk/hunter.lua
   A /trunk/spell_functions.lua
   M /trunk/update.lua
   A /trunk/warlock.lua
   M /trunk/warrior.lua

implemented lua given for warlock spells and spell functions
removed pointless arguments from updatespell()
added animations to play when spells are ready (still requires some tuning)

------------------------------------------------------------------------

Comments

First Previous Page 1 of 47 Next Last
  • #740

    Ain't there anyone out there that could take over this little addon and continue it.
    it's a shame that it ain't being updated

     

    //bob

  • #738

    Can you add Colossus Smash for the Arms Warrior.  I love your addon by the way, wish it had Smash though.  I use it for My Paladin, Warlock, and Warrior.

     

    Added it myself, Here is the code:

    add:
    C["Colossus Smash"] = GetSpellInfo(86346)
    C["colossus Smash"], _, C["Colossus Smash Icon"], C["Colossus smash Cost"] = GetSpellInfo(86346)

    add: "Watcher:CS()" Under "function Watcher:addClassSpells()"

    add:

    function Watcher:CS()
        local def = Watcher.defaults.char.spell
        local name = "Colossus Smash"
        def.spellname[C[name]] = C[name]
        def.name[C[name]] = C[name]
        def.icon[C[name]] =  C[name.." Icon"]
        def.stockspell[C[name]] = true
    end

     

    Last edited by JamesOEvans on 1/13/2012 12:28:12 AM
  • #739

    Well its good to see I am not the only one who checks into the status of this with the hope of updates, even if my hopes are all but extinguished at this point. Once again I wonder if anyone with some solid add on coding smarts can pick this up so it doesn't die...

  • #737

    Still keeping my hopes up even if they have faded significantly. I suppose I will have to get used to something else when this finally breaks to the point of being unuseable. Maybe it won't be such a pain if I can figure out how to customize Ovale's scripts so that it will only help with my core rotation, and not tack in all the extra cooldowns.

  • #733
    Well, I have an issue, actually very simple to solve, but I cant figure it out. On my warrior "Inner Rage" icon is missing.
    The Spell is there, the spot in the priority too, but is missing the icon only. Everything is working, just missing the icon.
    How can I fix the lua?
  • #730
    Hopefully there's an update for this addon soon. It still more or less works for me, but now I am getting some wonky bug where my labels shrink and vanish. I also have a bugged priority list in the configuration UI - every one shows the option to hide priority 1 except for boss fights. I have tried other addons for helping keep track of priorities and rotations, but none of them can even come close to Watcher. Really hoping to to see this picked up again, especially would be nice in time for 4.2.
  • #731
    I'm having this exact same problem. Didn't realize how dependent I have become on Watcher to execute my proper rotation. Please fix!
  • #732
    This! :-)

    Please update for 4.2 - I guess, especially for amateur players like me it's a great help...

    Cheers!
  • #734
    Still keeping my fingers crossed for an eventual update. In the event that this mod is abandoned, however, does anyone know any alternatives? I know there's a number of rotation helper mods out there, but I -really- like how this one works. Or is there a LUA savy person who'd be willing to maintain this?
  • #736
    I agree, it's a great addon. Arayenya, you might try Ovale. It's also updated very regularly. ;-)
  • #729
    give it a Update for Client Version 4.1 ? This Version appears as "old Version " in the Addon MenĂ¼
  • #728
    The only thing I can't figure out is from the watcher1 and 2 images here, how do you get the timer numbers to be at the start and end like that?
  • #727
    I'm warlock and it's not usable for me :(. Frequently i have such situation with stacks - http://habreffect.ru/3e9/9c4db96b6/WoWScrnShot_011011_184052.jpg.
    When i'm casting Soulfire i can't see what spell will be the next (stacking corner of icon is too small) and can't begin to spam next spell, so i'm loosing a lot of dps.

    Is it any way of:
    1) Remove "stacks" feature and show next usable spell after my current spell?
    2) Automaticly remove current casting spell and instantly show next spell (e.g. i'm casting soulfire 2seconds, why do i need to look at icon of that spell for 2 seconds and wait for next icon?)
  • #726
    there is only one problem .. this addon doesnt show eg. explosive arrow if i dont have enaught energy for that.
    good idea, but that make whole addon useless
  • #735
    how does not showing something you can't even use make it useless? that doesn't even make sense, what would be the point?
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »