Thread Tools Display Modes
01-11-11, 06:27 AM   #1
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 104
ouf_hank changes for DK / DDR combatfade

Hey everyone,

frist of I'm able to do the necessary things via lua to build interfaces (like scale, color, positioning etc.).

I'm using ouf_hank for quite a while now.

I want to change two things:

- Hiding the runes for DK
- Hiding the Power _ONLY_ for the DK

hank was very helpfull giving me some tipps:
Override sharedStyle(self, unit, isSingle) with a custom mod, check for

Code:

Code:
unit == "player" and select(2, UnitClass("player")) == "DEATHKNIGHT"
then add self.power:SetAlpha(0)

But I do get an error, already posted in the hank comments.

Would anyone be so kind to help me with that 2 things?

Link: http://www.wowinterface.com/download...Hank.html#info

The second thing is about that addon:
http://www.wowinterface.com/download...ebugRunes.html

I want to hide it only if i am out of combat AND do not have runepower, otherwise it should be shown.

Looking forward to your answers and thanks soo much

Syliha.
__________________
Balance is, when everyone is unhappy.
  Reply With Quote
01-12-11, 09:19 AM   #2
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 104
no one there who could change the things i want and send me the file?

I would highly appreciate your help!
__________________
Balance is, when everyone is unhappy.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » ouf_hank changes for DK / DDR combatfade

Thread Tools
Display Modes

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