Download
(682Kb)
Download
Updated: 12-30-13 03:42 AM
Pictures
File Info
Updated:12-30-13 03:42 AM
Created:09-24-12 01:25 AM
Downloads:69,862
Favorites:25
MD5:

MysteryUI V5  Popular! (More than 5000 hits)

Version: N/A
by: MysteryUI [More]

A simple Blizzard interface enhancements based on the original system. If you like the UI. Please advice to help improve. Thank you!
一个简单的基于原系统的暴雪界面增强,如果你喜欢这个UI,请多提建议帮助改进。谢谢!

Sorry my English is not good, help me to understand Chinese players to plug-in released perfect. Thank you!
对不起我英文不好,希望有一个懂中文的玩家帮我把插件发布完善。谢谢!

There may be a language problem, and found the feedback to me! Thank you!
可能会有语言问题,发现请反馈给我!谢谢!

Slash commands:(Pay attention to case)
命令:(注意大小写)

Lua Code:
  1. /gm   --GM
  2. /rl     -- ReloadUI
  3. /My pvp  --PVP_Style
  4. /My pve  --PVE_Style
  5. /My bz    --Blizzard_Style


My GitHub :https://github.com/MysteryUI/Mystery_UI_V5

Currently supports:enUS. zhCN. zhTW
Localization for help:https://github.com/MysteryUI/Mystery...ryUI/local.lua

Interface\AddOns\MysteryUI\Frame\Unitframes.lua 30-43:
Lua Code:
  1. classTarget = false,            -- true or false 是否其他单位显示职业图标
  2.     SetRune = false,                -- true or false 是否改变符文的样式和位置,(改变的话它将在屏幕中下位置以弧形排列)
  3.     classColorPlayer = true,        -- true or false 是否渲染玩家职业框体颜色
  4.     classColorTarget = true,        -- true or false 是否渲染目标职业框体颜色
  5.     classColorFocus = true,         -- true or false 是否渲染焦点职业框体颜色
  6.     classColorParty = true,         -- true or false 是否渲染队伍职业框体颜色
  7.     repositionPartyText = false,    -- true or false 是否重新定位队伍文本
  8.     largeAuraSize = 24,             -- Blizzard default value is 21
  9.     smallAuraSize = 18,             -- Blizzard default value is 17
  10.     customStatusText = true,        -- true or false (是否自定义状态文本)
  11.     autoManaPercent = true,         -- true or false (是否用百分比显示法力值)
  12.     thousandSeparators = true,      -- true or false  是否在1000...1000.000...1000.000.000的.上添加空位隔符
  13.     simpleHealth = true,            -- 是否用K.M.G来精简计数 199.999 (200.000 to 200 k, 3.000.000 to 3 m)
  14.     RaidHide = false,               -- 是否隐藏暴雪系统团队框体

Interface\AddOns\MysteryUI\MysteryUI.lua 11-16:
Lua Code:
  1. --[[ 选项 ]]
  2. local SellGreyCrap = true           -- 是否自动出售灰色物品.
  3. local HideHotKeys = true            -- 是否隐藏快捷键和宏在技能栏里的文本
  4. local HideClock = false             -- 是否隐藏暴雪时钟
  5. local checkthrown = true            -- 是否检毒药
  6. local MoveWatchFrame = true         -- 是否移动任务追踪框体

Interface\AddOns\MysteryUI\Function\color.lua:
Lua Code:
  1. --  配置
  2.     ------
  3.     local class = false     -- 适用于头像的配色方案(忽略上面的颜色)
  4.     local gradient = false  -- false 适用于一个纯色(如果= true时,顶部颜色,如果不是纯色)
  5.     local topcolor = {      -- 顶部的渐变颜色 (rgb)
  6.         r = 0.3,
  7.         g = 0.3,
  8.         b = 0.3,
  9.     }
  10.     local bottomcolor = {   -- 底部的渐变色 (rgb)
  11.         r = 0.3,
  12.         g = 0.3,
  13.         b = 0.3,
  14.     }
  15.     local topalpha = 1.0    -- 顶部透明度
  16.     local bottomalpha = 1.0 -- 底部透明度



Acknowledgement: zork, Allez, Abin

1230
Support 5.42

0315
Support 5.2
5.2更新

Disable Blizzard pop up menu, you can change it in ui.xml
默认去除弹出式菜单,如果需要可以在插件ui.xml文件里去掉注释部分,

Raid addons Updated
团队插件更新;

Bag addons Updated
背包插件更新:

Fix health bar display problem
二次修复生命值百分比显示问题;


1214:
Support for version 5.1
12月14日更新:

5.1应急版本发布:(团队的增减益等待下个版本更新)

背包更新;

萨满的目标头像在PVP模式下的位置修正下调;

修复对Grid等插件的排斥错误修正;

1013:
Add SetAbility Filter.
添加全职业能力条移动设置,添加武僧的光环监视。
Add Bar_Style.
增加一种可选的动作条布局,但他不是很完善。

1006:
Correct PVP_Style.
修正PVP布局;
Add AbilityBar Set up.
添加全职业能力条设置;

1005:
CompactRaid added supports for Monk class.
CompactRaid 针对武僧职业团队更新;
Other frame correction.
其他框架修正;

1001:
Renamed MysteryUI_V5 version.
正式命名为:MysteryUI_V5版本;
Fighting Statistics Delete.
删除战斗统计模块;
Add command:PVP_Style/PVE_Style/Blizzard_Style.
添加切换pvp/pvp/暴雪布局的命令;
Add CornerMenuFrame.
添加新的系统菜单模块;


0929:
Add PVP_Style.Repair TargetFrame_CheckClassification color.
添加PVP布局选择;修正精英框架颜色。
Updated Version: 0929 you need to remove the WTF.
更新 版本: 0929 你需要删除WTF

0927:
Repair rep bars BUG.
修复经验条材质BUG

0926:
File structural adjustment.
文件结构调整
Delete rFilter3.
删除 rFilter3。
Add combat statistics.
添加战斗统计
Updated Version: 0926 you need to remove the WTF.
更新 版本: 0926 你需要删除WTF


0925:
Unified buttons Material.
统一动作条按钮材质。
Optional Files (0)


Post A Reply Comment Options
Unread 02-07-14, 01:40 AM  
Bluntcity
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I love your UI !

Thank you for sharing !
Report comment to moderator  
Reply With Quote
Unread 07-01-13, 06:38 AM  
nayami
A Defias Bandit

Forum posts: 3
File comments: 7
Uploads: 0
Smile No Poisons?

Have this issue on my rogue.

I keep getting spammed #####NO POISONS##### even while I have poisons on.

Is there any way around this?

Thanks, great addon.
Report comment to moderator  
Reply With Quote
Unread 06-11-13, 08:34 AM  
Scitovski
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Action Bar

Hi, is it possible for you to fix the problem where some actionbar icons go invisible, U can still click on the attack that is connected to the action bar. But what you dont see is the ICON of the ability and that is quite annyoing
Last edited by Scitovski : 06-11-13 at 08:40 AM.
Report comment to moderator  
Reply With Quote
Unread 05-05-13, 10:41 PM  
Stanislav
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hi, been using it forever now.
love this addon composition


was wondering if there is a way to extract the action bars style? i would like to try it add it to another composition for my playing experience, and the short action bar will fit in perfect.
let me know!
Report comment to moderator  
Reply With Quote
Unread 03-18-13, 07:38 AM  
Youarenext
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Very nice UI! i have one question is it possible to re size the scale of tooltip ? because i'm using a 1900x1200 graphic and looks biggest when mouseover the target and tooltip its bigger too Thanks
Report comment to moderator  
Reply With Quote
Unread 03-15-13, 05:41 PM  
nayami
A Defias Bandit

Forum posts: 3
File comments: 7
Uploads: 0
Chat

Hey, love the addon been using it for a while now.

What do I do to remove the new chat please?

I like to use chatter
Report comment to moderator  
Reply With Quote
Unread 03-15-13, 02:48 AM  
wackie
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 14
Uploads: 1
Cooldown buffs

NIce ui! i was just wondering how do i turn off the countdown on targets buffs/debuffs? because the text is so big i cant even see what buff it is behind the text :/
Report comment to moderator  
Reply With Quote
Unread 01-15-13, 06:18 AM  
nayami
A Defias Bandit

Forum posts: 3
File comments: 7
Uploads: 0
<3

Love this UI, my favorite.

Looking forward to future updates (:
Report comment to moderator  
Reply With Quote
Unread 11-14-12, 03:35 AM  
gr0by
A Deviate Faerie Dragon

Forum posts: 18
File comments: 26
Uploads: 0


whit "classTarget = true"
after I was on a vehicle

and
Last edited by gr0by : 11-28-12 at 04:02 AM.
Report comment to moderator  
Reply With Quote
Unread 11-10-12, 01:50 AM  
chrislue
A Defias Bandit

Forum posts: 2
File comments: 26
Uploads: 0
为什么血条变成上下分隔的两条,而不是截图里那样宽的一条?

另外怎么改变各个动作条的位置?比如我要把主动作条放到最上面。

另外我用台服的话,系统菜单的鼠标提示是问号。

还一个问题是,NPCScan不能在地图上显示稀有精英的路径了。
Last edited by chrislue : 11-10-12 at 02:40 AM.
Report comment to moderator  
Reply With Quote
Unread 10-29-12, 12:28 AM  
MysteryUI
A Kobold Labourer
 
MysteryUI's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 13
Uploads: 1
Originally Posted by lalcom
使用了楼主的最新版 感觉很不错 但是有点小瑕疵

能量值和法力值的数字刷新好像是几秒一次 玩盗贼的时候感觉比较明显 有时候一个需要35点能量的技能 图标已经亮了 可是能量条上显示的才20多 这个数字的刷新速度能改快点么?

还有如果能实现头像无战斗,生命 法力 无损失的时候渐隐就更好了!
最近多玩插件站得工作比较忙,没来的级更新,忙完这段我在看看需要更新的地方
Report comment to moderator  
Reply With Quote
Unread 10-26-12, 09:06 AM  
lalcom
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
使用了楼主的最新版 感觉很不错 但是有点小瑕疵

能量值和法力值的数字刷新好像是几秒一次 玩盗贼的时候感觉比较明显 有时候一个需要35点能量的技能 图标已经亮了 可是能量条上显示的才20多 这个数字的刷新速度能改快点么?

还有如果能实现头像无战斗,生命 法力 无损失的时候渐隐就更好了!
Last edited by lalcom : 10-26-12 at 09:09 AM.
Report comment to moderator  
Reply With Quote
Unread 10-23-12, 02:40 AM  
gr0by
A Deviate Faerie Dragon

Forum posts: 18
File comments: 26
Uploads: 0
Have a plan support the arena frames?
adaptable to the size and position?
I use straight from sArean just do not see how your frames.

sorry but my english is not the best too ^^
Report comment to moderator  
Reply With Quote
Unread 10-16-12, 03:00 PM  
Stanislav
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
again i want to thank you, i have everything set up now and it looks and acts fantastic.

i was wondering if there is a way to add this : http://www.wowinterface.com/forums/s...ad.php?t=33075

into the unitframes? i want to make all the debuffs that are not mine on the target grey.

so mine stand out more, is there a way to insert that code in the link into the addon?

please help me out
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 01:16 AM  
nayami
A Defias Bandit

Forum posts: 3
File comments: 7
Uploads: 0
Sick UI love it <3

Any chance for 3D portraits? (:
or maybe someone knows an addon that might help?
Last edited by nayami : 10-14-12 at 01:19 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: