Download
(24MB)
Download
Updated: 09-25-12 12:34 AM
Pictures
File Info
Updated:09-25-12 12:34 AM
Created:07-31-09 05:37 AM
Downloads:75,441
Favorites:123
MD5:

The Ultimate Shaman UI 5.0.5 - 1920 x 1080 [16:9-WIDE]  Popular! (More than 5000 hits)

Version: v5.0.5
by: suicidalkatt [More]




--[[TUSUI v5.0.5 Installation]]--

Welcome to TUSUI! This UI has quite a few addons you may not be familiar with. It is suggested you look at all addon options in case you don't understand what they do or how they work.

To begin the installation of this UI you should back up your current UI and prepare your wow folder to install the UI properly.

**Step 1: Begin by backing up your UI. Create a Backup folder in your wow directy and copy your 'WTF' and 'Interface' folders into your backup folder.

**Step 2: Delete all your current addons from your 'Interface\AddOns\' folder. This is to avoid any addon conflicts.

**Step 3: Open the 'WTF' folder included in this download and rename the according folders inside to match the folders in your current WoW's 'WTF' folder.
You should see 3 folders:
A. YOUR ACCOUNT NAME (not your bnet email)
B. YOUR REALM NAME
C. YOUR CHARACTER NAME

**Step 4: Once your folders have been renamed, copy them directly to your WoW folder and 'Copy and Replace' any files prompted (all in most cases).

**Step 5: Open your WoW, and enable all addons for the character you are currently installing for.

**Step 6: On log in you'll be prompted, after the TUSUI Logo has disappeared from the screen, to 'Install' or 'Ignore'. Clicking the 'Install' button will set the UI up for the character you have set the files up for.
Should for some reason this prompt disappears or you click 'Ignore' and you have not installed the UI, you may use the slash command '/tusui install'.
Your UI should reload and you'll be prompted with additional help info and a confirmation that the UI has been installed correctly.

**Step 7: ...

**Step 8: Enjoy TUSUI v5.0.5



Optional Files (3)
File Name
Version
Size
Author
Date
Type
v5.001
161kB
08-28-12 04:17 AM
Addon
v4.202
6MB
09-18-11 05:14 AM
Addon
v4.0-b
9MB
11-21-10 06:09 PM
Addon


Post A Reply Comment Options
Unread 03-10-10, 07:47 AM  
loyalar
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
First want to say great UI.

Well here is my question. I was wondering if there is a way i can invert the health bars from black to the class color. As you have it now it is always black and when someone takes damage the class color comes out.

I understand changing this in grid i would have to change the names cause currently it uses class colors. I have no problem changing that. But for some reason when i choose invert color in grid it does not work properly. It just stays black but when someone takes damage nothing happens.

I'm not sure if this is embedded in your coding or not. If you can just point me to where i can change this i can probably do the rest from there. I have no problem coding a bit just need a starting point.

Thank you in advance.
Report comment to moderator  
Reply With Quote
Unread 03-10-10, 03:57 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Originally posted by loyalar
First want to say great UI.

Well here is my question. I was wondering if there is a way i can invert the health bars from black to the class color. As you have it now it is always black and when someone takes damage the class color comes out.

I understand changing this in grid i would have to change the names cause currently it uses class colors. I have no problem changing that. But for some reason when i choose invert color in grid it does not work properly. It just stays black but when someone takes damage nothing happens.

I'm not sure if this is embedded in your coding or not. If you can just point me to where i can change this i can probably do the rest from there. I have no problem coding a bit just need a starting point.

Thank you in advance.
As part of my UI I have a few things customized. One of them being My Grid Layout.

Just so you are aware, I have edited some of the Lua of Grid and some of the other indicators and status's to meet my needs for my layout.

These changes have altered the background color of grid from black to white, allowed GridIndicatorIconBar to be spaced much higher than default, allowed GridIndicatorCornerIcons's x and y range values to be increased to -20 to +20 from the default -10 and +10, and allowed GridManaBars to be smaller than default.
If you'd like to revert the color alteration, just redownload grid or update it via the curse client. Or if you'd like to know where I altered my coding:
Code:
In the GridFrame.lua:

Lines 464-474:
function GridFrameClass.prototype:SetBarColor(r, g, b, a)
if GridFrame.db.profile.invertBarColor then
self.frame.Bar:SetStatusBarColor(r, g, b, a)
self.frame.BarBG:SetVertexColor(1, 1, 1, 1) -- change to (0, 0, 0, 1)
else
self.frame.Bar:SetStatusBarColor(0, 0, 0, 0.8)
self.frame.BarBG:SetVertexColor(r, g, b ,a)
end

self:UpdateHealingBarColor()
end
As for the unit frames having a black color to class background. Those can be altered in the "/stuf" configuration.
Report comment to moderator  
Reply With Quote
Unread 03-10-10, 03:59 PM  
Vanderdander
A Kobold Labourer

Forum posts: 0
File comments: 50
Uploads: 0
anyone notice how the health for like towers and such dont show up any idea how to make them show?
Report comment to moderator  
Reply With Quote
Unread 03-10-10, 04:00 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Originally posted by Vanderdander
anyone notice how the health for like towers and such dont show up any idea how to make them show?
Can you show me a screenshot for what you mean?
Report comment to moderator  
Reply With Quote
Unread 03-10-10, 04:03 PM  
Vanderdander
A Kobold Labourer

Forum posts: 0
File comments: 50
Uploads: 0
Originally posted by suicidalkatt
Can you show me a screenshot for what you mean?
yea ill try and find one im talking about how with like wintergrasp and such the health for the doors dose not show up when you mouse over them
Report comment to moderator  
Reply With Quote
Unread 03-10-10, 04:29 PM  
Vanderdander
A Kobold Labourer

Forum posts: 0
File comments: 50
Uploads: 0
Originally posted by Vanderdander
yea ill try and find one im talking about how with like wintergrasp and such the health for the doors dose not show up when you mouse over them
http://img297.imageshack.us/img297/9...1010172757.jpg
no health bar showing doors health
Last edited by Vanderdander : 03-10-10 at 04:29 PM.
Report comment to moderator  
Reply With Quote
Unread 03-10-10, 04:45 PM  
Vanderdander
A Kobold Labourer

Forum posts: 0
File comments: 50
Uploads: 0
just messed up my tiptac tooltips anyway to reset them
Report comment to moderator  
Reply With Quote
Unread 03-12-10, 12:43 PM  
Taigen
A Defias Bandit
 
Taigen's Avatar

Forum posts: 3
File comments: 82
Uploads: 0
Could you please tell me the name of the mod that seems to be keeping track of the Maelstrom procs? the one with the little red, orange, and yellow boxes?
Report comment to moderator  
Reply With Quote
Unread 03-12-10, 02:37 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Originally posted by Taigen
Could you please tell me the name of the mod that seems to be keeping track of the Maelstrom procs? the one with the little red, orange, and yellow boxes?
http://www.wowinterface.com/download...amanAuras.html
Report comment to moderator  
Reply With Quote
Unread 03-16-10, 12:23 PM  
Shamtastik
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
?

hey bro, any word on when an update willl be out? great ui btw
__________________
Report comment to moderator  
Reply With Quote
Unread 03-16-10, 01:44 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Re: ?

Originally posted by Shamtastik
hey bro, any word on when an update willl be out? great ui btw
Working on an update to my threat plates and I'll probably be making it public.
Report comment to moderator  
Reply With Quote
Unread 03-16-10, 04:10 PM  
Shamtastik
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Re: Re: ?

Originally posted by suicidalkatt
Working on an update to my threat plates and I'll probably be making it public.
awesome, thanks
__________________
Report comment to moderator  
Reply With Quote
Unread 03-17-10, 12:09 PM  
xarak
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Waiting

Am i the only one that visits this page everyday checking for an update?:P
Report comment to moderator  
Reply With Quote
Unread 03-19-10, 11:08 AM  
Shamtastik
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Re: Waiting

Originally posted by xarak
Am i the only one that visits this page everyday checking for an update?:P
nope i do too
__________________
Report comment to moderator  
Reply With Quote
Unread 03-19-10, 07:47 PM  
Somalie187
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Ultimate Shaman UI Help

I hate to do this guys but need your help.

System Specs

Phenom 2 X3
ATI HD5870
4gb DDR3
Windows 7 Ultimate 64bit
Monitor UN55B8500 55 inch lcd tv. 1920x1080

I follow the install to the letter and yet I get a fatality/buggrabber error.
I know my /reflux switch UltimateShamanUIenh is correct and I enter it a couple times but no change at all. If I could please get some help on it I would really appreciate it, because I love the look of this UI

Simultas of US Fizzcrank 55 Resto Shaman!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.