| Updated: | 10-12-10 02:55 PM |
| Created: | 07-22-10 02:09 AM |
| Downloads: | 2,940 |
| Favorites: | 82 |
| MD5: |
/flourish
File Name |
Version |
Size |
Author |
Date |
1.5 |
11kB |
spAnser |
09-02-10 02:00 AM |
|
1.4 |
11kB |
spAnser |
08-13-10 07:37 AM |
|
1.3 |
10kB |
spAnser |
08-05-10 10:48 PM |
|
1.1 |
5kB |
spAnser |
07-31-10 03:34 AM |
|
1.0 |
6kB |
spAnser |
07-29-10 04:16 PM |
|
0.9 |
5kB |
spAnser |
07-29-10 01:35 AM |
|
0.8 |
5kB |
spAnser |
07-28-10 04:25 PM |
|
0.7 |
4kB |
spAnser |
07-27-10 03:22 PM |
|
0.6 |
3kB |
spAnser |
07-27-10 04:35 AM |
|
0.4 |
2kB |
spAnser |
07-27-10 12:49 AM |
|
0.3 |
2kB |
spAnser |
07-26-10 04:06 PM |
|
0.2 |
1kB |
spAnser |
07-22-10 02:09 AM |
![]() |
Comment Options |
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 13
Uploads: 0
|
Please please please update, if you have time at all.
|
|
|
|
|
|
|
I added stExperienceBar support in place of saftExperience.
in core.lua, replace lines 124-140 with the following: Code:
function flourish_saft()
if (IsAddOnLoaded("stExperienceBar")) then
if (not flourishSaftCreated) then
flourishSaft = CreateFrame("StatusBar", "flourishSaft", stExperienceBar_Frame)
flourishSaft:SetFrameStrata(stExperienceBar__xpBar:GetFrameStrata())
flourishSaft:SetFrameLevel(stExperienceBar__xpBar:GetFrameLevel())
stExperienceBar__xpBar:SetFrameLevel(stExperienceBar__xpBar:GetFrameLevel()+1)
flourishSaft:SetWidth(stExperienceBar__xpBar:GetWidth())
flourishSaft:SetHeight(stExperienceBar__xpBar:GetHeight())
flourishSaft:SetPoint("CENTER", stExperienceBar__xpBar, "CENTER", 0, 0)
flourishSaft:SetStatusBarTexture(barTex)
flourishSaft:SetMinMaxValues(0, UnitXPMax("player"))
flourishSaft:SetValue(0)
flourishSaftCreated = true
end
end
end
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 9
Uploads: 0
|
I'm using the default blizzard ui, but the quest bar color is bugged... instead of using blizzard's colors and adding its own color, it changes all colors (te default blue and violet).
Could you fix this please? It's quite difficult to se the difference right now between current exp and unhanded completed quests exp. |
|
|
|
|
|
|
Yeah I know its a good time saver I just can't believe its the only one of its kind.
Last edited by spAnser : 03-07-11 at 03:33 AM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 13
Uploads: 0
|
Personally, I've come to rely on this addon. It saves me SO much time when I'm grinding around, I can't tell you.
So thanks for checking back in on it! |
|
|
|
|
|
|
Will check it out soon and update it I have been pretty inactive on WoW lately lost my guild and everything so I kinda gave up I will check on the addons that lost compatability this coming week.
Last I had checked no one was even using this addon so its nice to see people want to use it.
Last edited by spAnser : 03-04-11 at 09:55 PM.
|
|
|
|
|
|
|
|
Any chance of support for the SUF xp bar?
![]() |
|
|
|
|
|
|
|
Looks like Saft changed the name of the addon. It's stExperienceBar now instead of saft.
Would love it fixed whenever you get a chance! |
|
|
|
|
|
|
|
Yeah, It's not working with my Saft either. I'll have to try a few other XP bars when I get home even though I much love Saft!
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 4
Uploads: 0
|
This isn't working with saftExperienceBar, although it says it will in the changelog.
What would I need to change to make it work? edit: I think what's happening is that the frame for Flourish (i think you'd call it frame? the little bar overlay for the xpbar) is BEHIND the xp bar for saftExperience. I'm not sure how to fix that, but I'd love to. Also, I'm not sure if it's accurate with the heirloom XP bonus?
Last edited by trouserfuns : 10-17-10 at 10:26 AM.
|
|
|
|
|
||
|
||
|
|
|
|
|
|
nUI compat
hi there, ur addon looks pretty cool and was just wondering if its possible for you to make it compatable with nUI. if its possible of course
![]() |
|
|
|
|
|
||
|
||
|
|
![]() |