File Name |
Version |
Size |
Author |
Date |
1.8 |
4kB |
haste |
10-13-10 11:13 AM |
|
1.7 |
4kB |
haste |
06-26-10 07:42 PM |
|
1.6 |
4kB |
haste |
12-14-09 05:16 AM |
|
1.5 |
4kB |
haste |
01-25-09 08:36 AM |
|
1.4 |
5kB |
haste |
12-21-08 10:51 AM |
|
1.3 |
5kB |
haste |
12-20-08 04:24 PM |
![]() |
Comment Options |
|
|
||
![]()
__________________
「貴方は1人じゃないよ」 |
||
|
|
|
|
|
|
Code:
Power.colorTaPowering = true Power.colorHaPoweriness = true ![]() __
Last edited by Phanx : 06-28-10 at 10:57 PM.
|
|
|
|
|
|
||
![]() |
||
|
|
|
|
||
__________________
「貴方は1人じゃないよ」 |
||
|
|
|
|
|
|
Why looks my bar texture not how the texture in the picture.
Edit: Version 1.4 has a other texture Sorry for my english^^
Last edited by Flockrock : 06-25-10 at 01:17 PM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
castbar
hi. one newb's question
how to hide castbars on frames? |
|
|
|
|
|
|
Re: Tags problem
You bumped into a bug on the git version of oUF, which is fixed now.
![]() It would be nice if you used the bug report system on wowi to report bugs or contacted me in another way than comments on an add-on tho'. This is mostly because it will only cause confusion when you mix stable releases and git snapshots. |
|
|
|
|
|
||
|
Tags problem
Hi,
I am using ouf_lily with ouf from your git repo. I updated them last at 25.01.2009, little before i post this ![]() I tried to add level to units, but it gives me error:
Code:
self:Tag(name, '[smartlevel][name][( | )cpoints]') ![]() Did I do something wrong or?
Last edited by manix : 01-24-09 at 08:42 PM.
|
||
|
|
|
|
|
|
tnx
Hi,
Thanks. I found nice way to do it from Pli3m layout. Will add it here, if someone is looking. I added this at the end of my layout file: Code:
local partyToggle = CreateFrame('Frame')
partyToggle:RegisterEvent('PLAYER_LOGIN')
partyToggle:RegisterEvent('RAID_ROSTER_UPDATE')
partyToggle:RegisterEvent('PARTY_LEADER_CHANGED')
partyToggle:RegisterEvent('PARTY_MEMBER_CHANGED')
partyToggle:SetScript('OnEvent', function(self)
if(InCombatLockdown()) then
self:RegisterEvent('PLAYER_REGEN_ENABLED')
else
self:UnregisterEvent('PLAYER_REGEN_DISABLED')
if(HIDE_PARTY_INTERFACE == '1' and GetNumRaidMembers() > 0) then
party:Hide()
else
party:Show()
end
end
end)
Last edited by manix : 09-15-08 at 10:58 AM.
|
|
|
|
|
|
||
|
Re: Hide frames while in raid
|
||
|
|
|
|
|
|
Hide frames while in raid
Hi,
I am looking for way to hide the party frames, when i am in raid. By now I tried with HookScript for onupdate to hide if GetNumRaidMembers > 0, but this didn't not work. Can you give me a tip .P.S. I am using latest git.
Last edited by manix : 09-14-08 at 10:40 AM.
|
|
|
|
![]() |
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.