Download
(269Kb)
Download
Updated: 12-01-10 12:22 PM
Pictures
File Info
Updated:12-01-10 12:22 PM
Created:01-15-09 04:22 PM
Downloads:2,621
Favorites:8
MD5:

Readiness

Version: 1.1a
by: darkenscale [More]

Readiness hooks into the blizzard ready check in order to play a custom sound when a ready check is performed.

This is not meant to be a fix for the temporary loss of the ready check sound, it is meant to completely replace it. It's not necessary to have this installed for everyone in the raid as it hooks into the blizzard lua so ready check communication remains unchanged.

To add a custom sound:

1) place the .ogg or .mp3 file in the Sounds folder
2) Open Readiness.lua and add a new line under soundList, being sure to maintain formatting used in the existing 15 lines

1.1a - Fixed a bug that prevented the ready check sound from being saved to anything other than bundy.ogg

1.1 - Updates to work with 4.0.1

1.0.3 - Updated to work properly with 3.0.8

1.0.2 - Fixed a bug that prevented the test button from working properly; Increased the volume on some of the quieter sound clips.

1.0.1 - Fixed a bug that would sometimes cause the ready check sound to become nil
Post A Reply Comment Options
Unread 01-21-09, 12:57 PM  
darkenscale
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 27
Uploads: 6
Originally posted by Fonjask
I did do that, and can select it in the dropdown, but when I press TEST or there's a readycheck, it doesn't work...
Did you try to add smth yourself yet?

s, Fonjask
... I added like 15 sounds ... The mod is built so that you should be able to add whatever you want inside the default blizzard limits on drop down menu items.

This is what it should look like before:

Code:
-- sound
soundList = {

	[1] = "atlast",
	[2] = "bundy",
	[3] = "chef",
	[4] = "creep",
	[5] = "failure",
	[6] = "gangstas",
	[7] = "helpus",
	[8] = "hitthedeck",
	[9] = "nerdalert",
	[10] = "release",
	[11] = "schwartz",
	[12] = "sugar",
	[13] = "wantsome",
	[14] = "whatshappening",
	[15] = "withthis"

}
and after:

Code:
-- sound
soundList = {

	[1] = "atlast",
	[2] = "bundy",
	[3] = "chef",
	[4] = "creep",
	[5] = "failure",
	[6] = "gangstas",
	[7] = "helpus",
	[8] = "hitthedeck",
	[9] = "nerdalert",
	[10] = "release",
	[11] = "schwartz",
	[12] = "sugar",
	[13] = "wantsome",
	[14] = "whatshappening",
	[15] = "withthis",
	[16] = "newsound"

}
Report comment to moderator  
Reply With Quote
Unread 01-21-09, 08:07 AM  
Fonjask
A Fallenroot Satyr
 
Fonjask's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 266
Uploads: 2
Originally posted by darkenscale
Put the sound you want (in .wav format) in the sounds folder and open Readiness.lua with notepad. You'll see a list of sounds very near the top, just add another line with the name of your sound there and make sure every line of the sound list has a comma at the end except the last.
I did do that, and can select it in the dropdown, but when I press TEST or there's a readycheck, it doesn't work...
Did you try to add smth yourself yet?

s, Fonjask
__________________
~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Unread 01-18-09, 04:13 PM  
darkenscale
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 27
Uploads: 6
Originally posted by Fonjask
Looks nice, but how can I add my own sounds to this addon? I have a sound of my own I would like to implement, but can't get it to work. Thanks in advance!

s, Fonjask
Put the sound you want (in .wav format) in the sounds folder and open Readiness.lua with notepad. You'll see a list of sounds very near the top, just add another line with the name of your sound there and make sure every line of the sound list has a comma at the end except the last.
Last edited by darkenscale : 01-18-09 at 04:13 PM.
Report comment to moderator  
Reply With Quote
Unread 01-18-09, 08:35 AM  
Fonjask
A Fallenroot Satyr
 
Fonjask's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 266
Uploads: 2
Looks nice, but how can I add my own sounds to this addon? I have a sound of my own I would like to implement, but can't get it to work. Thanks in advance!

s, Fonjask
__________________
~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: