Download
(25MB)
Download
Updated: 03-14-13 06:24 PM
Pictures
File Info
Updated:03-14-13 06:24 PM
Created:09-01-12 07:13 PM
Downloads:6,177
Favorites:20
MD5:

Vytle [Caith UI MoP Update]  Popular! (More than 5000 hits)

Version: 5.2c
by: v1nk [More]

Updated for patch 5.2!

FAN UPDATE FOR PATCH 5.2

Download the Original CaithUI here:

http://www.wowinterface.com/download...5-CaithUI.html



Installation Guide:

READ THE README FILE INSIDE THE ZIP FILE!
1) Backup your Interface and WTF folders!
2) Copy over the Interface, WTF and Font folders inside your World of Warcraft folder
3) Inside the WTF folder, change "ACCOUNTNAMEHERE" to your account name (not battle.net)! in caps.
4) Inside the WTF folder change Charname to your character name (CaSe SeNsItIvE)
5) Log into WoW and type /Reflux switch Vytle (Capital V)
6) type "/msbt" in chat and use Vytle profile

Addon List:

Unitframes: PitBull, kgPanels, Quartz
Buttons: Dominos, OmniCC, Masque, nibMicroMenu
Combat: DoomCooldownPulse
PVE: ChatLoot
PVP: Lose Control
Buffs: nBuff, Weak Auras
Map: nMap, Mapster
Other: !Beautycase, Reflux, SharedMedia, nCore, oGlow


notes over Caith UI 4.x

bartender has been changed to dominos and uses 2x 12 button bars
buttonfacade has been changed to Masque
Weak Aura icons are located inside SharedMedia/icons/

Other features
Auto Repair
Sell Junk
auto greed / Disenchant (greens while in party / raid)

5.2c

- fixed nibMicroMenu causing blank pvp frame (thanks to DeezeNuts for reporting)
- description update (added nib and updated version numbers)

5.2b

- added Reflux
- cleaned up some obsolete kgpanel frames
- added various weak auras for Frost Mages

update for patch 5.2

- update for patch 5.2
- title and description update

minor description update

- updated the description, weak auras - link to caith ui smaller

minor update 2:

- added: lose control added
- added: MiniBar under minimap
- added: chat tab for monitoring loot rolls (ChatLoot)
- added: mapster
- added: various icons to [SharedMedia/icons/]
- changed: power aura to weak auras and added auras for various classes (more coming soon)

minor update:

- added a higher resolution screenshot (resto druid)
- changed and updated the readme to a .txt file and re-described how to set scale (thanks to EGsynergy)
this can be done in the Interface/Addons/nCore/core.lua file (line 11)
- removed the WTF/Config.wtf file (thanks to Rammoth)
- removed .DS Store files from my mac
Post A Reply Comment Options
Unread 11-17-12, 08:20 PM  
Viryz
A Cyclonian
AddOn Compiler - Click to view compilations

Forum posts: 42
File comments: 36
Uploads: 1
Originally Posted by Talizman
Thank you so much for continuing what I think is the most cleanest visually appealing UI compilation out there!

I spent a whole year trying to tweak and update the original but there was only so much I knew how to do with my poor skill in LUA language.

Question: What addon's are auto selling, repairing, and greeding? I can't seem to find them in the interface folder.
The addon you are looking for is nCore.

Autorepair: World of Warcraft\Interface\Addons\nCore\modules\autorepairsell.lua
Code:
-- AutoRepair and AutoSell Grey items


local db = {
	autoRepair = true,
	autoSell = true,
Change to false.

----------------------------------------------------------------------------

Autogreeding: World of Warcraft\Interface\Addons\nCore\modules\autogreed.lua

I guess you just delete that "autogreed.lua" file, if you want it to be normal.
Report comment to moderator  
Reply With Quote
Unread 11-17-12, 06:56 PM  
Talizman
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 1
Thank you so much for continuing what I think is the most cleanest visually appealing UI compilation out there!

I spent a whole year trying to tweak and update the original but there was only so much I knew how to do with my poor skill in LUA language.

Question: What addon's are auto selling, repairing, and greeding? I can't seem to find them in the interface folder.
Report comment to moderator  
Reply With Quote
Unread 11-13-12, 06:57 AM  
Viryz
A Cyclonian
AddOn Compiler - Click to view compilations

Forum posts: 42
File comments: 36
Uploads: 1
Originally Posted by v1nk
Compilation updated to 1.02

+ added: weak auras
+ added: lose control
+ added: loot tabb
+ added: minibar under minimap

some weak aura examples (more updates coming soon)


MiiniBar under mini map

will read feedback and I'm looking into alternatives

Lose Control


Loot History Tabb


loot frame
Great rework of the original UI. I've been trying out weakauras and Its indeed pretty similar to PowerAuras.
However. I cannot get the timers to show or work.

Any help is appreciated.
Report comment to moderator  
Reply With Quote
Unread 11-12-12, 05:52 AM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
sorry that was an oversight by me, i'll update the zip later in the meantime

edit WTF/Account/ACCOUNTNAME/Server/Charactername/SavedVariables/bagnon.lua

Lua Code:
  1. BagnonFrameSettings = {
  2.     ["frames"] = {
  3.         ["inventory"] = {
  4.             ["frameColor"] = {
  5.                 nil, -- [1]
  6.                 nil, -- [2]
  7.                 nil, -- [3]
  8.                 0.9900000002235174, -- [4]
  9.             },
  10.             ["scale"] = 0.95,
  11.             ["frameBorderColor"] = {
  12.                 0.4313725490196079, -- [1]
  13.                 0.4313725490196079, -- [2]
  14.                 0.4313725490196079, -- [3]
  15.             },
  16.             ["y"] = 18.74345565164145,
  17.             ["x"] = -2.878396080379496,
  18.             ["itemFrameSpacing"] = 6,
  19.             ["dataBrokerObject"] = "BankStack",
  20.         },
  21.         ["guildbank"] = {
  22.             ["y"] = 301.8077087402344,
  23.             ["x"] = 582.2136840820313,
  24.             ["point"] = "BOTTOMLEFT",
  25.         },
  26.         ["bank"] = {
  27.             ["point"] = "BOTTOMLEFT",
  28.             ["y"] = 94.30773162841797,
  29.         },
  30.     },
  31.     ["version"] = "5.0.7",
  32. }

edit WTF/Account/ACCOUNTNAME/Server/Charactername/SavedVariables/LoseControl.lua

Lua Code:
  1. LoseControlDB = {
  2.     ["priority"] = {
  3.         ["Other"] = 0,
  4.         ["CC"] = 60,
  5.         ["Snare"] = 50,
  6.         ["Disarm"] = 50,
  7.         ["ImmuneSpell"] = 70,
  8.         ["PvE"] = 90,
  9.         ["Immune"] = 80,
  10.         ["Silence"] = 50,
  11.         ["Root"] = 50,
  12.     },
  13.     ["frames"] = {
  14.         ["arena1"] = {
  15.             ["anchor"] = "Blizzard",
  16.             ["enabled"] = 1,
  17.             ["alpha"] = 1,
  18.             ["size"] = 32,
  19.         },
  20.         ["party3"] = {
  21.             ["enabled"] = true,
  22.             ["x"] = 436.695556640625,
  23.             ["point"] = "TOPLEFT",
  24.             ["relativePoint"] = "TOPLEFT",
  25.             ["anchor"] = "None",
  26.             ["y"] = -377.4778137207031,
  27.             ["alpha"] = 1,
  28.             ["size"] = 32,
  29.         },
  30.         ["arena3"] = {
  31.             ["anchor"] = "Blizzard",
  32.             ["enabled"] = 1,
  33.             ["alpha"] = 1,
  34.             ["size"] = 32,
  35.         },
  36.         ["pet"] = {
  37.             ["enabled"] = 1,
  38.             ["x"] = 285.5588989257813,
  39.             ["point"] = "TOPLEFT",
  40.             ["relativePoint"] = "TOPLEFT",
  41.             ["anchor"] = "None",
  42.             ["y"] = -611.9633178710938,
  43.             ["alpha"] = 1,
  44.             ["size"] = 32,
  45.         },
  46.         ["party1"] = {
  47.             ["enabled"] = true,
  48.             ["x"] = 438.1177673339844,
  49.             ["point"] = "TOPLEFT",
  50.             ["relativePoint"] = "TOPLEFT",
  51.             ["anchor"] = "None",
  52.             ["y"] = -490.4110717773438,
  53.             ["alpha"] = 1,
  54.             ["size"] = 32,
  55.         },
  56.         ["party2"] = {
  57.             ["enabled"] = true,
  58.             ["x"] = 438.8287658691406,
  59.             ["point"] = "TOPLEFT",
  60.             ["relativePoint"] = "TOPLEFT",
  61.             ["anchor"] = "None",
  62.             ["y"] = -434.6556091308594,
  63.             ["alpha"] = 1,
  64.             ["size"] = 32,
  65.         },
  66.         ["player"] = {
  67.             ["enabled"] = true,
  68.             ["x"] = 666.6665649414063,
  69.             ["point"] = "TOPLEFT",
  70.             ["relativePoint"] = "TOPLEFT",
  71.             ["anchor"] = "None",
  72.             ["y"] = -366.5778503417969,
  73.             ["alpha"] = 1,
  74.             ["size"] = 32,
  75.         },
  76.         ["arena2"] = {
  77.             ["anchor"] = "Blizzard",
  78.             ["enabled"] = 1,
  79.             ["alpha"] = 1,
  80.             ["size"] = 32,
  81.         },
  82.         ["focus"] = {
  83.             ["enabled"] = true,
  84.             ["x"] = 491.3955383300781,
  85.             ["point"] = "TOPLEFT",
  86.             ["relativePoint"] = "TOPLEFT",
  87.             ["anchor"] = "None",
  88.             ["y"] = -257.4310913085938,
  89.             ["alpha"] = 1,
  90.             ["size"] = 32,
  91.         },
  92.         ["target"] = {
  93.             ["enabled"] = true,
  94.             ["x"] = 666.4178466796875,
  95.             ["point"] = "TOPLEFT",
  96.             ["relativePoint"] = "TOPLEFT",
  97.             ["anchor"] = "None",
  98.             ["y"] = -613.17333984375,
  99.             ["alpha"] = 1,
  100.             ["size"] = 32,
  101.         },
  102.         ["party4"] = {
  103.             ["enabled"] = true,
  104.             ["x"] = 437.4066772460938,
  105.             ["point"] = "TOPLEFT",
  106.             ["relativePoint"] = "TOPLEFT",
  107.             ["anchor"] = "None",
  108.             ["y"] = -318.8775939941406,
  109.             ["alpha"] = 1,
  110.             ["size"] = 32,
  111.         },
  112.         ["arena5"] = {
  113.             ["anchor"] = "Blizzard",
  114.             ["enabled"] = 1,
  115.             ["alpha"] = 1,
  116.             ["size"] = 32,
  117.         },
  118.         ["arena4"] = {
  119.             ["anchor"] = "Blizzard",
  120.             ["enabled"] = 1,
  121.             ["alpha"] = 1,
  122.             ["size"] = 32,
  123.         },
  124.     },
  125.     ["version"] = 5,
  126. }

Originally Posted by xdddddddhk2004
Is there any SavedVariables of the characters ?
I haven't found any saved data of the characters so the lose control so the lose control cannot work as same as you screenshot.
Also, do you make any change of bagnon? My bagnon is just the same as the original one.
Report comment to moderator  
Reply With Quote
Unread 11-11-12, 10:48 PM  
xdddddddhk2004
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Is there any SavedVariables of the characters ?
I haven't found any saved data of the characters so the lose control so the lose control cannot work as same as you screenshot.
Also, do you make any change of bagnon? My bagnon is just the same as the original one.
Report comment to moderator  
Reply With Quote
Unread 11-11-12, 06:15 PM  
spwx
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
AWESOME!
Report comment to moderator  
Reply With Quote
Unread 11-11-12, 05:06 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Wow I've never seen a 1919 x 1199 resolution before what size screen are you using?

if you type /align 256 it'll make things easier to line things up;

you can unlock the chat box and move it to the top

gladius profile should be caith ui as for threat plates I just use default at the moment,

the tooltip can be moved by modifying the config file interface/addons/nMinimap/config.lua and changing:
Lua Code:
  1. position = {
  2.         'TOPLEFT', UIParent, 'TOPLEFT', 450, -28
  3.     },
to your liking

your stance / presence bar is hidden by default you can change the settings by typing /dom

and finally you can change the position of the minibar by typing /nibmm and changing the X and Y positions under the position tab.

Originally Posted by spwx
Thanks a lot for this update! Just installed and this is what i got:

http://imgur.com/ScFmM

Im having a few issues:

what profile should I use for threat plate?

What profile for gladius?

How to i move my tooltip?

Where is the stance bar?

How do i move the mini menu back under the minimap?


I can manually drag my dominos and quartz bars back to center, but is there a better way to fix them all at once?


Thanks for this beautiful UI!
Last edited by v1nk : 11-11-12 at 05:09 PM.
Report comment to moderator  
Reply With Quote
Unread 11-11-12, 03:22 PM  
spwx
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Thanks a lot for this update! Just installed and this is what i got:

http://imgur.com/ScFmM

Im having a few issues:

what profile should I use for threat plate?

What profile for gladius?

How to i move my tooltip?

Where is the stance bar?

How do i move the mini menu back under the minimap?


I can manually drag my dominos and quartz bars back to center, but is there a better way to fix them all at once?


Thanks for this beautiful UI!
Report comment to moderator  
Reply With Quote
Unread 11-10-12, 08:08 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
@EGsynergy i'll look into that, thanks for the linl and thanks for proving help for others

@spwx: yeah you can change interface/addons/nMinimap/config.lua and change:

Lua Code:
  1. nMinimap.Config = {
  2.     tab = {
  3.         show = true,
  4.         showAlways = true,
  5.  
  6.         alphaMouseover = 1,
  7.         alphaNoMouseover = 0,
  8.  
  9.         showBelowMinimap = false,
  10.     },

And yeah I will be using github in the future mainly for weak aura changes

@Rammoth I used the original coding from Caith UI on the kgpanel (from saved variables) for the borders, maybe the screenshot doesn't show it properly

I'm still looking into adding a different minibar addon for the UI fans ill see what feedback i get for this release
Last edited by v1nk : 11-10-12 at 08:10 PM.
Report comment to moderator  
Reply With Quote
Unread 11-10-12, 07:51 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Compilation updated to 1.02

+ added: weak auras
+ added: lose control
+ added: loot tabb
+ added: minibar under minimap

some weak aura examples (more updates coming soon)


MiiniBar under mini map

will read feedback and I'm looking into alternatives

Lose Control


Loot History Tabb


loot frame
Report comment to moderator  
Reply With Quote
Unread 11-07-12, 05:57 PM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
Lightbulb good looking addition for those using this ui

I've been meaning to share this addon, as it looks great with the ui.

Miir Gui Texture pack - grey

This looks very nice; it adds skins to all blizzard frames. However, keep in mind that when using this a few of the caith borders WILL be changed into a more rectangular version, and unit frames will appear darker. Here are a few screenshots I have with the texture pack installed



Report comment to moderator  
Reply With Quote
Unread 11-04-12, 02:58 PM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
Re: THANK YOU SO MUCH!

you can mess with the pitbull settings and enable soul shards, shadow orbs, combo points, and runes. it's what I did.

Originally Posted by spwx
Thank you SOOOO much for bringing this back... Is there a way to always show the guild and friends bar on top of the minimap?

also im a Death Knight and was just wondering what everyone else was using for a rune bar with this add on?

final question... v1ck: are you not pushing to github anymore?

Thanks again!
Report comment to moderator  
Reply With Quote
Unread 11-04-12, 10:06 AM  
spwx
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
THANK YOU SO MUCH!

Thank you SOOOO much for bringing this back... Is there a way to always show the guild and friends bar on top of the minimap?

also im a Death Knight and was just wondering what everyone else was using for a rune bar with this add on?

final question... v1ck: are you not pushing to github anymore?

Thanks again!
Last edited by spwx : 11-04-12 at 10:09 AM.
Report comment to moderator  
Reply With Quote
Unread 11-03-12, 06:42 PM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 628
Uploads: 1
For the border, look at the original UI screenshots.

As for my suggestions. In my own opinion, they are going to work out much better.

In fact I just used kgpanels with the broker I mentioned using Chocolate Bar to show it, and moved it where I wanted, and it works out pretty good for a MicroMenu replacement. However, it's not as seamless as picoMenu from Neav UI.

I have a working, already separated version from Neav UI, it will work with any UI. I just haven't made my mind up yet if I want to use it, or the broker option. I am building my own UI as well, but not based off of anything, just gathering various inspiration from other UI's.
Report comment to moderator  
Reply With Quote
Unread 11-03-12, 05:11 PM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
close, it was the same thickness all around, and was just slightly thicker

Originally Posted by v1nk
Is this how the border used to look like?



and Rammoth i'll look into your suggestions, I agree that the mini bar does look outa place, shame that you can't have it to show on mouse over
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: