Download
(11Kb)
Download
Updated: 11-10-14 02:13 PM
Pictures
File Info
Compatibility:
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:11-10-14 02:13 PM
Created:07-22-10 02:09 AM
Downloads:6,135
Favorites:80
MD5:

Flourish  Popular! (More than 5000 hits)

Version: 3.0
by: spAnser [More]

Flourish displays finished (not yet turned in) quests as part of the current experience gained.

You've been questing all day to hit that next level you go to town and bam you turned in everything and still didn't level. Well now you can tell right from you experience bar if you will level from your current quests or not, maybe grind a few mobs before hearthing to town or finish that other small quest in the area.

In the screenshot the top one shows a yellow bar indicating how far completed quests will get you in your current level. The bottom green bar means you will hit the next level when turning in all or some of your completed quests.

The quest xp is not included in the mouse over text of current experience.

Suggest and Ideas are accepted as long as they pertain to the mod
ex.
-I am not making a quest log window
-I am not keeping a history of quests
-I am not auto accepting/turning in quests


Support For the Following XP Bar Addons
-Dominos
-Xparky
-XPBarNone Support
-stExperience Support
-SpartanUI (untested just left the code in)
-ElvUI (From moxyll)

*Known Bugs*
Somtimes the Bar provided by this addon displays above the standard blizzard xp bar instead of behind it. It is a limitation of how I display it. It cannot be fixed unless I recode the action bar xml file. Reloading your UI can fix it sometimes.


Code:
/flourish

v3.0 - 11-10-2014
-Updated Colors for Warlords of Draenor

v2.3 - 11-10-2014
-Fixed all quests showing as complete

v2.2 - 10-15-2014
-Updated TOC for 6.0.2

v2.1a - 9-14-2012
-Fixed ElvUI Support

v2.1 - 9-9-2012
-ElvUI support added from moxyll

v2.0 - 8-28-2012
-Updated for 5.0.4
-Updated support of many popular addons

v1.5 - 9-2-2010
-saftExperienceBar Support
-no more display message if quest XP is 0

v1.4 - 8-13-2010
-SpartanUI Support
-play sounds options

v1.3 - 8-5-2010
-included LibSharedMedia-3.0 to fix XPBarNone Support

v1.2 - 8-2-2010
-fixed check box behavior for quests to maintain proper quests checked while turning in or accepting quests

v1.1 - 7-31-2010
-quest log check box bug fixed
-flourish options frame is not the flourish frame
-flourish frame contains list of quests
-those quests display the xp they reward and if complete

v1.0 - 07-29-2010
-fixed check box bug
-fixed equipment changing not working as expected
-added message display option
-moved flourish options into its own window

v0.9 - 07-29-2010
-frame layout changed
-fixed yellow/green bar over regular xp bar
-sound plays when quest bar turns green indicating level up (from quests)
-update quest exp bar upon changing equipment
-Dominos Support

v0.8 - 07-28-2010
-Quest Guru Support
-Uber Quest Support
-Quest Mods Worked Out of Box

v0.7 - 07-27-2010
-added a new option to include incomplete quests in the count
-new quests will now have a check box next to them
-added check boxes for options in the quest log

v0.6 - 07-27-2010
-some minor bug fixes with the frames
-refresh quest xp bars when updating entire groups

v0.5 - 07-27-2010
-Xparky Support
-XPBarNone Support
-BasicExperienceBar Support

v0.4 - 07-26-2010
-check boxes state saved
-added check boxes for sections in the quest log
-added auto toggle zone only quests

v0.3 - 07-26-2010
-added check boxes to show/hide quest xp on the exp bar

v0.2 - 07-22-2010
-initial release
Post A Reply Comment Options
Unread 11-08-14, 05:26 AM  
Fonjask
A Fallenroot Satyr
 
Fonjask's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 266
Uploads: 2
This AddOn is the sole reason why I get a lagspike every time I cast an ability.

Tried it with no addons enabled and just flourish, lagspikes.
Tried it with all other addons enabled and no flourish, no lagspikes.
Everything enabled, lagspikes.
__________________
~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Unread 09-14-12, 03:04 PM  
spAnser
A Fallenroot Satyr
 
spAnser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 45
Uploads: 3
Re: Elvui

Originally Posted by Paybacks
Looks like the ElvUI implementation isn't working with the newest version download
It has been fixed I think I misunderstood what moxyll told me in the PM about it.
Report comment to moderator  
Reply With Quote
Unread 09-14-12, 02:23 PM  
Paybacks
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Elvui

Looks like the ElvUI implementation isn't working with the newest version download:

Code:
function flourish:QUEST_LOG_UPDATE(event, addon)
  flourishQuestArray()
  flourishCreateBoxes()
  flourishUpdateChecked()
  flourish_SUI()
  flourish_Dominos()
  flourish_saft()
  flourish_XPBarNone()
  flourish_Xparky()
  updateQuestXP(event)
end
Should include ElvUI:
Code:
function flourish:QUEST_LOG_UPDATE(event, addon)
  flourishQuestArray()
  flourishCreateBoxes()
  flourishUpdateChecked()
  flourish_SUI()
  flourish_Dominos()
  flourish_saft()
  flourish_XPBarNone()
  flourish_Xparky()
  flourish_ElvUI()
  updateQuestXP(event)
end
(Courtesy of Edoc from the ElvUI forums)
Last edited by Paybacks : 09-14-12 at 02:27 PM.
Report comment to moderator  
Reply With Quote
Unread 08-31-12, 07:52 AM  
spAnser
A Fallenroot Satyr
 
spAnser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 45
Uploads: 3
Updated to support 5.0.4 along with the 5.0.4 version of the xp bar addons.
Report comment to moderator  
Reply With Quote
Unread 05-13-11, 05:57 PM  
Delique
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Please please please update, if you have time at all.
Report comment to moderator  
Reply With Quote
Unread 04-03-11, 07:34 PM  
nzeer
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 4
Uploads: 1
Originally posted by allogator
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!
See previous post
Last edited by nzeer : 04-03-11 at 07:34 PM.
Report comment to moderator  
Reply With Quote
Unread 04-03-11, 07:33 PM  
nzeer
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 4
Uploads: 1
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
Report comment to moderator  
Reply With Quote
Unread 03-19-11, 05:23 PM  
xzbbzx
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.
Report comment to moderator  
Reply With Quote
Unread 03-07-11, 04:33 AM  
spAnser
A Fallenroot Satyr
 
spAnser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 45
Uploads: 3
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 04:33 AM.
Report comment to moderator  
Reply With Quote
Unread 03-05-11, 01:51 PM  
Delique
A Kobold Labourer

Forum posts: 0
File comments: 12
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!
Report comment to moderator  
Reply With Quote
Unread 03-04-11, 10:53 PM  
spAnser
A Fallenroot Satyr
 
spAnser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 45
Uploads: 3
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 10:55 PM.
Report comment to moderator  
Reply With Quote
Unread 02-13-11, 07:31 PM  
Arxae
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 44
File comments: 99
Uploads: 2
Any chance of support for the SUF xp bar?
Report comment to moderator  
Reply With Quote
Unread 11-30-10, 10:18 PM  
allogator
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 11
Uploads: 1
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!
Report comment to moderator  
Reply With Quote
Unread 11-24-10, 10:33 AM  
allogator
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 11
Uploads: 1
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!
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 10:12 AM  
trouserfuns
A Kobold Labourer

Forum posts: 0
File comments: 3
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.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: