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,863
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 09-26-12, 12:08 PM  
bladelee1
A Kobold Labourer

Forum posts: 1
File comments: 11
Uploads: 0
Thank you

I like this it nice and light but was wondering the leveling/rep bars is way to long how do i scale it to match the action bars ty
Last edited by bladelee1 : 09-26-12 at 12:30 PM.
Report comment to moderator  
Reply With Quote
Unread 09-26-12, 08:40 PM  
MysteryUI
A Kobold Labourer
 
MysteryUI's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 13
Uploads: 1
Re: Thank you

Originally Posted by bladelee1
I like this it nice and light but was wondering the leveling/rep bars is way to long how do i scale it to match the action bars ty
Do not open rep bars, it has BUG
Report comment to moderator  
Reply With Quote
Unread 09-26-12, 11:32 PM  
MysteryUI
A Kobold Labourer
 
MysteryUI's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 13
Uploads: 1
Re: Thank you

Originally Posted by bladelee1
I like this it nice and light but was wondering the leveling/rep bars is way to long how do i scale it to match the action bars ty
Has been repaired
Report comment to moderator  
Reply With Quote
Unread 09-27-12, 02:44 PM  
bladelee1
A Kobold Labourer

Forum posts: 1
File comments: 11
Uploads: 0
Re: Re: Thank you

Originally Posted by MysteryUI
Originally Posted by bladelee1
I like this it nice and light but was wondering the leveling/rep bars is way to long how do i scale it to match the action bars ty
Has been repaired

ty ty
Report comment to moderator  
Reply With Quote
Unread 09-28-12, 01:20 PM  
Bassehave
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Very nice addon, just one quick question

How can I show the numbers on my bars?
Report comment to moderator  
Reply With Quote
Unread 09-28-12, 01:42 PM  
MysteryUI
A Kobold Labourer
 
MysteryUI's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 13
Uploads: 1
Originally Posted by Bassehave
Very nice addon, just one quick question

How can I show the numbers on my bars?
Modify-
Interface\AddOns\MysteryUI\MysteryUI.lua:
Lua Code:
  1. local HideHotKeys = false            --true or false--  show the numbers on my bars

I'm sorry, my English is not good, do not know whether this translation
Last edited by MysteryUI : 09-28-12 at 01:44 PM.
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 05:18 AM  
Ak1ra
A Fallenroot Satyr
 
Ak1ra's Avatar

Forum posts: 26
File comments: 63
Uploads: 0
is it works for ruRU client ?

and can i somehow move my casting bar? it overlaps with my pet skill bar
Last edited by Ak1ra : 09-29-12 at 05:29 AM.
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 06:06 AM  
cozmos
A Murloc Raider

Forum posts: 8
File comments: 24
Uploads: 0
/hug
nice job man!

How to disable the Sidebar Mouseover Function? Was looking for it but my lua programming knowledge is rly low
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 06:29 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 Ak1ra
is it works for ruRU client ?

and can i somehow move my casting bar? it overlaps with my pet skill bar
Interface\AddOns\MysteryUI\Frame\Unitframes.lua 136-139:
Lua Code:
  1. if UnitFrames.config.PVE_Style then
  2. _G[cbf]:SetPoint("TOP", WorldFrame, "BOTTOM", 0, 130) -- my casting bar
  3. _G[cbf].SetPoint = function() end
  4. end

ruRU No error, But the Language needs to be localized.I only know Chinese, so ...............
Last edited by MysteryUI : 09-29-12 at 07:00 AM.
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 06:36 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 cozmos
/hug
nice job man!

How to disable the Sidebar Mouseover Function? Was looking for it but my lua programming knowledge is rly low
Interface\AddOns\MysteryUI\Frame\Bar.lua 138-150:
Lua Code:
  1. function SetSidebarAlpha()
  2.     local Alpha = 0  ---- local Alpha = 1   0=Enable,1=Close,
  3.     if MouseInSidebar or ButtonGridIsShown then Alpha = 1 end
  4.     if SpellFlyout:IsShown() then
  5.         DelayEvent(SetSidebarAlpha, GetTime()+.5)
  6.     else
  7.         for i = 1, 12 do
  8.             _G["MultiBarRightButton"..i]:SetAlpha(Alpha);
  9.             _G["MultiBarLeftButton"..i]:SetAlpha(Alpha);
  10.         end
  11.     end
  12.  
  13. end
Last edited by MysteryUI : 09-29-12 at 06:36 AM.
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 07:11 AM  
Ak1ra
A Fallenroot Satyr
 
Ak1ra's Avatar

Forum posts: 26
File comments: 63
Uploads: 0
Originally Posted by MysteryUI
Originally Posted by Ak1ra
is it works for ruRU client ?

and can i somehow move my casting bar? it overlaps with my pet skill bar
Interface\AddOns\MysteryUI\Frame\Unitframes.lua 136-139:
Lua Code:
  1. if UnitFrames.config.PVE_Style then
  2. _G[cbf]:SetPoint("TOP", WorldFrame, "BOTTOM", 0, 130) -- my casting bar
  3. _G[cbf].SetPoint = function() end
  4. end

ruRU No error, But the Language needs to be localized.I only know Chinese, so ...............
sry, im also bad at lua, so what do i need to change there to move casting bar somewere else? like a little bit higher than it is?)
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 09:24 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 Ak1ra
Originally Posted by MysteryUI
Originally Posted by Ak1ra
is it works for ruRU client ?

and can i somehow move my casting bar? it overlaps with my pet skill bar
Interface\AddOns\MysteryUI\Frame\Unitframes.lua 136-139:
Lua Code:
  1. if UnitFrames.config.PVE_Style then
  2. _G[cbf]:SetPoint("TOP", WorldFrame, "BOTTOM", 0, 130) -- my casting bar
  3. _G[cbf].SetPoint = function() end
  4. end

ruRU No error, But the Language needs to be localized.I only know Chinese, so ...............
sry, im also bad at lua, so what do i need to change there to move casting bar somewere else? like a little bit higher than it is?)
little bit higher than it is (Coordinate=[0, 150])
Lua Code:
  1. if UnitFrames.config.PVE_Style then
  2. _G[cbf]:SetPoint("TOP", WorldFrame, "BOTTOM", 0, 150) -- (Coordinate) my casting bar
  3. _G[cbf].SetPoint = function() end
  4. end
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 09:40 AM  
Ak1ra
A Fallenroot Satyr
 
Ak1ra's Avatar

Forum posts: 26
File comments: 63
Uploads: 0
Thanks alot, rly good UI. Good work!1
Now all its left for me to find updated addon to clear red text spam like "Spell is not ready" )
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 10:25 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 Ak1ra
Thanks alot, rly good UI. Good work!1
Now all its left for me to find updated addon to clear red text spam like "Spell is not ready" )
Please wait for the update
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 05:34 PM  
Ak1ra
A Fallenroot Satyr
 
Ak1ra's Avatar

Forum posts: 26
File comments: 63
Uploads: 0
Originally Posted by MysteryUI
Originally Posted by Ak1ra
Thanks alot, rly good UI. Good work!1
Now all its left for me to find updated addon to clear red text spam like "Spell is not ready" )
Please wait for the update
sure thing il be chekin for updates/improvements everyday)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: