Download
(123Kb)
Download
Updated: 05-24-07 11:23 PM
Addon for:
FuBar 3.6.5.
Pictures
File Info
Updated:05-24-07 11:23 PM
Created:unknown
Downloads:37,762
Favorites:274
MD5:

FuBar - RegenFu  Popular! (More than 5000 hits)

Version: 2.1.0 (20100)
by: sylvnaaar [More]

A direct port from TitanRegen/FSRT.

2.0.7 - WoW 2.0 Client

2.0.6a - embedded acedebug

2.0.6 2006/11/14
- Try to fix some of the startup issues

2.0.5 2006/11/08
- Added intelligent setup logic for first the first time you run
the plugin. Druids/Priests get Mana+FSRT+FSRBar, Shaman/Paladin
get Mana+FSRT, the other mana users only get Mana. Also the
settings for the confuration values are stored per class or per
charater
- Added a 5 second rule countdown bar immediately beneath the the
text on the FuBar
- Fixed issue with not thinking we were ooc when zoning out of a bg

2.0.4 2006/10/31
- Added average mana regen
- Fixed fluctiations in MP regen on bar
- Updated translations
- Added S&D Load On Demand Support
- Improved Look of Tooltip

2.0.3 2006/10/31
- Embedded the ACE2 libraries

2.0.2 2006/10/31
- Fix bug in INT->MP5 conversion
- localizations

2.0.1 - 2006/10/25
- New ownership of the code
- Support for FSR tracking

2.0 - 2006/8/30
- FuBar-2.0

1.2.1 - 2006/5/28
- Added German localization.
- Tooltip : Changed the ordering.
- Tooltip : Added "HP Regen in Last Fight".
- Tooltip : Tweaked coloring a bit.
- Option : Added "Show current value".
- Text : Added a % traior for values shown as percentage.

1.2.0 - 2006/5/10
- Changed version numbering method, it is now "FuBarVersion.n", such as "1.2.0", "1.2.1" etc.
- Updated FuBar compatbility to 1.2.
- Removed text coloring option as it is built into FuBar.

0.1.2 - 2006/4/14
- Updated BossPanel comptability to 10000.
- Changed MP display text to a brighter color.

0.1.1 - 2006/4/6
- Changed to per-character saved variables.
- Updated TOC to 11000.
- Updated BossPanel comptability to 0.9.6.
- Renamed BossPanel to FuBar.

0.1 - 2006/3/16
- Initial release: directly ported from TitanRegen.

Post A Reply Comment Options
Unread 10-31-06, 09:49 PM  
sylvanaar
A Warpwood Thunder Caller
AddOn Author - Click to view AddOns

Forum posts: 92
File comments: 127
Uploads: 12
Re: FSR?

Originally posted by ctlajoie
Am I the only one who doesn't know what FSR is?
5 second rule. Applies to mana regen only. If you have heard the term "mana regen while casting" this is the same as being inside the 5 second rule.

The code for FSR support here was copied from the mod FSRT then modified to fit the ace/fubar model:

http://www.curse-gaming.com/en/wow/addons-4323-1-fsrt.html
Last edited by sylvanaar : 10-31-06 at 10:01 PM.
Report comment to moderator  
Reply With Quote
Unread 10-31-06, 09:47 PM  
sylvanaar
A Warpwood Thunder Caller
AddOn Author - Click to view AddOns

Forum posts: 92
File comments: 127
Uploads: 12
Re: mpi is wrong...

Originally posted by elfchief
Right now in the code you have:

mpi = 0.15

in the default profile, which works out to 6.666(repeating) mana/int.

You actually want, I think:

mpi = 0.66666666 (etc)

which will work out to 15 mana/int (which is the correct value)


Also, the option for 'mana regen per spirit' should really be 'spirit per mana regened' or something like that. Not sure there's a good way to phrase it, but the phrasing right now is opposite of reality.
MPI:

Sorry about that. It was obviously wrong - Use the feature to set the value for yourself to 15. Make sure to set the value yourself to the correct value, as the old one will be stored.

Spirit Regen Formula:

Yeah - the wording is messy - but on the bright side you shouldn't have to change it.

How about : Mana Regen Forumula (Spirit/<value>)
Last edited by sylvanaar : 10-31-06 at 10:11 PM.
Report comment to moderator  
Reply With Quote
Unread 10-30-06, 06:56 PM  
ctlajoie
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
FSR?

Am I the only one who doesn't know what FSR is?
Report comment to moderator  
Reply With Quote
Unread 10-30-06, 09:22 AM  
TsengIV
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 2
Uploads: 1
Error:
...\Interface\Addons\Fubar_RegenFu\Fubar_RegenLocal-enUS.lua:1: Cannot find a library instance of AceLocale-2.2.
German Client
Report comment to moderator  
Reply With Quote
Unread 10-29-06, 11:50 PM  
speak
A Wyrmkin Dreamwalker
 
speak's Avatar

Forum posts: 57
File comments: 186
Uploads: 0
FSR?

what *is* FSR anyway :P
Report comment to moderator  
Reply With Quote
Unread 10-29-06, 04:56 PM  
elfchief
A Defias Bandit

Forum posts: 2
File comments: 13
Uploads: 0
mpi is wrong...

Right now in the code you have:

mpi = 0.15

in the default profile, which works out to 6.666(repeating) mana/int.

You actually want, I think:

mpi = 0.66666666 (etc)

which will work out to 15 mana/int (which is the correct value)


Also, the option for 'mana regen per spirit' should really be 'spirit per mana regened' or something like that. Not sure there's a good way to phrase it, but the phrasing right now is opposite of reality.
Report comment to moderator  
Reply With Quote
Unread 10-14-06, 03:57 PM  
Snuff
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Re: Re: frFR traduction

Originally posted by rophy
[b]Someone also added french locales to the svn server version, I know nothing about french, so I dunno which one is better translated. Which one should I use?
You's is mutch better
Report comment to moderator  
Reply With Quote
Unread 10-04-06, 03:28 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Re: frFR traduction

Someone also added french locales to the svn server version, I know nothing about french, so I dunno which one is better translated. Which one should I use?

Code:
local L = AceLibrary("AceLocale-2.0"):new("RegenFu")

L:RegisterTranslations("frFR", function() return {
	NAME = "FuBar - RegenFu",
	DESCRIPTION = "Affiche vos vitesses de regen HP/Mana",
		
	HP_LABEL = "HP: ";
	MP_LABEL = "MP: ";

	MENU_SHOW_HP = "Montrer HP";
	MENU_SHOW_MP = "Montrer MP";
	MENU_SHOW_PERCENT = "Montrer %";
	MENU_SHOW_CURRENT = "Montrer %";

	MENU_HIDE_LABEL = "Cacher le texte";

        TOOLTIP1_LEFT 		= "Vie:";
	TOOLTIP2_LEFT 		= "Mana:";
	TOOLTIP3_LEFT 		= "Meilleur regen HP:";
	TOOLTIP4_LEFT 		= "Moins bon regen HP:";
	TOOLTIP5_LEFT 		= "Meilleur regen Mana:";
	TOOLTIP6_LEFT 		= "Moins bon regen Mana:";
	TOOLTIP7_LEFT 		= "Mana R\195\169cup\195\169r\195\169e durant le dernier combat:";
	TOOLTIP8_LEFT 		= "HP R\195\169cup\195\169r\195\169s durant le dernier combat:";	
} end )
Report comment to moderator  
Reply With Quote
Unread 10-04-06, 02:51 AM  
Meeni
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
frFR traduction

Beware that on non english, non german clients, the addon is in german. I guess people are more used to english as a fallback default

Anyway, I was quite bored of german, and I made a french traduction, here it is

Code:
local L = AceLibrary("AceLocale-2.0"):new("RegenFu")

L:RegisterTranslations("frFR", function() return {
	NAME = "FuBar - RegenFu",
	DESCRIPTION = "Donne votre récupération des PV/PM",
		
	HP_LABEL = "PV : ";
	MP_LABEL = "PM : ";

	MENU_SHOW_HP = "Voir PV";
	MENU_SHOW_MP = "Voir MP";
	MENU_SHOW_PERCENT = "Voir en pourcentage";
	MENU_SHOW_CURRENT = "Voir en valeur";

	MENU_HIDE_LABEL = "Cacher le texte";
	
	TOOLTIP1_LEFT 		= "Vie : ";
	TOOLTIP2_LEFT 		= "Mana : ";
	TOOLTIP3_LEFT 		= "Meilleure récup PV : ";
	TOOLTIP4_LEFT 		= "Pire récup PV : ";
	TOOLTIP5_LEFT 		= "Meilleure récup PM : ";
	TOOLTIP6_LEFT 		= "Pire récup PM : ";
	TOOLTIP7_LEFT 		= "Récup PV dernier combat : ";
	TOOLTIP8_LEFT 		= "Récup PM dernier combat : ";
	
} end )
Do not forget to set your editor in UTF-8 mode, otherwise accents would not work
Last edited by Meeni : 10-04-06 at 03:10 AM.
Report comment to moderator  
Reply With Quote
Unread 09-01-06, 12:19 AM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
Actually yes, the library was changed only a few days ago, and I think the FuBar on WoWI might have not updated to the newest one yet. Anyway glad to know that it's just a version conflict.
Report comment to moderator  
Reply With Quote
Unread 08-31-06, 11:39 PM  
keLston
A Deviate Faerie Dragon

Forum posts: 11
File comments: 174
Uploads: 0
Originally posted by rophy
What localization are you on? Try updating to the newest FuBar-2.0. (older FuBar-2.0's library might cause bugs) and see if it helps?
English/US.

The update to Fubar 2.0 worked except the one I was using was the most up-to-date version available until the 08/31/06 release which would be a day after your RegenFu was released. So in theory, it should have worked without issue unless you had it running and tested on the newest Fubar which wasn't yet released publicly.
Report comment to moderator  
Reply With Quote
Unread 08-31-06, 01:17 PM  
rophy
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 126
Uploads: 7
What localization are you on? Try updating to the newest FuBar-2.0. (older FuBar-2.0's library might cause bugs) and see if it helps?
Report comment to moderator  
Reply With Quote
Unread 08-31-06, 08:34 AM  
Draugluin
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by keLston
I'm getting:

Error: Interface\AddOns\FuBar_RegenFu\FuBar_Regen.lua:56: AceConsole-2.0: args.hideLabel: "desc" must be a string
Same problem. I deleted my regenfu and reinstalled it. It still occurs.
Report comment to moderator  
Reply With Quote
Unread 08-30-06, 04:28 PM  
keLston
A Deviate Faerie Dragon

Forum posts: 11
File comments: 174
Uploads: 0
I'm getting:

Error: Interface\AddOns\FuBar_RegenFu\FuBar_Regen.lua:56: AceConsole-2.0: args.hideLabel: "desc" must be a string
Report comment to moderator  
Reply With Quote
Unread 08-30-06, 01:34 PM  
speak
A Wyrmkin Dreamwalker
 
speak's Avatar

Forum posts: 57
File comments: 186
Uploads: 0
yarr!

thanks so much for the update!

i think this was one of the last ones using the fubar-compat for me as well.

/salute!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: