Download
(148 Kb)
Download
Updated: 12-17-11 01:58 PM
Pictures
File Info
Tested:Hour of Twilight 4.3
Updated:12-17-11 01:58 PM
Created:unknown
Downloads:16,647
Favorites:125
MD5:
This AddOn is 4.3 compatible
Hear Kitty  Popular! (More than 5000 hits)
Version: 1.3.2
by: VgerAN [More]
Hear Kitty plays soothing and distinct orchestral sounds as you gain and spend your combat resources. It's like having your own theme music! You'll hear tones as you gain combo points or stacks of your buffs, and when you hear the final note played, you'll know it's time for a finishing move. Never watch for little red dots or buff stacks again!

These classes and specs work with Hear Kitty:
  • Druids (in cat form): combo points
  • Rogues: combo points
  • Enhancement shamans: Maelstrom Weapon charges
  • Elemental shamans: Lightning Shield charges
  • Discipline priests: Evangelism stacks
  • Shadow priests: Shadow Orb stacks
  • Marksmanship hunters: Ready, Set, Aim... and Fire! stacks
  • Unholy death knights: Shadow Infusion stacks on your ghoul
  • Vehicles with combo points (such as the drakes in Eye of Eternity)
Version 1.3.2

Now plays the finishing (drums) sound again when Dark Transformation ends on an unholy death knight's ghoul.

Version 1.3.1

Fixed a minor bug that could occur when spellstealing a buff from an NPC that had the same name as one that Hear Kitty normally tracks (such as Lightning Shield) but more charges than the normal player version (such as 20).

Version 1.3

Added support for unholy death knights (Shadow Infusion stacks on ghouls).
Added support for elemental shamans (extra Lightning Shield charges due to Rolling Thunder, starting at the fifth stack).
Added support for discipline priests (Evangelism stacks). Only stacks of Evangelism are counted, not Dark Evangelism. The tones for the stacks are played regardless of whether Archangel is off cooldown.
Added support for shadow priests (Shadow Orb stacks).
Added support for marksmanship hunters (Ready, Set, Aim... and Fire! stacks).
When you choose a new sound pack and then later uninstall that sound pack, Hear Kitty will now return to the default set of sounds (Symphony) instead of failing to play any sounds at all.
Optional Files (1)
File Name
Version
Size
Author
Date
Type
Volume 2
452kB
11-29-11 02:53 PM
Addon


Archived Files (1)
File Name
Version
Size
Author
Date
1.3.1
147kB
VgerAN
11-29-11 02:06 PM


Post A Reply Comment Options
Old 12-17-11, 03:18 PM  
Gnarfoz
A Murloc Raider
 
Gnarfoz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 67
Uploads: 5
Originally Posted by VgerAN
Thanks. Hear Kitty doesn't actually use MAX_BATTLEFIELD_QUEUES so it should be okay. Out of my addons only Gyro does, and it has an updated version of VgerCore.lua that uses GetMaxBattlefieldID. (The next released version of Hear Kitty will have that updated version of VgerCore.lua though.)

(What made you notice this? Just scanned through a bunch of addons?)
Yup, went through my addon folder when I read that US UI forum post, checking for affected addons, because I have some ancient ones that are not being updated anymore. =)
__________________
Be nice to nerds, chances are you might end up working for one. -- Charles J. Sykes
Gnarfoz is offline Report comment to moderator  
Reply With Quote
Old 12-12-11, 10:14 PM  
VgerAN
An Aku'mai Servant
 
VgerAN's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 193
Uploads: 7
Thanks. Hear Kitty doesn't actually use MAX_BATTLEFIELD_QUEUES so it should be okay. Out of my addons only Gyro does, and it has an updated version of VgerCore.lua that uses GetMaxBattlefieldID. (The next released version of Hear Kitty will have that updated version of VgerCore.lua though.)

(What made you notice this? Just scanned through a bunch of addons?)
VgerAN is offline Report comment to moderator  
Reply With Quote
Old 12-10-11, 10:20 PM  
Gnarfoz
A Murloc Raider
 
Gnarfoz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 67
Uploads: 5
Patch 4.3 removed MAX_BATTLEFIELD_QUEUES, you should probably change VgerCore.lua:227 to use GetMaxBattlefieldID().
Beware, this returns 0, if not in a battleground. Not sure how MAX_BATTLEFIELD_QUEUES behaved.

(All this according to: http://us.battle.net/wow/en/forum/topic/3657276766)
__________________
Be nice to nerds, chances are you might end up working for one. -- Charles J. Sykes
Last edited by Gnarfoz : 12-10-11 at 10:28 PM.
Gnarfoz is offline Report comment to moderator  
Reply With Quote
Old 10-11-11, 02:21 AM  
Gallahead
A Kobold Labourer
 
Gallahead's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 128
Uploads: 2
Originally posted by VgerAN
It sounds like you have an old version of the file Localization.lua. I just double-checked the version posted here and it's correct. Please try re-downloading and see if that helps.

The correct version of Localization.lua has this as the first line that doesn't start with two dashes:

KittyEvangelismName = "Evangelism"
thanks for advise. this works.
great addon, keep on working.
__________________
Gallahead, Protection Paladin since WoW 1.0
ThinkTank Blog - Tank specific Blog
PanClan.de - German Guild, Alliance, Frostmourne
Gallahead is offline Report comment to moderator  
Reply With Quote
Old 10-10-11, 06:41 PM  
VgerAN
An Aku'mai Servant
 
VgerAN's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 193
Uploads: 7
It sounds like you have an old version of the file Localization.lua. I just double-checked the version posted here and it's correct. Please try re-downloading and see if that helps.

The correct version of Localization.lua has this as the first line that doesn't start with two dashes:

KittyEvangelismName = "Evangelism"
VgerAN is offline Report comment to moderator  
Reply With Quote
Old 10-10-11, 02:57 AM  
Gallahead
A Kobold Labourer
 
Gallahead's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 128
Uploads: 2
evangelism sound doesn't work and with the new version i get this error message:
Code:
Message: Interface\AddOns\HearKitty\HearKitty.lua:118: Usage: UnitAura("unit", [index] or ["name", "rank"][, "filter"])
Time: 10/10/11 10:56:03
Count: 14
Stack: [C]: in function `UnitAura'
Interface\AddOns\HearKitty\HearKitty.lua:118: in function `KittyOnBuffsChange'
Interface\AddOns\HearKitty\HearKitty.lua:58: in function <Interface\AddOns\HearKitty\HearKitty.lua:54>

Locals: (*temporary) = "player"
(*temporary) = nil
(*temporary) = nil
(*temporary) = "HELPFUL"
__________________
Gallahead, Protection Paladin since WoW 1.0
ThinkTank Blog - Tank specific Blog
PanClan.de - German Guild, Alliance, Frostmourne
Gallahead is offline Report comment to moderator  
Reply With Quote
Old 09-07-11, 06:30 PM  
Aisenfaire
A Defias Bandit

Forum posts: 3
File comments: 229
Uploads: 0
Originally posted by VgerAN
You can delete HearKitty_AltVolume. It was renamed to HearKitty_SoundPacks for "Volume 2" (volume 2 is a superset), and HearKitty_AltVolume will no longer work. Sorry, I probably should have thought of that beforehand.

Evangelism for disc priests is something that I plan on getting working for Hear Kitty 1.3.
Oh, I see. Thank you!
Aisenfaire is offline Report comment to moderator  
Reply With Quote
Old 09-07-11, 03:06 PM  
VgerAN
An Aku'mai Servant
 
VgerAN's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 193
Uploads: 7
You can delete HearKitty_AltVolume. It was renamed to HearKitty_SoundPacks for "Volume 2" (volume 2 is a superset), and HearKitty_AltVolume will no longer work. Sorry, I probably should have thought of that beforehand.

Evangelism for disc priests is something that I plan on getting working for Hear Kitty 1.3.
VgerAN is offline Report comment to moderator  
Reply With Quote
Old 09-07-11, 08:45 AM  
Aisenfaire
A Defias Bandit

Forum posts: 3
File comments: 229
Uploads: 0
Hi,

With this latest version (1.2.1), if I click on the dropdown for 'sound pack', I get the following error and the dropdown doesn't move:

Code:
52x HearKitty\HearKitty-1.2.1.lua:373: bad argument #1 to "strlower" (string expected, got nil)
<in C code>
HearKitty\HearKitty-1.2.1.lua:373: in function <HearKitty\HearKitty.lua:372>
<in C code>
HearKitty\HearKitty-1.2.1.lua:366: in function "KittyGetSoundPacks"
HearKitty-1.2.1\HearKittyOptions.lua:100: in function "initFunction"
FrameXML\UIDropDownMenu.lua:69: in function "UIDropDownMenu_Initialize"
HearKitty-1.2.1\HearKittyOptions.lua:33: in function <HearKitty\HearKittyOptions.lua:29>
<in C code>
FrameXML\InterfaceOptionsFrame.lua:204: in function "InterfaceOptionsFrame_Show"
FrameXML\InterfaceOptionsFrame.lua:484: in function "InterfaceOptionsFrame_OpenToCategory"
HearKitty-1.2.1\HearKittyOptions.lua:26: in function "KittyUI_Show"
HearKitty\HearKitty-1.2.1.lua:166: in function "value"
FrameXML\ChatFrame.lua:4248: in function "ChatEdit_ParseText"
FrameXML\ChatFrame.lua:3838: in function "ChatEdit_SendText"
FrameXML\ChatFrame.lua:3876: in function "ChatEdit_OnEnterPressed"
<string>:"*:OnEnterPressed":1: in function <string>:"*:OnEnterPressed":1

Locals:
a = <table> {
 Combo3StackSound2 = "HearKitty_AltVolume\Quiet\4.ogg"
 Combo5StackSound3 = "HearKitty_AltVolume\Quiet\3.ogg"
 Combo5StackSound0 = "HearKitty_AltVolume\Quiet\0.ogg"
 Combo5StackSound4 = "HearKitty_AltVolume\Quiet\4.ogg"
 Name = "SymphonyQuiet"
 Combo5StackSound2 = "HearKitty_AltVolume\Quiet\2.ogg"
 Combo3StackSound1 = "HearKitty_AltVolume\Quiet\3.ogg"
 Combo5StackSound1 = "HearKitty_AltVolume\Quiet\1.ogg"
 Combo3StackSound3 = "HearKitty_AltVolume\Quiet\5.ogg"
 Combo3StackSound0 = "HearKitty_AltVolume\Quiet\0.ogg"
 Combo5StackSound5 = "HearKitty_AltVolume\Quiet\5.ogg"
}
b = <table> {
 Combo3StackSound2 = "HearKitty_SoundPacks\Crystal\4.ogg"
 Combo5StackSound3 = "HearKitty_SoundPacks\Crystal\1.ogg"
 Combo5StackSound0 = "HearKitty_SoundPacks\Crystal\0.ogg"
 Combo5StackSound4 = "HearKitty_SoundPacks\Crystal\4.ogg"
 LocalizedName = "Crystal"
 Name = "Crystal"
 Combo3StackSound3 = "HearKitty_SoundPacks\Crystal\5.ogg"
 Combo5StackSound2 = "HearKitty_SoundPacks\Crystal\2.ogg"
 Combo3StackSound1 = "HearKitty_SoundPacks\Crystal\1.ogg"
 Combo5StackSound1 = "HearKitty_SoundPacks\Crystal\1.ogg"
 Combo3StackSound0 = "HearKitty_SoundPacks\Crystal\0.ogg"
 Combo5StackSound5 = "HearKitty_SoundPacks\Crystal\5.ogg"
 Credits = "by Vger-Azjol-Nerub"
}
I'm using the 'hear kitty official sound packs' and the 'hear kitty loud and quiet' addons with it.

P. S. I read below you're planning to add shadow orbs and marksman hunters, which is awesome. Would you also consider adding Evangelism for disc priests?
Last edited by Aisenfaire : 09-07-11 at 08:49 AM.
Aisenfaire is offline Report comment to moderator  
Reply With Quote
Old 07-08-11, 01:13 PM  
VgerAN
An Aku'mai Servant
 
VgerAN's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 193
Uploads: 7
Shadow Orbs are definitely on my radar. I'll add marksman hunters to the list too.
VgerAN is offline Report comment to moderator  
Reply With Quote
Old 07-07-11, 06:34 AM  
essmene
A Murloc Raider

Forum posts: 4
File comments: 25
Uploads: 0
can you add support for marksman hunters - aimed shot procs?

proc up to 5 stacks is http://www.wowhead.com/spell=82925

and maybe shadow priests shadow orbs.

Or an in-game configuration, that lets you add a stackable spell yourself.
Last edited by essmene : 07-07-11 at 06:35 AM.
essmene is offline Report comment to moderator  
Reply With Quote
Old 06-04-11, 02:15 AM  
Cavanoskus
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Very helpful, especially when you're suddenly capable of accumulating combo points when normally your class doesn't use them. Nice reminder of what's going on.
Cavanoskus is offline Report comment to moderator  
Reply With Quote
Old 04-30-11, 02:40 PM  
VgerAN
An Aku'mai Servant
 
VgerAN's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 193
Uploads: 7
/curtsey
VgerAN is offline Report comment to moderator  
Reply With Quote
Old 04-30-11, 06:03 AM  
blay
An Aku'mai Servant

Forum posts: 36
File comments: 24
Uploads: 0
One addon I can't live without. Thanks for your contribution.
blay is offline Report comment to moderator  
Reply With Quote
Old 10-26-10, 01:49 PM  
VgerAN
An Aku'mai Servant
 
VgerAN's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 193
Uploads: 7
Okay; if you don't earth shock until you're capped and you cap at 9, then 5-9 seems like a good range.
VgerAN is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.