| Updated: | 05-24-07 11:23 PM |
| Created: | unknown |
| Downloads: | 35,969 |
| Favorites: | 287 |
| MD5: |

![]() |
Comment Options |
|
|
|
|
Same deal here, not showing up at all. Deleted the folder completely for a fresh install including removing all saved variables in my WTF Folder for both global and character and still nadda.
|
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
|
|
|
|
|
|
|
|
Doesn't work as of the 2.1 patch, just doesn't show up.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 10
Uploads: 0
|
Mp/5
In the latest version from the svn I can no longer set RegenFu to display my mana regen as Mp/5. Was this intended to be removed, or a bug?
|
|
|
|
|
|
|
i'm getting error on line 665, can't compare 0 to nil value or something.. anyone have any ideas about this one/ i can't find any version of regen on curse gaming
|
|
|
|
|
|
|
|
A Wyrmkin Dreamwalker
Forum posts: 57
File comments: 49
Uploads: 0
|
RE:2.0.3
New version posted on Curse-gaming
|
|
|
|
|
|
|
The options for the FSR countdown bar is still hidden
Again, with the latest version, the option to hide/show the FSR timer bar is hidden in FSRT is displayed. That's wrong. The options should be independent.
|
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 2
Uploads: 0
|
I was able to temp fix this mod by commenting lines 1279 and 1280 of "Libs\CandyBar-2.0\CandyBar-2.0.lua". They didnt appear to do anything anyway. The lines were:
local _,_,ourpath =string.find..... ourpath = "Interface\\Addons\\... Edit: This fixes an error I recieved after 2.0.3. You still get an error when loading another profile as defined 2 posts down.
Last edited by GIDustin : 01-11-07 at 04:35 AM.
|
|
|
|
|
|
|
A Wyrmkin Dreamwalker
Forum posts: 57
File comments: 49
Uploads: 0
|
RE: 2.0.3
Same here, getting an error message after 2.0.3, had to turn off, because it was also interfering with other FuBar mods. Ill post my error message soon.
|
|
|
|
|
|
|
I'm getting the following error when I switch to a profile in Fubar that I have not used on that character before. For instance, switching from the Default to the Class profile.
Code:
Message: ..\AddOns\FuBar_RegenFu\FuBar_Regen.lua line 665:
attempt to compare number with nil
Debug:
FuBar\libs\AceDB-2.0\AceDB-2.0.lua:25:
FuBar\libs\AceDB-2.0\AceDB-2.0.lua:23
FuBar\libs\AceDB-2.0\AceDB-2.0.lua:1398: SetProfile()
FuBar\FuBar.lua:1515:
FuBar\FuBar.lua:1409
[C]: pcall()
FuBar\libs\AceDB-2.0\AceDB-2.0.lua:24:
FuBar\libs\AceDB-2.0\AceDB-2.0.lua:23
FuBar\libs\AceDB-2.0\AceDB-2.0.lua:1405: func()
...erface\AddOns\FuBar\libs\Dewdrop-2.0\Dewdrop-2.0.lua:483:
...erface\AddOns\FuBar\libs\Dewdrop-2.0\Dewdrop-2.0.lua:424
|
|
|
|
|
|
||
|
Re: Noob question.
Quote:
Originally posted by BIAW2 What does FSR stand for, why is it important, and what does the 5 second bar show me?
|
||
|
|
|
|
|
|
The options for the FSR countdown bar is still hidden
if you disable showing FSRT. This is wrong. They should be independent options.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
The safety mechanism preventing you from turning off all the options actually prevents you from only having the FSR text on.
There are two of these checks: Code:
-- safety in case both are off, then cant ever turn em on
if ( not self:IsShowHP() and not self:IsShowMP() ) then
self:ToggleShowHP();
end
Code:
-- safety in case all 3 are off, then cant ever turn em on
if ( not self:IsShowHP() and not self:IsShowMP() and not self:IsShowFSRT() ) then
self:ToggleShowHP();
end
|
|
|
![]() |