Go to Page... |
Compatibility: | Classic (1.13.2) |
Updated: | 08-30-19 11:02 PM |
Created: | 12-17-08 03:01 PM |
Downloads: | 10,472 |
Favorites: | 24 |
MD5: | |
Categories: | Action Bar Mods, Classic - General, Hunter, Mage, Warlock, Mounts & Pets |
Description:
For WoW Classic
A simple addon that lets you hide the original Blizzard pet bar with an adjustable and movable pet bar. You can have the pet bar run horizontally or vertically and is movable over the entire playing screen.
Please use the issue tracker for problem reports.
* The individual item frames are locked/unlocked with the Blizzard action bar lock in the Interface > ActionBars > Lock ActionBars.
Slash Commands:
/mpb ------ help menu
/mpb on / off ------ enables or disables the addon
/mpb horz / vert --- aligns bar horizontally or vertically
/mpb lock / unlock -- locks or unlocks petbar movement
/mpb show / hide --- shows or hides the petbar
Installation:
Place this file into your World of Warcraft > Interface > Addons folder.
![]() |
Comment Options |
wowinterfacemich |
View Public Profile |
Send a private message to wowinterfacemich |
Find More Posts by wowinterfacemich |
Add wowinterfacemich to Your Buddy List |
Scendera |
View Public Profile |
Send a private message to Scendera |
Find More Posts by Scendera |
Add Scendera to Your Buddy List |
![]() |
||
|
Re: Is there a scaleing feature?
I'll see what I can do. --Kernighan |
|
![]() |
![]() |
kernighan |
View Public Profile |
Send a private message to kernighan |
Find More Posts by kernighan |
Add kernighan to Your Buddy List |
![]() |
|
An Aku'mai Servant
Forum posts: 32
File comments: 1
Uploads: 0
|
Is there a scaleing feature?
I used to use action pet bar b/c it enabled me to make the pet bar bigger as well as movable. I like bigger buttons.
![]() |
![]() |
![]() |
mbernarr |
View Public Profile |
Send a private message to mbernarr |
Find More Posts by mbernarr |
Add mbernarr to Your Buddy List |
![]() |
||
|
Re: Re: Re: Patch killed it! :(
|
|
![]() |
![]() |
kernighan |
View Public Profile |
Send a private message to kernighan |
Find More Posts by kernighan |
Add kernighan to Your Buddy List |
![]() |
||
|
Re: Re: Patch killed it! :(
|
|
![]() |
![]() |
kernighan |
View Public Profile |
Send a private message to kernighan |
Find More Posts by kernighan |
Add kernighan to Your Buddy List |
![]() |
||
|
Re: Patch killed it! :(
|
|
![]() |
![]() |
kernighan |
View Public Profile |
Send a private message to kernighan |
Find More Posts by kernighan |
Add kernighan to Your Buddy List |
![]() |
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Patch killed it! :(
Since the patch I cannot get this thing working right. The green dot is movable when I type /mpb unlock, but the actual pet bar doesn't move from right in the middle of my screen
![]()
Last edited by rubyslipprz : 06-27-10 at 08:22 AM.
|
![]() |
![]() |
rubyslipprz |
View Public Profile |
Send a private message to rubyslipprz |
Find More Posts by rubyslipprz |
Add rubyslipprz to Your Buddy List |
![]() |
|
|
This mod works as stated, no bugs found. With one exception. I use a mod that hides the MainMenuBar, the PetActionBarFrame is a child of this frame and get hidden too, when I don't want it to be hidden. Here is a fix to the problem...
Code:
-- Changes the PetActionBarFrame parent to UIParent [NEW FUNCTION] function ReleasePetBar() if (PetActionBarFrame:GetParent() ~= UIParent) then PetActionBarFrame:SetParent(UIParent); PetActionBarFrame:Show(); end end ----------------------------------------------------------------------------------------------------------------- function MovablePetBar_OnEvent(self, event, ...) ReleasePetBar(); -- NEW FUNCTION CALL if (event == "VARIABLES_LOADED") then if (MPB_PetBar == false) then MPB_HideBar("MPBPetBar"); end |
![]() |
![]() |
Nightness |
View Public Profile |
Send a private message to Nightness |
Find More Posts by Nightness |
Add Nightness to Your Buddy List |
![]() |
|
|
Hello
I'm going to try out your petbar, was using *CustomPetBar*, without any problems with wotlk but hasn't been updated in some time, you can Yahoo it, and check the Cache for Curse, as searching for it now, on Curse doesn't yield an addon. I'll let ya know if it's funky with something or I'm sure someone else will. Thanks for making and or updating cpb. |
![]() |
![]() |
Squiddy0 |
View Public Profile |
Send a private message to Squiddy0 |
Find More Posts by Squiddy0 |
Add Squiddy0 to Your Buddy List |
![]() |