Thread Tools Display Modes
09-12-09, 03:53 AM   #1
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 150
need help with oUF aura's

im having a hard time to figure out how to disable the cd text on the buff/debuff's the orignal author isnt responding to it so this tread is my last hope its oUF from saul

Code:
local function createAura(self, button, icons)
	icons.showDebuffType = true
	button.cd:SetReverse()
	button.overlay:SetTexture([=[Interface\AddOns\oUF_saul\border]=])
	button.overlay:SetTexCoord(0, 1, 0, 1)
	button.overlay.Hide = function(self) self:SetVertexColor(0.25, 0.25, 0.25) end
	button:SetScript('OnEnter', createAuraTooltip)
if u need more code cause i posted the wrong part of it say so
also im starting to learn more and more lua so im open for comments
__________________

Tukui | Github
  Reply With Quote
09-12-09, 04:03 AM   #2
Waverian
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 188
The cooldown text from OmniCC?

button.cd.noCooldownCount = true
  Reply With Quote
09-12-09, 04:09 AM   #3
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 150
Originally Posted by Waverian View Post
The cooldown text from OmniCC?

button.cd.noCooldownCount = true
uhmz havnt thought of OmniCC ty for pointing that out

EDIT: worked flawless ty
__________________

Tukui | Github
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » need help with oUF aura's


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off