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.
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:
Grid
GridAutoFrameSize
GridIndicatorCornerIcons
GridIndicatorCornerPlus
GridIndicatorIconBar
GridIndicatorText3
GridManaBars
GridStatusChainWho? - (Optional)
GridStatusRaidDebuff
GridStatusRaidIcons
GridStatusRD_WotLK
GridStatusThreat
Instant_Health
OmniCC
OmniCC_Options
SharedMedia
SharedMedia_MyMedia (Not an actual addon just additional custom shared media files for this layout)
SharedMediaAdditionalFonts
6. Type "/grid config" and click on profiles. Select from the top drop down menu "UltimateShamanUIenh".
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.
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!
Syronius of Black Dragonflight, US
<Fallout>
Shamtasticle@gmail.com
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
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.
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?
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
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.
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
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.
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>
---
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.
*Clicking the donate button above will take you to PayPal.com
*Clicking the donate button above will take you to Pledgie.com