Download
(5Kb)
Download
Updated: 12-06-10 09:34 AM
Pictures
File Info
Updated:12-06-10 09:34 AM
Created:07-14-10 06:52 AM
Downloads:2,623
Favorites:12
MD5:

ffCheck

Version: 1.12
by: silverwind [More]

ffCheck - Flask and Food check

This Addon checks the usage of flasks and food of your party/raid members and reports the results to chat (or just to yourself). The aim is to be as lightweight as possible.

It features automated raid size detection (so it will only check groups 1-2 in 10man and 1-5 in 25man) and only takes Cataclysm flasks as valid flasks (if you really need WotLK-Flasks, edit the LUA).

A DataBroker-Launcher is provided to run the check. There is also an option to run the check automatically when a ReadyCheck is started.

Usage:
Either use the LDB launcher or create a macro with /ffcheck. Per default, Click reports locally, Shift-Click reports to chat.

Settings:
Check the ingame options panel for configuration options.

1.12 Changes:
- Added Prismatic Elixir because there is no resistance flask in Cataclysm.
- ffCheck has a new and exciting icon!

1.11 Changes:
- Added support for Cataclysm flasks and commented out WotLK flasks (If you really want to check for them, uncomment them).

1.1 Changes:
- Option Interface done. Access it through right clicking the launcher or the Blizzard options menu.
- Added option for changing click behavior.
- Added option for automatic reporting on a ready check.
- When everyone is buffed, the addon will now also output it to the chat.

1.02 Changes:
- Small localization fix.

1.01 Changes:
- Fixed a bug with raid size detection when the player was outside the instance.
- Added Cataclysm flask support.
- Minor code cleanup.

ffcheck 1.0:
- Initial Release.
Optional Files (0)


Post A Reply Comment Options
Unread 12-31-10, 01:59 PM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Quote from Curse:

Any chance you could add an option to announce either as the ready check ends and/or 5 seconds after the ready check starts?

A lot of people starts to eat or checks their stuff as a ready check happens. Thanks for a great mod btw

Also if possible, when you have auto announce checked could you add an option to not spam in party, get old fast in 5 mans (LFG) thanks in advance.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 09-07-10, 05:57 PM  
silverwind
A Murloc Raider
 
silverwind's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 11
Uploads: 3
Originally posted by Nebelstern
Hi Silverwind,
is it possible to add a option to post missing buffs/flask on a readycheck??

thx
I'll think about an option for this after I've done the options interface
Report comment to moderator  
Reply With Quote
Unread 09-07-10, 03:58 PM  
Nebelstern
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Hi Silverwind,
is it possible to add a option to post missing buffs/flask on a readycheck??

thx
Report comment to moderator  
Reply With Quote
Unread 08-21-10, 07:21 PM  
cM2003
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Simply replace Line 98 to 117 with:
Code:
	if #noFlask > 0 then
		table.sort(noFlask)
		string = L.noFlask..table.concat(noFlask,", ")
		if shift then
			print(string)
		else

			SendChatMessage(string,checkType)
		end
	end
	if #noFood > 0 then
		table.sort(noFood)
		string = L.noFood..table.concat(noFood,", ")
		if shift then
			print(string)
		else

			SendChatMessage(string,checkType)
		end
	end
Report comment to moderator  
Reply With Quote
Unread 07-15-10, 09:44 AM  
Ruak
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Any tips on how to fix the .lua so that the commands are reversed? I want a simple click to report to raid chat, and shift+click to report locally, cause I am combining the /ffcheck command in another complex macro. Thanks a lot in advance.

edit: Nevermind, I found it
Last edited by Ruak : 07-15-10 at 09:53 AM.
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.