Glamour
- 9 Likes
- World of Warcraft
- 3,441 Monthly Downloads
- Supports: 5.4.2
- 456,433 Total Downloads
- Updated 02/20/2014
- Created 11/10/2010
- 233 Favorites
- Project Site
- Comments
- Release Type: Alpha
- License: Public Domain
- Newest File: Release 1.4.4
About Glamour
6x Updates Still Pending
I'm still planning on updating my derelict addons. No ETA yet, Blizzard would call it "Soon".
Unfortunately this last year has forced some iRL changes that don't afford me as much free time as I used to have. I will get to these updates eventually, just bare with me. I'll see about pushing out critical fixes where functionality is broken when I can.
If you like my work you should visit and bookmark my WOW Blog: http:solcraft.cjworlds.com/wow
BETA STATUS
This project has reverted back to a beta status since 5.0.4. The addon still works as a library for addons which call it for custom alerts and Seems todo okay with normal achievement alerts but there are some issues that i'll be working to resolve over time when I can. If you do not subscribe to using beta software, I would ask you opt out of using Glamour at this time.
BUG REPORTS
Please report all bugs on the Glamour CuseForge website here: http://wow.curseforge.com/addons/glamor/tickets/
Please do NOT make bug reports in the comments on this page. Lengthy, inconclusive bug reports posted as comments will simply be deleted and ignored. Bug reports need to include the following:
- What was happening when you encountered the error.
- What region is your client.
- What is the error text/description of the error you are experiencing.
- Please include the names of any/all other Achievement related addons had enabled at the time of the error.
Glamour
Glamour is a stand-alone replacement for the default Blizzard Achievement Alert frame. It currently offers the following improvements over the Blizzard built-in alert interface:
- draggable anchor for relocating where your achievements are shown on your screen.
- increases the amount of alerts from 2 to 24 allowing your screen to really pop when you fire multiple achievements together.
- adds the ability to instantly hide an alert frame by right-clicking it.
- left-clicking the alert frame will now open the achievement interface without closing all other open windows.
- Captures Blizzard Achievement Alerts (Personal and Guild)
- Captures Blizzard Dungeon Completion Alerts
- Captures Blizzard battle.net Toast Alerts
- Full set of slash commands to operate and test alerts.
In addition Glamour allows other addons to send customized alerts to its' frame, mirroring the fun and attention grabbing nature of the original Blizzard Achievement Alert frame. I created this interface to have a shared frame to hold alerts for when multiple addons fire alerts together. Developers are welcome to plugin to the alert interface for their own addons as well.
Suggested Addons
For an example of addons that utilize this interface see:
- Titan CurrencyTracker supports Glamour alerts for Token/Currency changes.
- Titan Reputation supports Glamour alerts for Faction Standing Changes.
- GlamourQuestGuru adds glamour notifications when completing quests: requires QuestGuru.
- Titan Archaeology supports Glamour alerts for fragments and alerts for completed artifacts.
Plugging-in Details
Functions:
- GlamourShowAlert(size, data, glow, shine)
-- size: numeric -- width of the alert frame with the following predefinded values -- 0 : Shows just the Icon and IconFrame along with ttext and bttext from the data fields. This mode also hides the shine effect. -- 1 : Default size (width 300); -- * : any other number will be used as a specific size to resize the width too. 300 is the default size, use this as a starting point. -- data: keytable: -- Text = Text to display -- Title = Title to display -- bTitle = text to display on the border of the guild alert frame. -- Icon = icon path to display -- tText = text to display at the top of the icon -- bText = text to display at the bottom of the icon -- Points = numeric value to display ontop of the shield icon (0 for nothing) -- ShieldHide = Boolean (true or false ) hides the shield icon on the right of the frame. (This does not Hide shieldPoints). -- ShieldIcon = String containing the path to a custom Icon/Texture to use in place of the regular shield. -- FrameStyle = String to identify the type of frame to use for your alert. -- nil: Use the default Blizzard Achievement style. -- GuildAchievement: Use the Blizzard Guild Achievement style. -- Notice: A small alert that handles a single line/short sentence of text. -- HideBanner = Boolean (true or false ) hides the banner and banner border textures when useGuildAch is active -- BannerColor = keytable: {r,g,b} or nil for default - the rgb values to use for the banner color when useGuildAch is active. -- HideGlow = Boolean (true or false) hides the glow effect on the alert window. -- HideShine = Boolean (true or false) hides the shine effect on the alert window. -- glow: keytable: {r,g,b} or nil for default - the rgb values to use for the glow animation -- shine: keytable: {r,g,b} or nil for default - the rgb values to use for the shine animation<</code>> Sample Function Call: <<code lua>> function GlamourAlertSample() local MyData = {}; MyData.Text = "General Text"; MyData.Title = "Title"; MyData.bTitle = "bTitle"; MyData.Icon = "Interface\\Icons\\INV_Misc_QuestionMark"; MyData.tText = "tText"; MyData.bText = "bText"; MyData.FrameStyle = FrameStyle; MyData.ShieldHide = false; MyData.ShieldIcon = false; MyData.ShieldText = "shieldText"; MyData.HideGlow = false; MyData.HideShine = false; MyData.ShowBanner = true; MyData.BannerColor = {r=.2,g=.2,b=.8}; local green = {r=0,g=1,b=0}; local red = {r=1,g=0,b=0 }; GlamourShowAlert(1, MyData, nil, nil); GlamourShowAlert(1, MyData, red, green); -- GlamourShowAlert(0, MyData, nil, nil); GlamourShowAlert(0, MyData, red, green); -- GlamourShowAlert(400, MyData, green, red); GlamourShowAlert(200, MyData, red, green); -- GlamourShowAlert(1, MyData, nil, nil); GlamourShowAlert(1, MyData, red, green); end
Future Plans
- Multiple Styles
- Passing a Function to be called OnClick of the GlamourAlertFrames
------------------------------------------------------------------------
r43 | papsol | 2014-02-20 22:04:58 +0000 (Thu, 20 Feb 2014) | 4 lines
Changed paths:
A /tags/Release 1.4.4 (from /trunk:42)
Tagging as Release 1.4.4
## updated BNGetFriendInfoByID call to include the new isBattleTagPresence variable
------------------------------------------------------------------------
r42 | papsol | 2014-02-20 22:04:24 +0000 (Thu, 20 Feb 2014) | 2 lines
Changed paths:
M /trunk/Glamour.lua
M /trunk/Glamour.toc
## updated BNGetFriendInfoByID call to include the new isBattleTagPresence variable
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| Release 1.4.4 | Release | 5.4.2 | 60,318 | 02/20/2014 |
| release 1.4.3 toc 5.4 | Release | 5.4.0 | 32,932 | 10/01/2013 |
| release 1.4.3 toc 5.3 | Release | 5.3.0 | 26,278 | 06/13/2013 |
| release | Release | 5.2.0 | 25,104 | 03/17/2013 |
| release for 5.0.4 | Release | 5.0.4 | 40,496 | 09/09/2012 |
| Release 1.4.3 | Release | 4.3 | 85,112 | 11/30/2011 |
| Release 1.4.2 | Release | 4.2 | 38,751 | 06/29/2011 |
| Release 1.4.1 | Release | 4.1 | 22,097 | 05/16/2011 |
| Release 1.4.0 | Release | 4.1 | 11,538 | 05/13/2011 |
| Release 1.3.5 | Release | 4.1 | 17,948 | 05/03/2011 |
| Release v1.3.4 | Release | 4.0.6 | 20,485 | 04/04/2011 |
| Release v1.3.2 | Release | 4.0.6 | 13,576 | 03/26/2011 |
| Release v1.3.1 | Release | 4.0.6 | 17,396 | 03/09/2011 |
| Release v1.3.0 | Release | 4.0.6 | 52 | 02/25/2011 |
| Release v1.2.0 | Release | 4.0.3 | 96 | 11/22/2010 |
| Release v1.1.0 | Release | 4.0.3 | 63 | 11/21/2010 |
| Release v1.0.2 | Release | 4.0.1 | 19 | 11/11/2010 |
| Release v1.0.1b | Release | 4.0.1 | 27 | 11/10/2010 |
Addon Packs Containing This...
-
lbripclaw's Addon Pack
-
Doom Catalyst ED basic mod pack
-
ZenUI
-
ichi's UI
-
yuske's Addon Pack
-
Scarnage Full Controll Addon Pack
-
Castarune pack
-
jandre2k3's Addon Pack
-
Fair's Addon Pack
-
ImaLamer's Addon Pack
-
Dungeoning
-
ogredaviking's Addon Pack
-
crazyfortats basic starter Addon Pack
-
AtongaMugthol's Addon Pack
-
Alkamar's Essentials Pack
-
Evangeli's Priest UI
-
Void guild
-
Clean UI for RP
-
The Ultimate 'Zeriously' Addon Pack.
-
Multiply's Basic Addons
-
Steenkiee's Super Clean UI
-
Zade's Share
-
Deadpools Mod Pak
-
Deadpools Pack
-
Shakespeare's most wanted
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, Minigames, and Boss Encounters
- 4,273,700 Monthly Downloads
-
- Master Plan
- Garrison
- 2,478,383 Monthly Downloads
-
- Recount
- Combat
- 2,355,174 Monthly Downloads
-
- HandyNotes_DraenorTreasures
- Achievements, Quests & Leveling, and Map & Minimap
- 1,106,832 Monthly Downloads
-
- Garrison Mission Manager
- Garrison
- 878,933 Monthly Downloads



Comments
For what it's worth, I've been using this addon in WoD and having no problems at all. It still works perfectly (even for new currencies like Apexis Crystals and Garrison Resource) - and the Titan Panel (Currency) integration is also working flawlessly.
A version tick (to indicate support for 6.0.*) would be nice, but to be honest, that's really all that's needed.
Kudos to the author for making an addon that survived a major game version update.
Ive had a few achievements pop through this addon and you cant see what they are because it's completely whited out. An all white "flash" stuck and covering the actual achivement text. You can barely read what's under the white flash as it fades away.
I think it might be time to give up on an update for this, with 6.0 in a few days.
Does anyone have a replacement to recommend?
Yeah I guess this addon is dead. Does anything else even use it now anyway? I think that there used to be addons like Titan that pushed certain gains through this addon (rep, quest completions etc) but I think those are outdated too.
I have the option ticked to save a screenshot when I earn an achievement, however I can't find them anywhere. They are not in the WoW screenshot directory.
Could someone please tell me what other addons automatically install this please?
I 100% never installed it, and yet it is on my system after installing some other addons.
Titan Panel-Reputation
There is a list in the description of any of my (Glamour's Author) addons that are associated with it. However, any curse author can put any other curse addon in their addon as a dependency and the curse client will install it, so getting a definative list is not likely. I'm sorry you ended up with something you didn't intend to.
Message: Glamour\Glamour-release 1.4.3 toc 5.4.lua:784: bad argument #1 to "strlen" (string expected, got boolean)
Time: 11/10/13 10:54:35
Count: 48
Stack: Interface\AddOns\Glamour\Glamour.lua:784: in function `BNToastFrame_Show'
Interface\FrameXML\BNet.lua:266: in function `BNToastFrame_OnUpdate'
[string "*:OnUpdate"]:7: in function <[string "*:OnUpdate"]:1>
Locals: toastType = 3
toastData = 13
presenceID = 13
givenName = "|Kf13|kvabstar|k"
surname = "vabstar#1460"
toonName = true
toonID = "Blackwhale"
client = 68
isOnline = "WoW"
lastOnline = true
isAFK = 1384049910
isDND = false
messageText = false
GlamourBNToasts = <table> {
1 = <table> {
}
}
BN_TOAST_TYPE_BROADCAST = 3
This message for OQ Bnet friends
its been a while since i config glamour does it move Blizzard Dungeon Completion Alerts or just captures it?
Ok nice update but you still did not fix teh problem at hand, the following line
local presenceID, givenName, surname, toonName, toonID, client, isOnline, lastOnline, isAFK, isDND, messageText = BNGetFriendInfoByID(toastData);
like i have said before has changed. it is now
local presenceID, presenceName, battleTag, isBattleTagPresence, toonName, toonID, client, isOnline, lastOnline, isAFK, isDND, messageText = BNGetFriendInfoByID(toastData);
This funtion changed with 5.0 really all that needs to be done is to have the "isBattleTagPresence" variable added and it should work as intended. This would be inserted inbetween surname and toonName
Thanks for this, I'll include it in the next update. Not sure how much it will actually fix. This addon is in the process of a complete rewrite, but i'll push this change so the function call is updated.
Date: 2013-03-27 14:44:21
ID: 3
Error occured in: Global
Count: 1
Message: ..\FrameXML\AlertFrames.lua line 553:
attempt to index local 'oldCheevo' (a nil value)
Debug:
[string "*:OnLoad"]:6:
[string "*:OnLoad"]:1
[C]: ?
..\FrameXML\AlertFrames.lua:553: Blizzard_AchievementAlertFrame_ShowAlert()
Glamour\Glamour.lua:546:
Glamour\Glamour.lua:542
[C]: AchievementAlertFrame_ShowAlert()
Glamour\Glamour.lua:964: ?()
..\FrameXML\ChatFrame.lua:4388: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:4082: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:4121: ChatEdit_OnEnterPressed()
[string "*:OnEnterPressed"]:1:
[string "*:OnEnterPressed"]:1
Locals:
msg = nil
self = <unnamed> {
0 = <userdata>
origErrorHandler = <function> defined @Interface\AddOns\Decursive\Dcr_DIAG.lua:490
errorHandler = <function> defined @Interface\AddOns\TradeSkillMaster\Util\ErrorHandler.lua:215
handler = <function> defined *:OnLoad:1
}
Please update for 5.2
Thanks to all for your continued reports of issue with Glamour, I do not want to promise an iminent release, but I'll be looking at this code this weekend and hopefully fixing atleast some of the more obnoxious behavior. Your continued support is encouraging and I thank you for the patience you've all exercised here by simply reporting issues and not overly complaing about them.