Download
(107Kb)
Download
Updated: 12-07-09 11:29 PM
Pictures
File Info
Updated:12-07-09 11:29 PM
Created:09-07-09 02:18 PM
Downloads:5,125
Favorites:34
MD5:

Fubar ReadyFu  Popular! (More than 5000 hits)

Version: 1.3
by: Ailirra [More]

This AddOn is now being maintained as Broker_GroupHelper.
It has been written using LibDataBroker and Ace3.
See the link below for the new AddOn.

http://www.wowinterface.com/download...oupHelper.html


Fubar_ReadyFu is an addon that allows you to conveniently access
many of the group and raid functions that exist in the game.


Using Fubar_ReadyFu you can do the following:

Initiate a ReadyCheck by clicking on the ReadyCheck! text or selecting ReadyCheck from the right click menu.

You can also define voice server information that will be output to the party or raid channels based on the following conditions.

* If the player is in a party, the server information will be output in party chat.
* If the player is in a raid, the server information will be output in raid chat.
* If the player is in a raid and is the raid leader, the server information will be output in a raid warning.

To define your voice server information, simply do the following:

* Hover your mouse over Enter Voice Server Info.
* Select one of the three options and enter text in editbox that is shown.
* Repeat as desired for the remaining fields.

By default the AddOn will display the following server info:

* Hostname: your.server.com
* Port: 9999
* Password: yourPassword

The addon also provides the following group options:

* Convert To Raid
* Disband Raid
* Leave Group

Fubar_ReadyFu also provides the following looting method options:

* Group Loot
* Free for All
* Master Loot - Selecting this option will make the player the master loot if they are the raid leader.

The following Loot Threshold Options are also available:

* Uncommon
* Rare
* Epic

The following Dungeon and Raid Difficulty options are available:

* Dungeon

o 5 Player
o 5 Player (Heroic)
* Raid
o 10 Player
o 10 Player (Heroic)
o 25 Player
o 25 Player (Heroic)
Thank you for downloading my AddOn.

Version 1.3:

Updated TOC for patch 3.3.
Added the ability to output voice server information to the party and raid channels.
See the ReadMe.txt within the addon folder for more information.
Added Taiwanese translation. Credit goes to janet7682441 for the translation.
Per character SavedVariables for storing unique voice server information on each character.

Version 1.2:
Modified the mouseover menu to display the following:
Current Loot Threshold
Current Looting Method
Current Group Type

Fixed an issue where the SavedVariables were not saving correctly.

Version 1.1.2:
Fixed a typo in the German translation that was causing an error.

Version 1.1.1:
Updated German translation.
Credit goes to Zabbel for the translation.

Version 1.1:

FIxed a bug where the Show icon and Show text options were not shown.
Added German Translation. Thanks go to Zabbel for the translation.
Added a Disband Raid option.
Added the ability to set the following Looting Methods.

Group Loot
Free for All
Master Loot

Added the ability to set the following Loot Thresholds.

Uncommon
Rare
Epic

Version 1.01: Bugfix release.
All bugs that were present in version 1.0 should be gone in the new version.
Also added a localization system. Translations are welcome.

Version 1.0: Initial release.
Post A Reply Comment Options
Unread 06-30-10, 09:03 AM  
Ailirra
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Fubar_Readyfu has been rewritten as a Broker addon using Ace3.
It has been renamed Broker_GroupHelper and can be downloaded at the link below.
http://www.wowinterface.com/download...oupHelper.html
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 01-21-10, 12:31 AM  
VIPo2
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
You can add a russian translation... just add ReadyFuLocale-ruRU.lua in Fubar_ReadyFu\locales ...
Code:
local L = AceLibrary("AceLocale-2.2"):new("FuBar_ReadyFu")

L:RegisterTranslations("ruRU", function() return {
	-- Fubar string
	["ReadyCheck!"] = "Проверка готовности!",

	--Voice Server strings
	["Voice Server Options"] = "Настройки Сервера Голосового Общения",
  
	["Voice Server Info"] = "Информация Сервера Голосового Общения",
	["Displays voice server information in the raid channel"] = "Отображает информацию о сервере голосового общения",	
	
	["Enter Voice Server Info"] = "Введите Информацию О Сервере Голосового Общения",
	["Enter voice server info in the Hostname, Port, and Password fields"] = "Введите информацию о сервере голосового общения адрес, порт и пароль",
	
	["Hostname"] = "Адрес",	
	["Voice Server Hostname"] = "Адрес сервера голосового общения",	

	["Port"] = "Порт",
	["Voice Server Port"] = "Порт сервера голосового общения",

	["Password"] = "Пароль",
	["Voice Server Password"] = "Пароль сервера голосового общения",

	-- Mouseover strings
	["Click to start ready check."] = "Нажмите для начала проверки готовности",	
	["Current Loot Threshold"] = "Текущее ограничение по добыче",
	["Current Looting Method"] = "Текущий метод распределения добычи",
	["Current Group Type"] = "Текущий тип группы",   

	-- ReadyCheck menu string
	["Ready Check"] = "Проверка Готовности",
	["Start a ready check"] = "Начать проверку готовности",

	-- Group Options string
	["Group Options"] = "Настройки Группы",
	
	-- Party Options strings  	
	["Change Dungeon Difficulty"] = "Изменить сложность подземелья",  
	["5 Player"] = "5 игроков",
	["Change dungeon difficulty to 5 Player"] = "Изменить сложность подземелья на 5 игроков",
  
	["5 Player (Heroic)"] = "5 игроков (героич.)",	
	["Change dungeon difficulty to 5 Player (Heroic)"] = "Изменить сложность подземелья на 5 игроков (героич.)",
	
	-- Raid Options strings
	["Convert to Raid"] = "Конвертировать в рейд",	
	["Convert party to raid"] = "Конвертировать группу в рейд",		
	
	["Disband Raid"] = "Распустить рейд",	
	["Disband the current raid group"] = "Распустить текущий рейд",			
	
	["Leave Group"] = "Покинуть группу",	
	["Leave the party or raid you're currently in."] = "Покинуть группу или рейд, в котором вы состоите",
  
	-- Looting Method Options strings    
	["Looting Method Options"] = "Настройки распределения добычи",
  
	["Group Loot"] = "Групповая",
	["Change looting method to Group Loot"] = "Изменить метод распределения добычи на групповой",

	["Free for All"] = "Каждый сам за себя",
	["Change looting method to Free for All"] = "Изменить метод распределения добычи на каждый сам за себя",  
	
	["Master Loot"] = "Ответственный за добычу",
	["Change looting method to Master Loot"] = "Изменить метод распределения добычи на ответственного за добычу",	
	
	-- Looting Threshold Options strings
	["Loot Threshold Options"] = "Настройки ограничения по добыче",

	["Uncommon"] = "Необычный",
	["Change loot threshold to Uncommon"] = "Изменить ограничения по добыче на необычный",
	
	["Rare"] = "Редкий",
	["Change loot threshold to Rare"] = "Изменить ограничения по добыче на редкий",

	["Epic"] = "Эпический",
	["Change loot threshold to Epic"] = "Изменить ограничения по добыче на эпический",  	
  	
	-- Difficulty Options strings
	["Change Raid Difficulty"] = "Изменить сложность рейда",  
	["10 Player"] = "10 игроков",
	["Change raid difficulty to 10 Player"] = "Изменить сложность рейда на 10 игроков",
  
	["10 Player (Heroic)"] = "10 игроков (героич.)",
	["Change raid difficulty to 10 Player (Heroic)"] = "Изменить сложность рейда на 10 игроков (героич.)",
  
	["25 Player"] = "25 игроков",
	["Change raid difficulty to 25 Player"] = "Изменить сложность рейда на 25 игроков",
  
	["25 Player (Heroic)"] = "25 игроков (героич.)",
	["Change raid difficulty to 25 Player (Heroic)"] = "Изменить сложность рейда на 25 игроков (героич.)",
} end)
Report comment to moderator  
Reply With Quote
Unread 12-12-09, 01:05 PM  
Ailirra
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Thanks, I'm glad that you like the addon.
I like your raid sets idea and will see what I can come up with in the next release.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 12-08-09, 01:38 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
LOVE the addon. Would you consider adding the ability to have saved "sets" that will allow you to set within the menu a certain configuration? Not a profile, but what I mean is this: we run a ToC 10 group, a ToGC 10 (aka heroic) and a ToC 25 group each week. In the 10, we have Master Loot, Epic, dungeon type 10, in the ToGC its the same but with dungeon type heroic, with the ToC 25, its Master Loot, Rare, type 25. What I'd like is to be able to save these settings, then just click a menu option and viola! those settings are applied to the raid.

Thanks again for a great mod, I find it annoying that with my unit frames, when people are leaving a raid, I have to right click multiple times on my unit frame and quickly get to the "Leave Raid" option or the menu closes on me with each raid update. This saves me that trouble.
__________________
There is absolutely no evidence to support the theory that life is serious.
Last edited by xtoq : 12-08-09 at 01:40 AM.
Report comment to moderator  
Reply With Quote
Unread 10-06-09, 10:15 PM  
Ailirra
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
I'm glad that you like the addon.
I've fixed the show iocn/show text in the latest release.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 10-06-09, 09:00 AM  
jmcgrath
A Deviate Faerie Dragon
 
jmcgrath's Avatar

Forum posts: 16
File comments: 185
Uploads: 0
cool, i've been looking for this for a long time. Its great that you've put it together mate. Improving existing UI functionality is always a noble cause! lol... I'll get to test it later, but as another posted, hope there is an option to remove the name from fubar tab 'hide text' etc.
Report comment to moderator  
Reply With Quote
Unread 10-04-09, 08:44 PM  
Navitron
A Kobold Labourer
Premium Member

Forum posts: 0
File comments: 7
Uploads: 0
Really great addon
One problem I'm having is its not saving the don't "show text" setting.
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 09:37 PM  
Ailirra
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by Brainh
Just what i was looking for! Thanks alot!
You're welcome. I'm glad that you like it.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 09-19-09, 09:37 AM  
Brainh
A Deviate Faerie Dragon

Forum posts: 16
File comments: 16
Uploads: 0
Just what i was looking for! Thanks alot!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: