Download
(26 Kb)
Download
Updated: 09/21/14 04:20 AM
Pictures
File Info
Compatibility:
Update 4 (1.4.3)
Updated:09/21/14 04:20 AM
Created:08/14/14 07:28 AM
Monthly downloads:19
Total downloads:6,687
Favorites:3
MD5:
Categories:Discontinued & Outdated, Graphic UI Mods
KillSound  Popular! (More than 5000 hits)
Version: V1.39
by: StrayGenius [More]
Enhances the killing blow - this simple addon provides a sound and/or message option whenever your player gets a killing blow.

V1.39
Fixed Settings -> AddonSettings -> KillSound stuff to make it easier to work with (not taking down the display message till the user exits settings, playing the sound if one is selected or when one is selected so that it can be heard then). Added sounds "Drums short" and "Coins" to provide a couple of sounds that were subtler. Added chat slash command shortcut "/killsound" to allow easier & quicker access to settings.

V1.38
Bug fix - using /reloadui could result in an error window.

V1.37
Bug fix - author Garkin pointed out a problem and fix for my "menu library" use.

V1.36
Bug fix - memory variables were not made local to this addon that should have been.

V1.35
Bug fix - maintaining location of the screen message.

V1.34
Added option to disable KillSound if not in a group.

V1.33
(I skipped a bunch of revision release numbers as I had bumped them during testing) Added settings (1) chat message ON/OFF (2) display message ON/OFF and for how many seconds, and (3) optional sound to play - a choice from some of a small number of stock game sounds.

V1.02
Bug fix - removed a debugging message used during testing.

V1.01
Bug fix - the target name in the message might have a "^" type suffix (a system artifact).

Just to clarify what addons I have that work together without issue, here is my current addon list:
Advanced Filters, AI Research Grid, Auto Decline, Azurah (patched), Binder, Clock, ESO Theater, Inventory Grid View, Mount Feed Timer, Skyshards, and Zgoo. Thanks to author Garkin for excellent advice whom also wrote Lorebooks, Skyshards, and the Azurah patch (among other stuff). All hail the magnificent Garkin!

To install, extract the zip file and from the top directory copy the subdirectory KillSound to your addons area. This is my first mod and it was primarily a proof of concept for a very simple idea as well as a way to learn basic ESO addon creation.

Note that if you are not using the "must have" addon manager software "Minion" you just are not doing it right - it lets you browse, install, and update your addons with ease. See http://minion.mmoui.com for more info, etc.
Optional Files (0)


Post A Reply Comment Options
Unread 08/23/14, 04:24 PM  
StrayGenius
 
StrayGenius's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Library SNAFU - compatiblity

I was informed that within the same version 2 of the menu library there are issues that can break code. It was unfortunate that the menu library did not make a major version update between these additions to protect the mod community from this. In retrospect it would have been better to use the older menu library version 1 than the new version 2 (r5 apparently breaks r14) as apparently that stable version is used by many addons and works fine.
Report comment to moderator  
Reply With Quote
Unread 08/22/14, 06:02 PM  
pinstripesc

Forum posts: 16
File comments: 156
Uploads: 0
I dunno if this is what you're refering to with compatability issues, but I discovered my Lib menu broken yesterday upon logging in and took it to the developer of Item Saver, since I was getting an error for his addon. This is what I found -


Originally Posted by Randactyl
Originally Posted by pinstripesc
I got this bug today upon logging in -

Failed to create control 'LAMAddonPanelContainer1'. Duplicate name
user:/AddOns/ItemSaver/lib/LibAddonMenu-2.0/controls/panel.lua:110: attempt to index a nil value
stack traceback:
user:/AddOns/ItemSaver/lib/LibAddonMenu-2.0/controls/panel.lua:110: in function 'LAMCreateControl.panel'
user:/AddOns/ItemSaver/lib/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:160: in function 'lam:RegisterAddonPanel'
user:/AddOns/CombatCloud/Menu.lua:1610: in function 'CombatCloud.RegisterOptions'
user:/AddOns/CombatCloud/CombatCloud.lua:20: in function '(anonymous)'
Too many anchors processed.

It looks like Item Saver and Combat Cloud. I haven't changed anything and didn't notice any patches today?
At first glance it actually looks like the version of LAM-2.0 that your client loaded with LibStub happened to be the one packaged with Item Saver. That would mean Combat Cloud is trying to register a panel or something with LAM that is already registered. I'll download Combat Cloud and investigate further.

Quick edit: I should have just said originally - This problem doesn't have anything to do with Item Saver's code. Item Saver just happened to get caught up in the middle because your client is using the version of LAM that is contained in Item Saver's directory. Respectfully, whatever the issue is, this is Combat Cloud's problem
Thanks for looking into that. There was another error right above it related to another mod, I can't remember which off the top of my head, I'll add that when I get in next. But if it makes anything any clearer, my list of addons under Settings got kinda screwed up, and "Combat Cloud" is sitting at the very top left of the screen, and it isn't listed under the newer Lib menu.

EDIT: So I disabled Combat Cloud, and Item Saver took its place in the top left. Whichever item is listed top left no longer functions. I turned off Killsound, another mod, and that seems to have fixed everything. So I'll report this to that developer. Thanks
Last edited by pinstripesc : 08/22/14 at 06:02 PM.
Report comment to moderator  
Reply With Quote
Unread 08/18/14, 01:56 AM  
pinstripesc

Forum posts: 16
File comments: 156
Uploads: 0
Great, quick updates! Gonna check them out.
Report comment to moderator  
Reply With Quote
Unread 08/17/14, 09:26 PM  
StrayGenius
 
StrayGenius's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Originally Posted by n1x0r2k
Minion users aren't getting correct installations of your add on because of the packaging.
I'm looking hard but I've yet to find some sort of information of what an ESO addon needs to comply with to be minion compatible...

<edit>
After trying Minion I see the problem and it's simple, there's an extra level of subdirectory in my zip, fixed. Thanks so much for the info. As per my style I found something to add as well, the group only option, which someone had asked for. Thanks again!
Last edited by StrayGenius : 08/17/14 at 10:45 PM.
Report comment to moderator  
Reply With Quote
Unread 08/17/14, 08:05 PM  
n1x0r2k

Forum posts: 0
File comments: 12
Uploads: 0
Minion users aren't getting correct installations of your add on because of the packaging.
Report comment to moderator  
Reply With Quote
Unread 08/17/14, 03:18 AM  
pinstripesc

Forum posts: 16
File comments: 156
Uploads: 0
Originally Posted by StrayGenius
Originally Posted by pinstripesc
Nice idea. I could see using this more in the longterm if there was an option to turn the chat messages off, and have it disable completely when you're not in a group (kind of repetitive when you're fighting large groups of enemies by yourself).
I agree completely. Check back for a new version that allows configuration options you suggest here!
Nice
Report comment to moderator  
Reply With Quote
Unread 08/16/14, 02:13 PM  
StrayGenius
 
StrayGenius's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Originally Posted by pinstripesc
Nice idea. I could see using this more in the longterm if there was an option to turn the chat messages off, and have it disable completely when you're not in a group (kind of repetitive when you're fighting large groups of enemies by yourself).
I agree completely. Check back for a new version that allows configuration options you suggest here!
Report comment to moderator  
Reply With Quote
Unread 08/16/14, 02:11 PM  
StrayGenius
 
StrayGenius's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Originally Posted by heyguyslol
I've been wanting an addon that is something like this but that allows u to setup your own sound files. I'm a big fan of Mortal Kombat and would love to have the sound effects from that. Dont know if u ever plan to take this addon that far but it would be really cool to have.
Yes that's where I started. But I learned there currently is no support for putting your own sounds in. It's also true as far as I know any sound that is played, is local to the player (other people in the vicinity will not hear it). I was lucky to find a drums sound that was part of the game...
Report comment to moderator  
Reply With Quote
Unread 08/16/14, 12:54 PM  
heyguyslol
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 53
Uploads: 1
I've been wanting an addon that is something like this but that allows u to setup your own sound files. I'm a big fan of Mortal Kombat and would love to have the sound effects from that. Dont know if u ever plan to take this addon that far but it would be really cool to have.
Report comment to moderator  
Reply With Quote
Unread 08/16/14, 03:12 AM  
pinstripesc

Forum posts: 16
File comments: 156
Uploads: 0
Nice idea. I could see using this more in the longterm if there was an option to turn the chat messages off, and have it disable completely when you're not in a group (kind of repetitive when you're fighting large groups of enemies by yourself).
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: