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,428
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 09-21-10, 02:03 AM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Re: Re: Re: Grid is not showing damage

Originally posted by Meriduss
Ok. But for some reason, it is not showing up white right now (user error possibly? (me)) I have gone through trying to set all the "backgrounds" to white, but nothing changes. Any suggestions?
You most likely have updated your Grid from curse or elsewhere and if you overwrite it it'll remove my alteration.
Report comment to moderator  
Reply With Quote
Unread 09-21-10, 02:02 AM  
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 Atamoose
Love the UI, managed to get everything looking good on my 1440x900 res.

Just one problem though, I'm having an issue with Power Auras, I constantly get the 'No Earth Shield' and no elemental shield icons popping up when there is an Earth Shield up and I have Water Shield on myself. Looked through the config menu and I cant really see what could be wrong.
Watch the install video for a proper way to configure your power auras.
Report comment to moderator  
Reply With Quote
Unread 09-18-10, 08:18 PM  
Atamoose
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Love the UI, managed to get everything looking good on my 1440x900 res.

Just one problem though, I'm having an issue with Power Auras, I constantly get the 'No Earth Shield' and no elemental shield icons popping up when there is an Earth Shield up and I have Water Shield on myself. Looked through the config menu and I cant really see what could be wrong.
Report comment to moderator  
Reply With Quote
Unread 09-17-10, 02:08 PM  
Meriduss
A Defias Bandit
 
Meriduss's Avatar

Forum posts: 2
File comments: 7
Uploads: 0
Re: Re: Re: Grid is not showing damage

Originally posted by Meriduss
Ok. But for some reason, it is not showing up white right now (user error possibly? (me)) I have gone through trying to set all the "backgrounds" to white, but nothing changes. Any suggestions?

Disregard. I just cleared out everything that had to do with grid, and put all your files back in and it seems to be working now. Great stuff Loving the UI.
Report comment to moderator  
Reply With Quote
Unread 09-17-10, 12:15 PM  
Meriduss
A Defias Bandit
 
Meriduss's Avatar

Forum posts: 2
File comments: 7
Uploads: 0
Re: Re: Grid is not showing damage

Originally posted by suicidalkatt
There are numerous alterations I've made to some AddOns in my compilation. One in particular is "GridFrame.lua" which changes the invert background color to white.
Ok. But for some reason, it is not showing up white right now (user error possibly? (me)) I have gone through trying to set all the "backgrounds" to white, but nothing changes. Any suggestions?
Report comment to moderator  
Reply With Quote
Unread 09-16-10, 05:43 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: Grid is not showing damage

Originally posted by Meriduss
Hi suicidalkatt,

I have been using your UI for about 6 months now and am LOVING it! Last week, after a death in ICC I noticed that Grid stopped showing any health drops for everyone. I logged out, logged back in, and nothing changed. Today I deleted all the grid files in my interface folder and in my WTF folder, and reinstalled them from your grid files and also from your included grid files here. I have included a screen show to show exactly what I'm talking about:
Grid, No Damage

I appreciate any help you can give. Have a raid tomorrow night and raiding with the stock raid frames sucks balls



*EDIT*: I actually believe that the "background" (what shows "behind" our healt bar) is actually the same color as my health bar. I would like to make it...say...white. How do I do this? I have changed it under Grid > Layout > Background - but it does not seem to change.
There are numerous alterations I've made to some AddOns in my compilation. One in particular is "GridFrame.lua" which changes the invert background color to white.

Inside that lua file I have altered this function:

Lines 505-516:
Code:
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(r * 0.2, g * 0.2, b * 0.2, 1)
        self.frame.BarBG:SetVertexColor(1, 1, 1, 1) -- Sets background white on invert.
    else
        self.frame.Bar:SetStatusBarColor(0, 0, 0, 0.8)
        self.frame.BarBG:SetVertexColor(r, g, b, a)
    end

    self:UpdateHealingBarColor()
end
Report comment to moderator  
Reply With Quote
Unread 09-16-10, 02:30 PM  
Meriduss
A Defias Bandit
 
Meriduss's Avatar

Forum posts: 2
File comments: 7
Uploads: 0
Grid is not showing damage

Hi suicidalkatt,

I have been using your UI for about 6 months now and am LOVING it! Last week, after a death in ICC I noticed that Grid stopped showing any health drops for everyone. I logged out, logged back in, and nothing changed. Today I deleted all the grid files in my interface folder and in my WTF folder, and reinstalled them from your grid files and also from your included grid files here. I have included a screen show to show exactly what I'm talking about:
Grid, No Damage

I appreciate any help you can give. Have a raid tomorrow night and raiding with the stock raid frames sucks balls



*EDIT*: I actually believe that the "background" (what shows "behind" our healt bar) is actually the same color as my health bar. I would like to make it...say...white. How do I do this? I have changed it under Grid > Layout > Background - but it does not seem to change.
Last edited by Meriduss : 09-16-10 at 03:12 PM.
Report comment to moderator  
Reply With Quote
Unread 09-14-10, 10:54 AM  
Fatch
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Thank you

This is by far the best UI I have ever used... for any of my toons. I have been using it since ... i cant remember lol...

I am very glad you put this together, and thought I would just make a post saying such. Again, a 10000 times thank you!
Report comment to moderator  
Reply With Quote
Unread 09-07-10, 05:38 AM  
jakubs11
A Kobold Labourer
 
jakubs11's Avatar

Forum posts: 0
File comments: 24
Uploads: 0
Re: Re: o_0

Originally posted by suicidalkatt
1. It's from totem timers. /tt
2. Not sure what's causing that. You may have some additional addon of your own that's conflicting. I have an addon called SpeedyActions which if used with another addon called Snowfall Keypress will cause some errors.
3. Probably due to #2.
to be honest, i haven't noticed the speedyactions and I installed snowfall keypress... that's probably the reason

thanks for your help
Nothri
Report comment to moderator  
Reply With Quote
Unread 09-06-10, 09:14 PM  
zilios
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
target buffs and debuffs

hey for some reason on some toons it shows buffs and debuffs on my target and on others (my main and a few others) there are no buffs showing which mod controls that?
Report comment to moderator  
Reply With Quote
Unread 09-06-10, 07:42 AM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

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

Originally posted by jakubs11
1) the red circlie on both pictures




what is it and how to disable it? i've been trying with FX settings but it seems like it's not that...
during fights it's overlaping my mealstrom count.

2) it's pretty often that my keybounds refuse to work and i have to /reload to make them work. what can be the reason and how to avoid that?

3) how to meake power auras to work every time? normally when i log in i've got to /reload to have it on...

cheers
1. It's from totem timers. /tt
2. Not sure what's causing that. You may have some additional addon of your own that's conflicting. I have an addon called SpeedyActions which if used with another addon called Snowfall Keypress will cause some errors.
3. Probably due to #2.
Report comment to moderator  
Reply With Quote
Unread 09-06-10, 07:37 AM  
jakubs11
A Kobold Labourer
 
jakubs11's Avatar

Forum posts: 0
File comments: 24
Uploads: 0
o_0

1) the red circlie on both pictures




what is it and how to disable it? i've been trying with FX settings but it seems like it's not that...
during fights it's overlaping my mealstrom count.

2) it's pretty often that my keybounds refuse to work and i have to /reload to make them work. what can be the reason and how to avoid that?

3) how to meake power auras to work every time? normally when i log in i've got to /reload to have it on...

cheers
Last edited by jakubs11 : 09-06-10 at 07:41 AM.
Report comment to moderator  
Reply With Quote
Unread 09-04-10, 09:17 AM  
jakubs11
A Kobold Labourer
 
jakubs11's Avatar

Forum posts: 0
File comments: 24
Uploads: 0
ehhh... my old-school thinking made me think that ForteXorcist is still only for warlock
nice one
cheers
Report comment to moderator  
Reply With Quote
Unread 09-04-10, 06:23 AM  
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 jakubs11


I've got a question: what ForteXorcist does in ShamanUI?
lovely UI btw good job

http://www.wowinterface.com/download...teXorcist.html
Report comment to moderator  
Reply With Quote
Unread 09-04-10, 04:41 AM  
jakubs11
A Kobold Labourer
 
jakubs11's Avatar

Forum posts: 0
File comments: 24
Uploads: 0


I've got a question: what ForteXorcist does in ShamanUI?
lovely UI btw good job
Last edited by jakubs11 : 09-04-10 at 04:51 AM.
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.