(broken in Midnight) FocusInterruptSounds
This addon has been broken by Midnight's new API limitations and is now abandoned.
HBlyx has released an addon with as much functionality as allowed here:
https://www.curseforge.com/wow/addons/focusinteruptsound-midnight
Update: HBlyx has added target-interrupt functionality so it is a great replacement.
In late February, I will likely have an unofficial patch to HBlyx's addon for people who want the target-interrupt functionality (which HBlyx doesn't want to add).
Makes a sound when your current target (or focus**) starts casting. To configure settings type '/fis' (or go to Interface Options). Also has basic functionality to announce successful interrupts.
** Use with [target=focus] macros for interrupts (Counterspell, Spell Lock, Wind Shear, ...).
-
View User Profile
-
Send Message
Posted Nov 20, 2018In reply to Hddxr700:
-
View User Profile
-
Send Message
Posted Jul 26, 2018Dear Corg
It would be fantastic to have a volume feature, if possible .
The sound is far to loud and there is no way to quiet it a bit down.
never mind I just saw your com. about it.
-
View User Profile
-
Send Message
Posted May 17, 2018Is it possible to get a volume feature?
-
View User Profile
-
Send Message
Posted Jun 11, 2018In reply to dryloffa:
-
View User Profile
-
Send Message
Posted Jun 13, 2018In reply to Corg:
-
View User Profile
-
Send Message
Posted Feb 12, 2018Hi there,
I was wondering as your in the game of making alert noises for things, is it possible you could also make a better alert noise for when someone stealthed comes nearby?
i find it hard to hear the standard swooosh noise sometimes, its so quiet?
thanks in advance
Martin
-
View User Profile
-
Send Message
Posted Feb 12, 2018In reply to Forge_User_70902779:
-
View User Profile
-
Send Message
Posted Aug 6, 2017Seems it does not work with GSE2: Gnome Sequencer. It blocks the GSE2 macros. /fis does not work when GSE2 is installed.
-
View User Profile
-
Send Message
Posted May 30, 2017I tried everything, but i cant make it works on my Paladin, no Pew Pew sound when mob castings.
I have the interrupt sound, yes, but not the casting sound. I dont understand.
-
View User Profile
-
Send Message
Posted May 30, 2017My bad, got an answer from 2009, checkspell was making the problem.
Fixed now.
-
View User Profile
-
Send Message
Posted Sep 10, 2016It will show: "You are not in an instance" when i interrupted the spell
if i grouped with other ppls and go in the dungeon or raid by ourselves
-
View User Profile
-
Send Message
Posted Sep 16, 2016I replace FocusInterruptSounds.lua line:973
if (IsInRaid() and 7 ~= difficultyIndex) then
strChannel = "RAID";
elseif (fInInstance) then
strChannel = "INSTANCE_CHAT";
elseif (IsInGroup()) then
strChannel = "PARTY";
end
to
if (fInInstance and (7 == difficultyIndex or 17 == difficultyIndex or IsLFGModeActive(LE_LFG_CATEGORY_LFD))) then
strChannel = "INSTANCE_CHAT";
elseif (IsInRaid() and 12 ~= difficultyIndex) then
strChannel = "RAID";
elseif (IsInGroup() and 12 ~= difficultyIndex) then
strChannel = "PARTY";
end
the issue is solved
Best Regards
-
View User Profile
-
Send Message
Posted Oct 26, 2016Thanks for the report. I borrowed some code from Rali's Spell Announcer mod to better pick the channel.
-
View User Profile
-
Send Message
Posted Sep 1, 2016Is there a way to just announce to myself, in a specified chat window? It looks like it's all or nothing. Maybe choices about where to announce at (party/raid/private)?
Thanks :)
-
View User Profile
-
Send Message
Posted Jul 19, 2016Some preliminary testing with the Legion prepatch indicate that the mod still works, so I've uploaded a new version that just tells WoW it's up to date.
-
View User Profile
-
Send Message
Posted Apr 19, 2015Hi. I just loaded FIS, but it doesn't seem to work in arenas.
Also when I have it loaded, the addon Steal, Purge, and Dispel doesn't work. If I unload FIS and reload the UI, then Steal, Purge, and Dispel starts working normally again
Any suggestions?
-
View User Profile
-
Send Message
Posted Feb 24, 2015If it was an instacast (Presence of Mind) spell, no sound will be played.
-
View User Profile
-
Send Message
Posted Feb 7, 2015FIS causes some weird issues I have never seen before.
Above all, It seems FIS corrupts some spells my character has already learned for some reason; the client often prints an error that I don't have the exact spells that I have been using all the times. /reload doesn't solve the problem I have to log out, or unload FIS from the addon list. Moreover, the client gets disconnected without any explicit error message.
I did check other addons I use, I have finally concluded FIS is the guy makes all the troubles. Is there any treatment I can try? I am so spoiled by this beautiful addon, can't live without it. :(
* typo
-
View User Profile
-
Send Message
Posted Feb 8, 2015I'm not seeing errors myself, so please paste your error message.
-
View User Profile
-
Send Message
Posted Feb 9, 2015okay I really wish I could take the error message, but due to my limited knowlege on addons (programming language?) I wasn't able to grab the'explicit' log. ( maybe I need an addon to keep track of it. )
I will try, thank you for your time. Again, I appreciate for your awesome addon.