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,142
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 06-16-13, 09:34 AM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Sorry for the lack of news regarding the update - been very busy IRL

I'll try and get a version up tonight (monday) or tomorrow (tuesday) evening!

to change the chat "say box" at the top of the frame edit Interface/AddOns/nChat/core.lua

and change
Lua Code:
  1. ChatFrame1EditBox:SetPoint('BOTTOMLEFT', ChatFrame1, 'BOTTOMLEFT', 2, -55)
  2. ChatFrame1EditBox:SetPoint('BOTTOMRIGHT', ChatFrame1, 'BOTTOMRIGHT', 0, -85)

to

Lua Code:
  1. ChatFrame1EditBox:SetPoint('BOTTOMLEFT', ChatFrame1, 'TOPLEFT', 2, 33)
  2. ChatFrame1EditBox:SetPoint('BOTTOMRIGHT', ChatFrame1, 'TOPRIGHT', 0, 33)

hope this helps

~ v1nk

EDIT: you'll have to re-posistion the "Battle.net toast frame" too

Also change

Lua Code:
  1. BNToastFrame:HookScript('OnShow', function(self)
  2.     BNToastFrame:ClearAllPoints()
  3.     BNToastFrame:SetPoint('BOTTOMLEFT', ChatFrame1EditBox, 'TOPLEFT', 0, -110)
  4. end)

to

Lua Code:
  1. BNToastFrame:HookScript('OnShow', function(self)
  2.     BNToastFrame:ClearAllPoints()
  3.     BNToastFrame:SetPoint('BOTTOMLEFT', ChatFrame1EditBox, 'TOPLEFT', 0, 15)
  4. end)
Last edited by v1nk : 06-17-13 at 01:36 PM.
Report comment to moderator  
Reply With Quote
Unread 06-11-13, 11:40 AM  
cysaw
A Defias Bandit

Forum posts: 3
File comments: 36
Uploads: 0
Re: Thanks for UI

Originally Posted by cysaw
I have one question I like having chat down on bottom left of screen is there anyway to make the "say" box to be on the top instead of bottom?

anyone know?
Report comment to moderator  
Reply With Quote
Unread 06-10-13, 01:32 PM  
cysaw
A Defias Bandit

Forum posts: 3
File comments: 36
Uploads: 0
Thanks for UI

I have one question I like having chat down on bottom left of screen is there anyway to make the "say" box to be on the top instead of bottom?
Report comment to moderator  
Reply With Quote
Unread 06-09-13, 03:30 PM  
DeezeNuts
A Defias Bandit

Forum posts: 3
File comments: 21
Uploads: 0
nevermind, it's nPlates.
Last edited by DeezeNuts : 06-09-13 at 03:34 PM.
Report comment to moderator  
Reply With Quote
Unread 05-30-13, 02:49 PM  
Lemonscented
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Great UI

I'm super OCD and I absolutely love how clean this UI is!

One question though; Is there any way I can get it so I don't have text bubbles for /party and /say? I turn it off manually but it resets every time I log off. I know it's probably as simple as editing one line of code, I just don't know where it is! Thanks in advance
Last edited by Lemonscented : 05-30-13 at 02:49 PM.
Report comment to moderator  
Reply With Quote
Unread 05-29-13, 01:17 AM  
EGsynergy
A Kobold Labourer

Forum posts: 0
File comments: 70
Uploads: 0
Can't wait! still loving this ui

Originally Posted by v1nk
Working on it

Originally Posted by DeezeNuts
Any update for 5.3?
Report comment to moderator  
Reply With Quote
Unread 05-23-13, 10:05 AM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Working on it

Originally Posted by DeezeNuts
Any update for 5.3?
Report comment to moderator  
Reply With Quote
Unread 05-21-13, 05:32 PM  
DeezeNuts
A Defias Bandit

Forum posts: 3
File comments: 21
Uploads: 0
Any update for 5.3?
Report comment to moderator  
Reply With Quote
Unread 04-18-13, 02:02 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Can you please post a screenhot on imgur.com or elsewhere so I can take a closer look at the scaling issues?

Originally Posted by Gunz212nyc
Love this UI but cannot get it working on my display
please help on how to display on 2560x1600 the scale is not working properly no matter what i set.

Originally Posted by EGsynergy
this is exactly what I was looking for. thank you

Originally Posted by v1nk
Thanks for the comments,

sorry I left some code in to try and make it easier for people setting up the UI, simply edit nCore/core.lua and edit / delete line 11

Lua Code:
  1. SetCVar('uiScale', 0.78) -- DO NOT MODIFY UNLESS YOU UNDERSTAND THE EFFECT THIS WILL HAVE ON THE UI

Originally Posted by EGsynergy
I've got this set up and it is excellent, great work! My only question is: upon logging in (or reloading the ui) the ui scale resets to .9 or so, even though I have manually changed it to the lowest possible scale in game(0.64999997615814) through the ui slider (I moved frames to accommodate for this) - is there any way to prevent this from happening? I am unsure whether it is an addon doing it or a change to one of the WTF files.
Report comment to moderator  
Reply With Quote
Unread 04-14-13, 02:43 PM  
Gunz212nyc
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Love this UI but cannot get it working on my display
please help on how to display on 2560x1600 the scale is not working properly no matter what i set.

Originally Posted by EGsynergy
this is exactly what I was looking for. thank you

Originally Posted by v1nk
Thanks for the comments,

sorry I left some code in to try and make it easier for people setting up the UI, simply edit nCore/core.lua and edit / delete line 11

Lua Code:
  1. SetCVar('uiScale', 0.78) -- DO NOT MODIFY UNLESS YOU UNDERSTAND THE EFFECT THIS WILL HAVE ON THE UI

Originally Posted by EGsynergy
I've got this set up and it is excellent, great work! My only question is: upon logging in (or reloading the ui) the ui scale resets to .9 or so, even though I have manually changed it to the lowest possible scale in game(0.64999997615814) through the ui slider (I moved frames to accommodate for this) - is there any way to prevent this from happening? I am unsure whether it is an addon doing it or a change to one of the WTF files.
Report comment to moderator  
Reply With Quote
Unread 04-05-13, 09:57 PM  
DeezeNuts
A Defias Bandit

Forum posts: 3
File comments: 21
Uploads: 0
Re: Re: WoW UI Reskin

Originally Posted by v1nk
I wasn't aware of that addon, thanks for the link ill check it out

you'll want to skin this with !beautycase not kgpanels

Originally Posted by DeezeNuts

Is it possible to make a kgpanel skin with this to match CaithUI?

Link to Original http://www.wowinterface.com/download...89-Aurora.html
That's awesome!
Report comment to moderator  
Reply With Quote
Unread 04-01-13, 12:41 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Re: WoW UI Reskin

I wasn't aware of that addon, thanks for the link ill check it out

you'll want to skin this with !beautycase not kgpanels

Originally Posted by DeezeNuts

Is it possible to make a kgpanel skin with this to match CaithUI?

Link to Original http://www.wowinterface.com/download...89-Aurora.html
Last edited by v1nk : 04-01-13 at 01:23 PM.
Report comment to moderator  
Reply With Quote
Unread 03-31-13, 09:25 AM  
DeezeNuts
A Defias Bandit

Forum posts: 3
File comments: 21
Uploads: 0
WoW UI Reskin


Is it possible to make a kgpanel skin with this to match CaithUI?

Link to Original http://www.wowinterface.com/download...89-Aurora.html
Last edited by DeezeNuts : 03-31-13 at 09:25 AM.
Report comment to moderator  
Reply With Quote
Unread 03-29-13, 09:04 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Re: Question, Once Again!

Yes absolutely! simply disable or delete the nPlates addon!

Originally Posted by colin6888
Hey, Back again! Once again, best UI! But, I have another question: Is there anyway to get rid of the nameplate skin? I'm sorry, but I'm used to Tidy Plates Threat Plates.
Report comment to moderator  
Reply With Quote
Unread 03-29-13, 03:52 PM  
colin6888
A Defias Bandit

Forum posts: 3
File comments: 2
Uploads: 0
Question, Once Again!

Hey, Back again! Once again, best UI! But, I have another question: Is there anyway to get rid of the nameplate skin? I'm sorry, but I'm used to Tidy Plates Threat Plates.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: