Download
(6MB)
Download
Updated: 09-18-11 05:14 AM
Pictures
File Info
Updated:09-18-11 05:14 AM
Created:11-10-09 05:26 PM
Downloads:20,480
Favorites:62
MD5:

The Ultimate Shaman UI Grid Layout v4.202  Popular! (More than 5000 hits)

Version: v4.202
by: suicidalkatt [More]


Just my grid layout with OmniCC and Shared Media included.
OmniCC just provides the timer on my grid debuffs.

This page is best viewed using the WoWI "default" or "dark" theme. Apologies for any inconvenience.

This is stand alone and does not require my UI to work.

This version contains 2 profiles. One intended for the dps/tanking role, the other for healing. ( enh / resto )

>>Included a "FONTS" folder in the main directory. This will replace the default wow fonts to better suit the grid layout, particularly the GridStatusThreat text.<<
Simply do not copy this or rename the folder if you do not want this change.


Instructions:
  • 1. Copy your WTF and Interface folders in your wow directory to a backup folder.
  • 2. Extract the zip to a folder on your desktop.
  • 3. Rename the WTF\Account\YOUR ACCOUNT NAME to whatever it is in your wow folder before you copy it all into your wow folder.
  • 4. Copy the WTF and Interface folders to your wow directory.
  • 5. Log in and make sure you have these addons turned on:
    • Ace3
    • Grid
    • GridConfigIcons
    • GridIndicatorCornerIcons
    • GridIndicatorCornerPlus
    • GridIndicatorIconBar
    • GridIndicatorText3
    • GridInvertedColor New -v4.202!
    • GridManaBars
    • GridStatusFastHealth New -v4.202!
    • GridStatusHealTrace
    • GridStatusRaidDebuff
    • GridStatusRaidIcons
    • GridStatusRD_Cata
    • GridStatusRes
    • GridStatusSinestra (removed)
    • GridStatusThreat
    • LibResComm-1.0
    • OmniCC
    • OmniCC_Config
    • SharedMedia
    • SharedMedia_MyMedia (Not an actual addon just additional custom shared media files for this layout)
    • SharedMediaAdditionalFonts
  • 6. Type "/grid" and click on profiles. Select from the top drop down menu "UltimateShamanUI" or "UltimateShamanUI_25".



The font's used may seem out of place for some so feel free to select which ones you'd rather use.


Please leave any comments regarding this in the comments section and please feel free to leave suggestions or requests!

--[[v3.0]]--
  • Addons Updated: Grid, GridStatusRaidDebuff, etc
  • Introduced GridStatusCloseUp into the layout.
  • Introduced dual profiles, allowing 2 grid layouts per spec.
  • The layouts now grows UPwards rather than downwards.
  • >>Included a "FONTS" folder in the main directory. This will replace the default wow fonts to better suit the grid layout particularly the GridStatusThreat text.
  • Just a side note, normally when I update this, the UI is either already released or soon to be.

--[[v1.5]]--
  • Addons Updated: Grid, GridStatusRaidDebuff, etc

--[[v1.4]]--
  • Addons Updated: GridStatusRaidDebuffs, Omni-CC, LibHealComm/Wrapper4.0
  • Added Buff: Divine Intervention
  • Switched the locations of Player Target and Player raid icon status's.
  • Added LibHealcomm4 and LibWrapper.
  • Debuff Ghost color changed.
  • "ChainWho?" crit color changed.

--[[v1.3]]--
  • Update to 3.3, all errors fixed
Post A Reply Comment Options
Unread 04-24-10, 06:58 AM  
ragza
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 10
Uploads: 1
GRID GROW UP INSTEAD OF DOWN

Hey, mate. I love your Grid frame fits perfect into my current UI! Can you please tell me how to make the group grow up instead of down cuz it goes over my oUF frame.
Report comment to moderator  
Reply With Quote
Unread 04-17-10, 11: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
Originally posted by Puhtz
Hey. First i wanted to say great layout. I have been using your Ultimate UI recently and love it. Just a quick question. I had changed some things about grid to more my liking. Now when someone takes dmg the part of the bar that's empty showing the missing health is no longer that glossy white its just black. I was wondering how to change it back. Thank you in advance!
Grid was recently updated and this:

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) --To revert this change, 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
Must be done to allow the white background.

Just go into the grid folder, open GridFrame.lua and make the changes and save document.
Report comment to moderator  
Reply With Quote
Unread 04-17-10, 08:04 PM  
Puhtz
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hey. First i wanted to say great layout. I have been using your Ultimate UI recently and love it. Just a quick question. I had changed some things about grid to more my liking. Now when someone takes dmg the part of the bar that's empty showing the missing health is no longer that glossy white its just black. I was wondering how to change it back. Thank you in advance!
Report comment to moderator  
Reply With Quote
Unread 04-14-10, 01:03 AM  
Maddiie
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Its finally worked!
Thans so much for your help and patience and I can't wait to use it
__________________
Maddiie | Protection Paladin | Frostmourne - US
Report comment to moderator  
Reply With Quote
Unread 04-14-10, 12:59 AM  
Maddiie
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Re: Re: Buffs and Debuffs

Originally posted by suicidalkatt
The saved variables aren't being copied to your character's account saved variables properly. Double check your folder names and make sure you're overwriting the saved variables when you drop them over.
I didnt have grid before this so I dont think it had to over write anything?
I'll try re copying them again
__________________
Maddiie | Protection Paladin | Frostmourne - US
Report comment to moderator  
Reply With Quote
Unread 04-13-10, 11:47 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: Buffs and Debuffs

Originally posted by Maddiie
I thought maybe I could copy the settings you listed at the bottom of the main page, however, I don't have alot of those Buffs/Debuffs in my options.
Thanks for all your help,
Maddiie
The saved variables aren't being copied to your character's account saved variables properly. Double check your folder names and make sure you're overwriting the saved variables when you drop them over.
Report comment to moderator  
Reply With Quote
Unread 04-13-10, 11:09 PM  
Maddiie
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Buffs and Debuffs

I thought maybe I could copy the settings you listed at the bottom of the main page, however, I don't have alot of those Buffs/Debuffs in my options.
Thanks for all your help,
Maddiie
__________________
Maddiie | Protection Paladin | Frostmourne - US
Report comment to moderator  
Reply With Quote
Unread 04-13-10, 10:37 PM  
Maddiie
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Re: Re: WTF

Originally posted by suicidalkatt
Make sure you didn't use your battle.net email address as the account name, but rather your original wow account name. Some people confuse that and end up making a folder that does nothing.

Let me know if that has solved your problem.
rather than create new folders I just extracted the WTF files and addons from ur package to my desktop and then copied them into my WTF and addons folders. but yes it does use my old account name not battle.net address
__________________
Maddiie | Protection Paladin | Frostmourne - US
Report comment to moderator  
Reply With Quote
Unread 04-13-10, 10:33 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: WTF

Originally posted by Maddiie
Hi there,
I'm a pally tank but quite like the look of your grid so have just decided to DL that.
I copied the Grid and other addons into my World of Warcraft\Interface\AddOns folder and I copied the WTF files into World of Warcraft\WTF\Account\(My account name)\SavedVariables
However, when I go in game all the Grid is installed but I can't find "Ultimate shaman UI" in the dropdown profile menu I can only see the character, realm and class options. I clicked the link that you posted earlier but it didn't help.
Any suggestions?
Thanks,
Maddiie
Make sure you didn't use your battle.net email address as the account name, but rather your original wow account name. Some people confuse that and end up making a folder that does nothing.

Let me know if that has solved your problem.
Report comment to moderator  
Reply With Quote
Unread 04-13-10, 10:23 PM  
Maddiie
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
WTF

Hi there,
I'm a pally tank but quite like the look of your grid so have just decided to DL that.
I copied the Grid and other addons into my World of Warcraft\Interface\AddOns folder and I copied the WTF files into World of Warcraft\WTF\Account\(My account name)\SavedVariables
However, when I go in game all the Grid is installed but I can't find "Ultimate shaman UI" in the dropdown profile menu I can only see the character, realm and class options. I clicked the link that you posted earlier but it didn't help.
Any suggestions?
Thanks,
Maddiie
Report comment to moderator  
Reply With Quote
Unread 01-26-10, 06:28 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 Indicator Placement

Originally posted by Rhudaur
Hi..thanks so much for all your work on your addons.
Well thanks for that list! However you are missing:

Top Right Corner: Earthliving

Very good list otherwise :P, I'll be sure to list that on the main page for others <3.
Report comment to moderator  
Reply With Quote
Unread 01-26-10, 06:12 PM  
Rhudaur
A Defias Bandit

Forum posts: 2
File comments: 8
Uploads: 0
Grid Indicator Placement

Hi..thanks so much for all your work on your addons.

Would the following list be correct for how you set up indicator placement? I thought a list of what shows up where might be helpful for me.

Regards


Expand Grid and then expand Frame to see:

Border:
Aggro alert, Incoming heals, Low HP warning, Low Mana warning, Ready check

Health Bar Color:
Buff Earth Shield, Chain Who?, Death Warning, Debuff: Ghost, Debuff: Penetrating Cold, Offline Warning, Unit health

Healing Bar:
Incoming heals

Center Text:
Feign Death Warning, Unit Name

Center Text 3 (Middle):
Health deficit, Threat: Text

Center Text 2:
Death Warning, Debiff: Ghost, Incoming heals, Offline warning, Ready Check

Center Icon:
Debuff: Empowered Darkness, Debuff: Empowered Light, Debuff: Powering Up, Debuff: Sanity

Icon Bar:
Icon #1: Raid Debuff
Icon #2: Buff: Aura Mastery, Buff: Divine Sacrifice, Buff: Guardian Spirit, Buff: Misdirection, Buff: Pain Suppression, Buff: Tricks of the Trade, Raid Target Icon: Player Target, Ready Check

Icon (Corners):
Top Left Corner Icon (Left): Raid Target Icon: Player
Top Left Corner Icon (Right): Buff: Blessing of Ancient Kings
Top Right Corner Icon (Left): none
Top Right Corner Icon (Right): none
Bottom Left Corner Icon (Left): Buff: Soulstone Resurrecton
Bottom Left Corner Icon (Right): Debuff: Dark Essence, Debuff: Light Essence, Debuff: Sanity
Bottom Right Corner Icon (Left): none
Bottom Right Corner Icon (Right): Buff: Earth Shield

Top Left Corner Icon (Left):
Buff: Well Fed

Top Left Corner Plus:
Top Left Corner (top right): none
Top Left Corner (bottom left): none
Top Left Corner (bottom right): none

Top Right Corner:
none

Top Right Corner Plus:
Top Right Corner (top left): Buff: Riptide
Top Right Corner (bottom left): Buff: Ancestral Fortitude
Top RIght Corner (bottom right): Buff: Earth Shield

Bottom Left Corner:
none

Bottom Left Corner Plus:
Bottom Left Corner (top left): none
Bottom Left Corner (top right): none
Bottom Left Corner (bottom right): none

Bottom Right Corner:
Debuff type: Poison

Bottom Right Corner Plus
Bottom Right Corner (top left): Debuff type: Magic
Bottom Right Corner (top right): Debuff type: Disease
Bottom Right Corner (bottom left): Debuff type: Curse

Frame Alpha:
Death Warning, More than 10 yards away, More than 100 yards away, More than 30 yards away, More than 40 yards away, Offline warning

Mana Bar:
Mana
Report comment to moderator  
Reply With Quote
Unread 01-25-10, 03:41 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: Thanks!

Originally posted by Murkon
Thank you for this! I just got it going on my shaman and haven't run into any issues yet.

I do have a quick question though. You said you edited some of the Lua yourself. Is it ok to update anything included in the download or should I just leave it alone?

Thanks again for this
The only thing addon you should have to worry about updating is Grid. I have the custom color change there * couple posts down * that changes the background color to white from the default black.

I basically changed the lua so I could reach certain option values that the authors didn't find was needed to make my layout the way it is. If you update the addon's nothing will look different, you'll just not have the option values I allowed. If you change some of the values you might not be able to reach them.

I'm going to update this after ICC has been cleared, just so raid debuffs is up to date.

Edit: This should be using the latest grid available on curse so, no need to update grid.
Last edited by suicidalkatt : 01-25-10 at 04:16 PM.
Report comment to moderator  
Reply With Quote
Unread 01-25-10, 03:24 PM  
Murkon
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Thanks!

Thank you for this! I just got it going on my shaman and haven't run into any issues yet.

I do have a quick question though. You said you edited some of the Lua yourself. Is it ok to update anything included in the download or should I just leave it alone?

Thanks again for this
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 10:15 PM  
Toeler
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 8
Uploads: 1
Originally posted by suicidalkatt
Here lol?
Oh haha, so sorry, forgot to check pages further back. Tyvm
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.