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,395
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 01-06-10, 09:30 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 suicidalkatt
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
Here lol?
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 09:01 PM  
Toeler
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 8
Uploads: 1
This is a really great setup. I was just wondering, where abouts to modify the lua to change the background colour of the hp bars to white.
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 01:08 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 Xarl
Ok i misunderstood you tbh.

I turned it off in game and not the Addon its self *bang head on wall*
Now that its turned off as Addon i dont get the error anymore

So if i leave GridStatusRaidDebuffs off do i even see if someone has a Poison Debuff anymore ? Cause as Healer Druid i would need to see if or if not.


Thanks for your time Katt
GridStatusRaidDebuffs is just a collection of preset boss debuffs. So say you walk into ToC and you had no setup for some of the boss debuffs, this already had them for you and sets them all to one status called "Raid Debuffs".

It's more of a convenience.

The problem you were getting should have no impact on your configuration.
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 12:49 PM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Originally posted by suicidalkatt
Idk, I'm not getting that error, maybe there's some other copy of the library that's corrupt in your addons.
Ok i misunderstood you tbh.

I turned it off in game and not the Addon its self *bang head on wall*
Now that its turned off as Addon i dont get the error anymore

So if i leave GridStatusRaidDebuffs off do i even see if someone has a Poison Debuff anymore ? Cause as Healer Druid i would need to see if or if not.


Thanks for your time Katt
__________________
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 05:07 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 Xarl
Turned it off an logged back in and still the same Error
Idk, I'm not getting that error, maybe there's some other copy of the library that's corrupt in your addons.
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 05:05 AM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Originally posted by suicidalkatt
Try turning GridStatusRaidDebuffs off. There was a problem earlier with the format of the options not having a "string" for a the description of the options.

Tell me if you get it afterwards.
Turned it off an logged back in and still the same Error
__________________
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 04:12 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 Xarl
Thanks for pushing it in so fast after my Post.

But....

I still have the same Error Message

Code:
[2010/01/05 19:46:24-3779-x1]: LibBabble-3.0-2:51: bad argument #2 to 'format' (string expected, got nil)
AceAddon-2.0-91096 (Grid):983: in function <...rface\AddOns\Grid\Libs\AceAddon-2.0\AceAddon-2.0.lua:976>
<in C code>: ?
AceEvent-2.0-91097 (Grid):260: in function `TriggerEvent'
AceEvent-2.0-91097 (Grid):910: in function <...rface\AddOns\Grid\Libs\AceEvent-2.0\AceEvent-2.0.lua:903>

  ---
Try turning GridStatusRaidDebuffs off. There was a problem earlier with the format of the options not having a "string" for a the description of the options.

Tell me if you get it afterwards.
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 12:51 PM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Originally posted by suicidalkatt
Yea sorry I've been meaning to update it. Gimme like 10 minutes :P.
Thanks for pushing it in so fast after my Post.

But....

I still have the same Error Message

Code:
[2010/01/05 19:46:24-3779-x1]: LibBabble-3.0-2:51: bad argument #2 to 'format' (string expected, got nil)
AceAddon-2.0-91096 (Grid):983: in function <...rface\AddOns\Grid\Libs\AceAddon-2.0\AceAddon-2.0.lua:976>
<in C code>: ?
AceEvent-2.0-91097 (Grid):260: in function `TriggerEvent'
AceEvent-2.0-91097 (Grid):910: in function <...rface\AddOns\Grid\Libs\AceEvent-2.0\AceEvent-2.0.lua:903>

  ---
__________________
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 07:22 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 Xarl
Hey Katt,

you still up on the Update ?


Just nosy since the Error is still there and itching in my Eye
Yea sorry I've been meaning to update it. Gimme like 10 minutes :P.
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 07:05 AM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Hey Katt,

you still up on the Update ?


Just nosy since the Error is still there and itching in my Eye
__________________
Report comment to moderator  
Reply With Quote
Unread 12-29-09, 07:31 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 Xarl
Yeah no problem.

So far its still working its just the Error i get.
Thanks for posting <3
Report comment to moderator  
Reply With Quote
Unread 12-29-09, 07:20 AM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Originally posted by suicidalkatt
I'll have to update this a little later then. I know it's not using the latest grid.

Sorry for the trouble I'm sure I can get it going soon.
Yeah no problem.

So far its still working its just the Error i get.
__________________
Report comment to moderator  
Reply With Quote
Unread 12-29-09, 06:54 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 Xarl
Nope just did a copy paste
I'll have to update this a little later then. I know it's not using the latest grid.

Sorry for the trouble I'm sure I can get it going soon.
Report comment to moderator  
Reply With Quote
Unread 12-29-09, 06:46 AM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Originally posted by suicidalkatt
Have you updated any of the mods in the package?
Nope just did a copy paste
__________________
Report comment to moderator  
Reply With Quote
Unread 12-29-09, 06:37 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 Xarl
I get this Error

Code:
[2009/12/29 12:37:54-3709-x1]: LibBabble-3.0-2:51: bad argument #2 to 'format' (string expected, got nil)
AceAddon-2.0-91096 (Grid):983: in function <...rface\AddOns\Grid\Libs\AceAddon-2.0\AceAddon-2.0.lua:976>
<in C code>: ?
AceEvent-2.0-91097 (Grid):260: in function `TriggerEvent'
AceEvent-2.0-91097 (Grid):910: in function <...rface\AddOns\Grid\Libs\AceEvent-2.0\AceEvent-2.0.lua:903>

  ---
What could be causing this since i use your layout ?


Thanks in Advance
Have you updated any of the mods in the package?
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.