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,408
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 11-11-09, 12:00 PM  
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view AddOns

Forum posts: 150
File comments: 279
Uploads: 4
Great idea to share these kinds of lay-outs,
as there are alot of people asking how to get something like that.

I won't be using this, just wanted to let u know i find a good idea.
__________________

Tukui | Github
Report comment to moderator  
Reply With Quote
Unread 11-11-09, 01:03 PM  
Taigen
A Defias Bandit
 
Taigen's Avatar

Forum posts: 3
File comments: 82
Uploads: 0
I dont have your UI, but I like your format and would like to re-create it as best I can. Could you tell me how big you have your boxes? Like the height and width? and where do I find GridStatusRD_WotLK? I checked both Curse and this site and didn't find it. Is the name slightly off? Thanks for the help. I didn't even know the icon thing existed until i saw your image. So many plugins for Grid I just haven't gotten through each one yet.
Report comment to moderator  
Reply With Quote
Unread 11-11-09, 05:27 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
I dont have your UI, but I like your format and would like to re-create it as best I can. Could you tell me how big you have your boxes? Like the height and width? and where do I find GridStatusRD_WotLK? I checked both Curse and this site and didn't find it. Is the name slightly off? Thanks for the help. I didn't even know the icon thing existed until i saw your image. So many plugins for Grid I just haven't gotten through each one yet.
The addon is called GridStatusRaidDebuff, and there are two "sub addons" or parts to it, one of them being BC boss debuffs which I don't use since it would just be taking up memory and WotLK is the other one.

http://wow.curse.com/downloads/wow-a...id-debuff.aspx

My grid frames are 36 x 80.
Report comment to moderator  
Reply With Quote
Unread 11-11-09, 09:36 PM  
lilruff
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
thank you so mush form this addon . i love it
Report comment to moderator  
Reply With Quote
Unread 11-14-09, 10:17 AM  
beatific
Priest, Arygos
Premium Member

Forum posts: 10
File comments: 12
Uploads: 0
Could you direct me please to the section in the lua which changed the background to white from black? I would like to change that portion back.
Report comment to moderator  
Reply With Quote
Unread 11-14-09, 11:46 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 beatific
Could you direct me please to the section in the lua which changed the background to white from black? I would like to change that portion back.
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
Report comment to moderator  
Reply With Quote
Unread 11-14-09, 01:20 PM  
beatific
Priest, Arygos
Premium Member

Forum posts: 10
File comments: 12
Uploads: 0
Thanks so much :-)




Originally posted by suicidalkatt
[

B]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 [/b]
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 06:00 PM  
Bryntryst
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Having problems implementing this. I've successfully done it in the past, but an upgrade to Windows 7 obliterated my UI settings.

Upon copying the files into my WTF folder, i'm still only being presented with the Default, Character, Class and Realm profiles.

Any suggestions where i'm going wrong?
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 06:18 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 Bryntryst
Having problems implementing this. I've successfully done it in the past, but an upgrade to Windows 7 obliterated my UI settings.

Upon copying the files into my WTF folder, i'm still only being presented with the Default, Character, Class and Realm profiles.

Any suggestions where i'm going wrong?
Check this page out :

http://forums.wow-europe.com/thread....22154496&sid=1
Report comment to moderator  
Reply With Quote
Unread 12-04-09, 03:08 AM  
Dark Matter
A Murloc Raider

Forum posts: 5
File comments: 6
Uploads: 0
Font colour

The font colour you have chosen for the addon information page renders it almost unreadable as it fades into the background.
Report comment to moderator  
Reply With Quote
Unread 12-04-09, 03:39 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: Font colour

Originally posted by Dark Matter
The font colour you have chosen for the addon information page renders it almost unreadable as it fades into the background.
You must have a CRT monitor or something cause I can read it just fine.

Try holding control and scrolling up with your mouse.
Last edited by suicidalkatt : 12-04-09 at 03:40 AM.
Report comment to moderator  
Reply With Quote
Unread 12-04-09, 06:24 PM  
Kelto
A Kobold Labourer
 
Kelto's Avatar

Forum posts: 1
File comments: 3
Uploads: 0
needz moar help plox

if i right click on the grid button my Sexy map is shows this Error

Message: Interface\AddOns\Grid\GridLDB.lua:26: Dewdrop-2.0: args.GridStatus.args.GridStatusRaidDebuff.args.Ulduar.args.General Vezax: "desc" must be a string
Time: 12/04/09 18:23:38
Count: 2
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
[C]: in function `error'
Interface\AddOns\Grid\Libs\AceLibrary\AceLibrary.lua:122: in function `error'
...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:1300: in function `FeedAceOptionsTable'
Interface\AddOns\Grid\GridLDB.lua:26: in function <Interface\AddOns\Grid\GridLDB.lua:26>
...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:1894: in function <...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:1843>
...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:2779: in function <...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:2738>
...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:2995: in function `Open'
Interface\AddOns\Grid\GridLDB.lua:26: in function `OnClick'
...ace\AddOns\Grid\Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua:121: in function <...ace\AddOns\Grid\Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua:121>

Locals: (*temporary) = "Dewdrop-2.0: args.GridStatus.args.GridStatusRaidDebuff.args.Ulduar.args.General Vezax: "desc" must be a string"

anyway to help this?
Report comment to moderator  
Reply With Quote
Unread 12-04-09, 06:40 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: needz moar help plox

Originally posted by Kelto
if i right click on the grid button my Sexy map is shows this Error

Message: Interface\AddOns\Grid\GridLDB.lua:26: Dewdrop-2.0: args.GridStatus.args.GridStatusRaidDebuff.args.Ulduar.args.General Vezax: "desc" must be a string
Time: 12/04/09 18:23:38
Count: 2
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
[C]: in function `error'
Interface\AddOns\Grid\Libs\AceLibrary\AceLibrary.lua:122: in function `error'
...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:1300: in function `FeedAceOptionsTable'
Interface\AddOns\Grid\GridLDB.lua:26: in function <Interface\AddOns\Grid\GridLDB.lua:26>
...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:1894: in function <...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:1843>
...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:2779: in function <...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:2738>
...terface\AddOns\Grid\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:2995: in function `Open'
Interface\AddOns\Grid\GridLDB.lua:26: in function `OnClick'
...ace\AddOns\Grid\Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua:121: in function <...ace\AddOns\Grid\Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua:121>

Locals: (*temporary) = "Dewdrop-2.0: args.GridStatus.args.GridStatusRaidDebuff.args.Ulduar.args.General Vezax: "desc" must be a string"

anyway to help this?
The problem is with Dewdrop, which is a library used by the creator of Grid to give a drop down menu on the minimap button. Since dewdrop hasn't been updated for nearly a year, there's bound to be some compatibility issue. It seems to be conflicting with some of the menus intended for GridStatusRaidDebuffs where they have just boss names with no description and it's returning an error when the description has no value.

Yea I don't normally right click my grid icon to get to the config, but try typing "/grid config" till the creator of grid fixes that. That is rather strange for that error to occur.

If you want to avoid the error you can just disable GridStatusRaidDebuffs, but it all seems to be functional aside from being able to right click the minimap button for options.
Last edited by suicidalkatt : 12-04-09 at 06:49 PM.
Report comment to moderator  
Reply With Quote
Unread 12-06-09, 06:14 AM  
Dark Matter
A Murloc Raider

Forum posts: 5
File comments: 6
Uploads: 0
Re: Re: Font colour

Originally posted by suicidalkatt
You must have a CRT monitor or something cause I can read it just fine.

Try holding control and scrolling up with your mouse.
The monitor is nearly 2 years old, but it's a Samsung SM-2232BW Pebble 22" Widescreen LCD Monitor, with an Nvidia Geforce 8800 GTS (320MB RAM) with the latest drivers.

Report comment to moderator  
Reply With Quote
Unread 12-06-09, 11:32 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: Font colour

Originally posted by Dark Matter
The monitor is nearly 2 years old, but it's a Samsung SM-2232BW Pebble 22" Widescreen LCD Monitor, with an Nvidia Geforce 8800 GTS (320MB RAM) with the latest drivers.

Wasn't aware there was a WoW-I Light forum preference.

WoW-I Dark is much easier to read if I say so myself.
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.