魔兽科普汇聚WoW玩家们专属综合资讯门户网站!

Easy Frames

Easy Frames 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化。建议根据自己的版本和插件环境先测试兼容性。

免费下载 举报 收藏插件
插件详情

插件中文资料库

中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。

玩家一句话点评
Easy Frames 适合需要单位框架、界面增强或玩法辅助的玩家,建议结合自己的职业和版本先测试再长期使用。
适用场景
  • 界面布局、头像框、姓名板和动作条优化

Easy Frames 插件下载与使用指南

本页整理了 Easy Frames 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。

适合谁用

Easy Frames 是一款 界面美化 / 增益与减益 / 单位框架 / PVP 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。

基本信息

  • 插件作者:Mirmidonis
  • 插件分类:界面美化 / 增益与减益 / 单位框架 / PVP
  • 适配版本:5.5.4
  • 累计下载:14,945

安装方法

  1. 点击上方下载按钮获取 Easy Frames插件文件。
  2. 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
  3. 重启游戏或在角色界面点击插件,确认 Easy Frames 已启用。
  4. 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。

使用建议

Easy Frames 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。

Easy Frames 常见问题

这个插件适合哪些玩家?

Easy Frames 适合需要 界面美化 / 增益与减益 / 单位框架 / PVP 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。

下载后怎么安装?

下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。

为什么插件不显示或不生效?

常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。

有没有类似插件可以替代?

可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。

插件 AI 问答

可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。

Easy Frames 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化。建议根据自己的版本和插件环境先测试兼容性。

插件用途

Easy Frames 主要面向需要单位框架功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。

适用场景

  • 界面框架、头像、动作条或冷却显示优化

使用建议

安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。

Make your unit frames colored and glorious.

This addon is a fork of GhettoFrames (but it's only visual fork, because all code written from scratch).

Features:

  • ClassColored healthbars
  • Bigger healthbars
  • Scalable frames
  • Light/dark frames textures
  • Improved mana/health format
  • Classicons instead of portraits option
  • Changeable Bartextures
  • Custom buff size
  • Highlight dispelled (or steal-able) buffs
  • Limitations of count displayed buffs/debuffs
  • Show/hide some unit frames elements (like name, specialbar, rest icon, etc)
  • Show/hide blizzard's target castbar
  • Save/restore positions of frames between characters
  • Easy Frames is also available for WoW Classic and WoW Wrath of the Lich King Classic

To open the options window, type "/ef" or "/easyframes

Format of hp

Format of hp is simple and intuitive.
Looks like a blizzard hp format.

Examples (HP -> displayed on frames):
100 -> 100
10 000 -> 10T
100 000 -> 100T
2 500 000 -> 2500T
25 000 000 -> 25M
250 000 000 -> 250M
2 500 000 000 -> 2B (all than more 1 billion is rounded)

You can set hp format:

  • Percent
  • Current + Max
  • Current + Max + Percent
  • Current + Percent
  • Custom format

Important! For this feature you need to turn on (in the game settings) Options - Interface - Display - Status Text - Numeric Value

Also, you can change the font size and font family on HP/MP bars.

Format of resource (mana, energy, focus and rage)

  • Percent
  • Smart (for mana will be in percent; for rage, runic power, etc - current value; for druid (balance), demon hunter, etc - current value / max value)
  • Custom format (the similar as Custom format of HP)

Custom format of HP

You can set custom HP format by formulas and patterns.

Formulas

Formula converts the original value to the specified value.
For example formula is '%.1fM'.
The first part '%.1f' is the formula itself, the second part 'M' is the abbreviation.

Example, value is '150 550'.
'%.f' will be converted to '151' and '%.1f' to '150.6'.

Examples (Formula -> displayed on frames):

Value: 2 350 000
Field: Value greater than 1 000 000

%.fM -> 2M
%.1fM -> 2.4M
%.2fM -> 2.35M

Value: 350 000
Field: Value greater than 100 000

%.fk -> 350k
%.1fk -> 350.0k

Value: 2 350 000
Field: Value greater than 1 000 000
Checked: Use full values of health

%.4sK -> 2350K
%.1s millions -> 2 millions

Formula's syntax is like the directives from Lua string.format function.

Patterns

Default value is "%CURRENT% / %MAX% (%PERCENT%%)".

It means that for unit with 1000/2000 HP will be displayed as "1000 / 2000 (50%)".
Of course you can change it.

Supported patterns:
%CURRENT% - return current health
%MAX% - return maximum of health
%PERCENT% - return percent of current/max health
%PERCENT_DECIMAL% - return decimal percent of current/max health

Example with pattern:
Value is '2 350 000', formula is '%.1fM', pattern is 'My current health is %CURRENT%'
On frame will be -> "My current health is 2.4M"

For display in format 'Current + Percent' you can set pattern '%CURRENT% (%PERCENT%%)' -> 2.4M (100%)

You can also use the Chinese numerals format with the Custom format. Details on the link.

Localization

Addon is translated into languages:
English, Russian, German, Korean (thx countwrynn), Traditional Chinese (thx gaspy10), Simplified Chinese (thx xy985426).
If you want to help with the translation into other languages - do not hesitate to write me a PM.

Bug Reports

If you found a bug, please check the following: disable all addons except Easy Frames, the bug still exists? If yes create issue on https://www.curseforge.com/wow/addons/easy-frames/issues, and don't forget to attach the config \World of Warcraft\WTF\Account\****\SavedVariables\EasyFrames.lua file and all the screenshots.

Thank you

If you liked this addon you can donate, or write comment with words "Thank you" on project page (really appreciate it).

CurseForge: https://www.curseforge.com/wow/addons/easy-frames

用户评价

暂无 / 5,0 条评价
免费插件下载后可以评价;付费插件 / WA 购买后可以评价;委托订单完成后可以评价。
暂无评价。

相关推荐

继续看看这些内容

全站搜索