• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

ActionPetBar

 
Project Updated:
Files Updated: Fri, Aug 7 2009
Supports Game Version: 3.2.0
Category: Action Bars
Tags:

[Edit Tags]

Project Manager: DrWiggly
Additional Authors: No additional authors
Current Version: R10
License: BSD License
Development Site: CurseForge
Avg Daily DL (last 30 days): 9
Downloads Total: 18,798
Favorites: 24
Comments: 20
  • About ActionPetBar
  •  

A pet bar mod that is a lot like the default pet bar, but this is on a floating frame you can move and scale.

This is for people who use mods that hide the main bar. Shows a pet bar when you have one. It is drag able by dragging the part without a button. If you right click it, it brings up the scaling bar.

/apbar cfg

Toggles configuration as well.


/apbar unreg

decouples the bar from the pet allowing you to move it without a pet.

/apbar reg

reconnects the bar with the pets existence.

unreg and reg are remembered through loads now and restore their state at startup.

/apbar lock

locks the bar in place, and will no longer drag.

/apbar unlock

unlocks the bar, and will drag

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  ActionPetBar R10 Release 3.2.0 4,030 8/7/2009
  ActionPetBar R9 Release 3.2.0 13 8/7/2009
  ActionPetBar R8 Release 3.2.0 95 8/6/2009
  ActionPetBar R7 Release 3.2.0 197 8/5/2009
  ActionPetBar R6 Release 3.1.0 1,419 4/18/2009
  • Screenshots (1)
  •  
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • amaxovios said

    ok your pet bar is working, but how do i hide the original pet bar?

    Reply Report Permalink
  • Have a problem with this addon, that button you use to move the petbar around, the one without a spell on it? It isn't there for me, and my addon petbar is like, permanently in the middle of my game screen. How do I fix that? lol

    Reply Report Permalink
  • marblex said

    I can't get the bar to unlock, therefore cannot move it. Please explain.

    /apbar unlock doesn't work

    Reply Report Permalink
  • dragoth said

    I can't seem to find an option to suppress the built in pet bar - so now I seem to have 2 pet bars!

    Reply Report Permalink
  • JMHammer said

    Use FluidFrames to hide (or move, or resize) any frame:
    http://www.wowinterface.com/downloads/info7080-FluidFrames.html

    Reply Report Permalink
  • DrWiggly said

    Yeah I use this option with another addon that completely hides the main bar. I'm not sure on how to get rid of the original its kinda in the main bar. Maybe some addon like MoveAnything can get rid of it.

    Reply Report Permalink
  • AveiMil said

    I have the same problem, need help!

    Reply Report Permalink
  • JMHammer said

    Sorry to be filling up your comments page. But I'm finding that your mod is a perfect fit for the rest of my UI. I just keep coming up with questions, and a few feature requests.

    Where is the frame position data being saved? I don't see it in /SavedVariables/ActionPetbar.lua, nor do I see it in /layout-cache.txt or /layout-local.txt. I wouldn't mind editing the position data in an SV file (if I could find it), but it might be nice to be able to enter X/Y positions in the GUI.

    It would be great to have an option to set position, scaling, etc. on a per-account instead of a per-character basis.

    I'm not sure if the cooldown numbers appearing in the buttons are being generated by ActionPetBar or by the mod I use for cooldown values in buttons (CooldownCount), but when 10 seconds or left remain, the numbers turn red - which is fine - and being flashing kind of spastically in a manner which does get my attention but is also coming close to triggering my wife's epilepsy - which is not fine. If these are being generated by ActionPetBar, is there any way to disable the flashing? I really like the cooldown numbers, and turning red at 10 seconds or less is fine (if not really needed for pet skills), but the flashing I'd like to suppress.

    Thanks for reading my questions and suggestions.

    Reply Report Permalink
  • DrWiggly said

    heh thanks for all the suggestions. I made an R9 with a /apbar lock/unlock command that will persist through saves. now registered vs unregistered will persist as well.

    As far as the cooldown thing. By Default this addon just shows the Blizzard cooldown method with no numbers at all, its just the grey clock thing on the button face. It must be button facade doing that.

    The location information for the addon is saved in the default place. WTF/Account///layout-local.txt / layout-cache.txt . The name of the window you're looking for though is PetWatchDriver.

    Those were some easy changes I'll have to think on how to do hte account settings thing. I guess a check box or something in the config. Its a little harder no time atm.

    Also just added /apbar horiz, /apbar vert ... switch how the buttons line up.

    Reply Report Permalink
  • JMHammer said

    Thank you very much for considering the requests I made.

    Every method I tried to move and scale the default pet bar was resulting in various taint issues, which made the pet bar appear in semi-random locations and in an unusable condition whenever the pet would spawn while the player was in combat. ActionPetBar has no such issue - and believe me, I TRIED to muck it up yesterday, and it never experienced a problem. So I can't tell you how pleased I am even with the most basic functionality of your mod, let alone all the extras you've added over the last 24 hours.

    I haven't been able to track down the cooldown flashing yet. The only mod I have that could be generating the numbers is CooldownCount, and it doesn't do so for the default pet bar. And it doesn't do the turn-red-and-flash-5-times-per-second at the 10-second mark for any other frame's buttons. That's why I originally assumed it was ActionPetBar. I'll have to look more carefully through the CooldownCount code to see if I can disable the flashing, because I wasn't joking about the problem it could cause.

    Thanks again for this great mod!

    Reply Report Permalink
  • JMHammer said

    Further testing demonstrated to me that the /apbar unreg command does not stick between logins or reloads of the UI. Rats.

    Consider that another feature request.

    Reply Report Permalink
  • JMHammer said

    I answered two of my own questions:
    1- ActionPetBar does not glitch the way many addon bars do when the pet summons/appears while the player is in combat. Great!
    2- ActionPetBar works fine, in and out of combat, with the /apbar unreg command enabled. Which is nice, since I like seeing the (empty) buttons on my display all the time instead of a blank space on my UI when I don't have an active pet.

    I'd love to see an option to set the orientation to vertical, and I think that a "lock" option is pretty important.

    Thanks for this addon!

    Reply Report Permalink
  • JMHammer said

    Sorry, third post in 30 minutes:

    Is there a command to lock the frame in position so that it cannot be inadvertantly moved?

    Reply Report Permalink
  • I use one of those mods that hides my pet bar even though I can still see it hence me needing to use this mod. With that said... since I cant use my main bar but can still see it is there a way to hide it while this mods being used ?

    Reply Report Permalink
  • DrWiggly said

    Hmm so you have some window covering part of the main bar, and covering the default pet bar? I'm not sure exactly how to hide the pet bar only. The art for it is kinda combined with the main bar.

    Reply Report Permalink
  • Also, this one may seem an odd request but is there anyway to add spacing between the buttons so it pretty much is a mirror off the regular pat bar ?

    Reply Report Permalink
  • DrWiggly said

    Added a spacing input box in the configure of the addon now. You can type in whatever number you want for spacing. Make sure to hit ENTER to be done with the input box or click DONE.

    Reply Report Permalink
  • DrWiggly said

    I could probably have it add spacing, making it have some kinda border would be harder though.

    Reply Report Permalink
  • JMHammer said

    If you provide a means for changing the strata of the ActionPetBar frame, it could be used, along with button space and scaling adjustments, to cover over any other vestigial pet bar that might remain from the default UI or another mod.

    Reply Report Permalink
  • Deri said

    To make it abit clearer... to drag the bar you have to left click and drag in the area to the left of the pet attack button, so on first configuring thats the bottom left of the configuration window.

    Reply Report Permalink
  • Addon Packs Containing ActionPetBar
  • Similar Addons
  •  

Average downloads per day

  1. 2,406 Dominos Action Bars
  2. 1,518 Bartender4 Action Bars
  3. 811 Cooldowns Action Bars
  4. 320 ButtonFacade Action Bars
  5. 278 nUI Buffs & Debuffs, Action Bars...