Results: 6Comments by: Cryoblayde
File: Skaarj UI09-01-12
Warrior Class Bar
Posted By: Cryoblayde
I can't find anything about how to show the Class Bar in m_ActionBars. Could you point me to the code i need to edit? EDIT: Nevermind, I didn't even see the cfg file. I'm blind :O
File: Satrina Buff Frames 310-19-10
Im fairly new and far underversed i...
Posted By: Cryoblayde
Im fairly new and far underversed in lua, but would changing the buff button/icon spawn to a SecureActionButtonTemplate remedy the click-to-cancel restriction in place by Soviet Blizzard? ie local x = CreateFrame("Button", "SBFSpawn", UIParent, "SecureActionButtonTemplate") x:SetAttribute("type", "action"); x:SetAttribute("can...
File: TipTac03-30-10
I don't see this problem listed in...
Posted By: Cryoblayde
I don't see this problem listed in the comments so I assume it's new. Sorry if it's not. I'm not sure how recent this issue began, but I know it hasn't always existed. I've disabled all but Tiptac and it still occurs. The Health/Mana bars overlap other tooltip information about 98% of the time. Examples: Targeting Non-self unit:...
File: OmniCC03-13-10
Originally posted by Zergreth Att...
Posted By: Cryoblayde
Originally posted by Zergreth Attention! You can fix this issue yourself if it bugs you as well. Just follow these easy steps: 1. Navigate to "World of Warcraft\Interface\AddOns\OmniCC" 2. Open up full.lua in a text editor of your choice (should support display of line numbers) 3. Comment out lines 263, 265, 266 and 267 (by...
File: oUF_Freeb02-09-10
local debuffFilter = { -- = true,...
Posted By: Cryoblayde
local debuffFilter = { -- = true, Ebon Plague -- = true, Curse of the Elements -- = true, Earth and Moon -- = true, Misery -- = true, Improved Faerie Fire } Needs to be: local debuffFilter = { = true, --Ebon Plague = true, --Curse of the Elements = true, --Earth and Moon = true, --Misery = true, --Improved Faerie...
File: oUF_Freeb02-09-10
Bah Fail Edit, See above. Sorry.
Posted By: Cryoblayde
Bah Fail Edit, See above. Sorry.