Results: 5Comments by: poa
File: oUF_Brun10-27-09
Originally posted by Bruners 1. h...
Posted By: poa
Originally posted by Bruners 1. hmm, i havent had problems with this myself, but will look into it, as the screenshot goes it looks like its an older version that v1.6.2 ? Those screenshot was made from v1.6.1. This one from v1.6.2: http://img193.imageshack.us/img193/1601/wowscrnshot102709131216.th.jpg You can see both probl...
File: oUF_Brun10-26-09
I found a couple of bugs. 1. When...
Posted By: poa
I found a couple of bugs. 1. When I change heigh of party frame, height of health and power bars stays the same. You can see it on screenshot 2. An error accuires if i use oUF_CombatFeedback and oUF_Brun can not load. And one more question: I use rather small frame width. If character name is long and he has less than 100% of...
File: oUF_Brun10-22-09
Thanks for new variables -now layou...
Posted By: poa
Thanks for new variables -now layout changing is much easier. What do you thing about vars for Buff/Debuff sizes? I have old monitor and rather small resolution. When i'm in raid with many buffs/debuffs icons with default size are wasting too much space :( That is what i made with v1.5 by code changing and want to realize whith ne...
File: oUF_Brun10-06-09
I liked your addon, but I change it...
Posted By: poa
I liked your addon, but I change it little bit. And if you make new version I will need to do my changes again. Would you implement some variables in config part of "oUF_Brun.lua" to make layout changing easier and faster. I inserted next variables: local ShowPlayerBuff = false local ShowPlayerDebuff = true local PetHeight,...
File: oUF Reputation08-20-09
I had the same trouble. I looked at...
Posted By: poa
I had the same trouble. I looked at how it was done in oUF_expierense and change one string by analogy in that way: line 55 before: bar:HookScript('OnLeave', GameTooltip_OnLeave) after: bar:HookScript('OnLeave', GameTooltip_Hide) And it works :)