插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 界面布局、头像框、姓名板和动作条优化
Glamour 插件下载与使用指南
本页整理了 Glamour 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
Glamour 是一款 成就 / 运行库 / 聊天与通讯 / 插件扩展 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:PapaSolDragon
- 插件分类:成就 / 运行库 / 聊天与通讯 / 插件扩展
- 适配版本:5.4.2
- 累计下载:10,874
安装方法
- 点击上方下载按钮获取 Glamour插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 Glamour 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
Glamour 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
Glamour 常见问题
Glamour 适合需要 成就 / 运行库 / 聊天与通讯 / 插件扩展 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
Glamour 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化、倒计时、提醒和战斗预警。建议根据自己的版本和插件环境先测试兼容性。
插件用途
Glamour 主要面向需要聊天与通讯功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 界面框架、头像、动作条或冷却显示优化
- 倒计时、提醒和战斗预警
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
7x (Legion) Updates Still Pending
I am planning on updating the addon in the near future as time permits. I am actively playing WoW again, so this will help drive me to update my addons as I use them all myself and will eventually get to fixing any bugs in them over the next weeks/months.
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.
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
用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容