| Tested: | Hour of Twilight 4.3 |
| Updated: | 12-15-11 06:41 AM |
| Created: | unknown |
| Downloads: | 69,034 |
| Favorites: | 103 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
Type |
40300.01 |
5kB |
12-08-11 08:46 AM |
Addon |
||
30100.2 |
4kB |
04-23-09 03:37 PM |
Addon |
File Name |
Version |
Size |
Author |
Date |
40300.01 |
18kB |
Platykurtic |
12-08-11 08:45 AM |
![]() |
Comment Options |
|
|
|
|
A Murloc Raider
Forum posts: 9
File comments: 56
Uploads: 0
|
Exp Bar!
Hi, love the addon but i would love to see a exp bar so i can see my xp when im lvling my alt(s)!
|
|
|
|
|
|
|
A Murloc Raider
Forum posts: 9
File comments: 56
Uploads: 0
|
Masque
Hi, just switch do this from BT4 really love it but does it support masque?
![]() |
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 4
Uploads: 0
|
Re: Re: Re: Form/Stance error
|
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 4
Uploads: 0
|
Re: Re: Form/Stance error
![]() |
|
|
|
|
|
||
|
Re: Form/Stance error
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 4
Uploads: 0
|
I love Barkeep and I want to keep using it, but I have been noticing some errors when swapping forms that is making it really unusable.
It usually happens mid-fight. I play a druid and swap often between cat and bear form. When I do, pretty often the first button on the main bar will warp and extend down. So that's the graphical error part, but what is worse is that it makes all of the other bars non-interactive, can't click on them at all to use them. This is very disconcerting on a boss fight where I'm tanking and need to use my CDs to survive which are located on another bar. O.o Sometimes this happens as well if I get a battle rez and when I move into a form the buttons become unusable. It sounds like there was another user who was having this problem with stances, in a previous post. Any thoughts? |
|
|
|
|
||
|
Re: xp bar missing
Here is an option that might work for you though (it's what I use). I made the following macro to print the percentage of XP accumulated for that level i.e. 80% would be 80% of the way towards completing the level: Code:
/run local f,g = UnitXP("player"), UnitXPMax("player"); if f then DEFAULT_CHAT_FRAME:AddMessage("XP%="..format("%.2f", f*100/g) .."%") end
|
||
|
|
![]() |