[2007/06/20 21:18:48-1114-x1]: PitBull\PitBull.lua:11: AceAddon: AceOO-2.0: Library "AceComm-2.0" does not exist.
PeriodicTable-3.0\libs\AceLibrary\AceLibrary.lua:100: in function <...Ons\PeriodicTable-3.0\libs\AceLibrary\AceLibrary.lua:53>
(tail call): ?:
(tail call): ?:
AceAddon-2.0-40431 (AutoBar):710: in function `new'
PitBull\PitBull.lua:11: in main chunk
2007/06/20 21:18:48-1114-x1]: PitBull\PitBull_MetaLayout.lua:4: attempt to index local 'PitBull' (a nil value)
---
[2007/06/20 21:18:48-1114-x1]: PitBull\Layouts\ABF.lua:4: attempt to index local 'PitBull' (a nil value)
---
also my backup 40746 (working) lost MANY of the settings like text etc
My recommendation is that if you don't want to keep losing your settings, to wait for the all clear from me.
Ya is it safe yet? I don't want to start over again!
Yes, it is safe now. He states he finished on Meta-Layout already.
Is there a place I can download an earlier version? My Layout is majorly messed up and I'd like to see how it was before. It seems that when I change the size of bars that they aren't the size (1,2,5) they say they are. Did this meta-layout change the way the size works? Also, some of my frames are the same but most reverted back to the orginal or at least the orginal text format. It's very wonky. =p
My recommendation is that if you don't want to keep losing your settings, to wait for the all clear from me.
Ya is it safe yet? I don't want to start over again!
Yes, it is safe now. He states he finished on Meta-Layout already.
Is there a place I can download an earlier version? My Layout is majorly messed up and I'd like to see how it was before. It seems that when I change the size of bars that they aren't the size (1,2,5) they say they are. Did this meta-layout change the way the size works? Also, some of my frames are the same but most reverted back to the orginal or at least the orginal text format. It's very wonky. =p
My recommendation is that if you don't want to keep losing your settings, to wait for the all clear from me.
Ya is it safe yet? I don't want to start over again!
Yes, it is safe now. He states he finished on Meta-Layout already.
Is there a place I can download an earlier version? My Layout is majorly messed up and I'd like to see how it was before. It seems that when I change the size of bars that they aren't the size (1,2,5) they say they are. Did this meta-layout change the way the size works? Also, some of my frames are the same but most reverted back to the orginal or at least the orginal text format. It's very wonky. =p
I'm new to pitbull and have been reading all these posts..... I have a "Layout" related problem - none of the options are available except for import. Everything else is grey'd out. I was using the latest version, as of some time early this morning.
You need to save the layouts from each frame before you can do anything with them.
My recommendation is that if you don't want to keep losing your settings, to wait for the all clear from me.
Ya is it safe...
Yes, it is safe now...
Is there a place I can download an earlier version? My Layout is majorly messed up and I'd like to see how it was before. It seems that when I change the size of bars that they aren't the size (1,2,5) they say they are. Did this meta-layout change the....
I recovered most of my layout. The only problem is my player frame. Even on size 1 all the bars are really big. It used to be that the bars were the bottom half and the portrait was the top half but now the bars take up three quarters of the player frame and the portrait just 1/4. I don't know why this is happening to me!
Just like to say thanks for implementing the buff filtering (requested by me way back on p7 of the old thread!). It works like a charm and was worth the wait.
The amount of configuration options available now is just mind-boggling. Love it.
Adjust the height of your portrait - It'll push the bars down.
Thanks. It was grayed out but I reset the profile and I was able to adjust the heigth. The reputation bar still seems larger than normal but meh I guess I will live with it.
I also just crashed out of warsong gulch when someone left the raid... I hope something else was the cause.
I have one problem with Pitbull. With the oUF Layout it was possible to enlarge the druid mana bar so that when I shifted, it covered the casting bar, which wasnt used anyway since in forms you can't cast. Now with the change in how bars are positioned, and the fact that bars seem to enlarge or reduce their size based on the size of the frame, this hardly seems possible anymore.
So, my question is, is there a way to either:
- treat the druid mana bar as a seperate bar to bes positioned and or hidden depending on the form or
- make the size of the real mana bar to be dependant on a mathematical function as it was with th oUF layout?
I really like pitbull, but I dont want to have a huge manabar in caster and two normal sized bar in animal form or have two tiny bars in animal form with a normal sized one in caster form.
Fixed the problem. All that is need is to change the PitBull_MetaLayout.lua:
local height = figureHeight(id, frame)
if id == "powerBar" then
if frame.druidManaBar then
height = height * (1 - MetaLayout_db.profile[frame.group].druidManaBarHeight)
end
end
to
local height = figureHeight(id, frame)
if id == "powerBar" then
if frame.druidManaBar then
height = height * (2 - MetaLayout_db.profile[frame.group].druidManaBarHeight)
end
end
Then the UI calculates the size of the powerbar by using double it's normal size - the druid bar size. In my case that's 100% and thus I have two normaly size bars. I would love to see this become standart, since there really is no point in a castbar while in animal form and the space it uses is wasted normaly since it's not displayed anyway.
Now all I need is a way to put an offset to the buffs and im ready to rumble. :)
Is there anyway to move each party members frame indivually?
Either that or is there any way force the party frames to stand still? IE They reposition (especially square grouping) based on how many people are in your group. Can you make them stay stationary and in the same spot if there are two people in your party or five?
Great addon... I love it. This would bring it to the next level though.
I was wondering if their was a way to change the way the portrait is displayed. For instance I would rather my weapon not be in my portrait. Thanks for all the help I got earlier!
r40919, bottom half of the screen is turning black or halfway translucent when people join the raid. Toggling the raid frames seems to clear it up temporarily.
Noticing with recent revisions that if I zone out of a BG with x amount of rage, it'll display the half filled rage bar even though I now have 0 rage and the power text is 0.
also my backup 40746 (working) lost MANY of the settings like text etc
Yes, it is safe now. He states he finished on Meta-Layout already.
Is there a place I can download an earlier version? My Layout is majorly messed up and I'd like to see how it was before. It seems that when I change the size of bars that they aren't the size (1,2,5) they say they are. Did this meta-layout change the way the size works? Also, some of my frames are the same but most reverted back to the orginal or at least the orginal text format. It's very wonky. =p
You can download any version here :http://files.wowace.com/PitBull/ , it probably won't have your old layout, though.
ElykNosrac
http://files.wowace.com/PitBull/
You need to save the layouts from each frame before you can do anything with them.
Sounds good.
I recovered most of my layout. The only problem is my player frame. Even on size 1 all the bars are really big. It used to be that the bars were the bottom half and the portrait was the top half but now the bars take up three quarters of the player frame and the portrait just 1/4. I don't know why this is happening to me!
The amount of configuration options available now is just mind-boggling. Love it.
Thanks. It was grayed out but I reset the profile and I was able to adjust the heigth. The reputation bar still seems larger than normal but meh I guess I will live with it.
I also just crashed out of warsong gulch when someone left the raid... I hope something else was the cause.
I have one problem with Pitbull. With the oUF Layout it was possible to enlarge the druid mana bar so that when I shifted, it covered the casting bar, which wasnt used anyway since in forms you can't cast. Now with the change in how bars are positioned, and the fact that bars seem to enlarge or reduce their size based on the size of the frame, this hardly seems possible anymore.
So, my question is, is there a way to either:
- treat the druid mana bar as a seperate bar to bes positioned and or hidden depending on the form or
- make the size of the real mana bar to be dependant on a mathematical function as it was with th oUF layout?
I really like pitbull, but I dont want to have a huge manabar in caster and two normal sized bar in animal form or have two tiny bars in animal form with a normal sized one in caster form.
to
Then the UI calculates the size of the powerbar by using double it's normal size - the druid bar size. In my case that's 100% and thus I have two normaly size bars. I would love to see this become standart, since there really is no point in a castbar while in animal form and the space it uses is wasted normaly since it's not displayed anyway.
Now all I need is a way to put an offset to the buffs and im ready to rumble. :)
Either that or is there any way force the party frames to stand still? IE They reposition (especially square grouping) based on how many people are in your group. Can you make them stay stationary and in the same spot if there are two people in your party or five?
Great addon... I love it. This would bring it to the next level though.
http://www.wowace.com/forums/index.php?topic=6878.0
Looking forward to it!
I'm gonna steal your nose, if this isn't true ...
Lost my settings twice... that was enough in my eyes ;)
btw: I love this dog ^^