Help

Pocket Stable

Companions Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 2,839 Downloads
  • Supports: 3.2.0
  • 0 Average Daily Downloads
  • Comments
  • Created 12/3/2008 3:46:46 PM
  • Updated 7/9/2011 2:30:50 PM
  • 28 Favorites
  • Project Site
  • License: All Rights Reserved
  • Release Type: Inactive
  • Newest File: Pocket Stable 1.4
or

About Pocket Stable

An addon to help you access your (favorite) mounts.

PLEASE NOTE: If you still have any version of this addon prior to 2.x installed, you will want to remove the folder and all files. I have renamed the addon folder and files, as there are other addons now which use the same folder name this addon had been using.

Based on Pocket Menagerie, by Dourd. For more info, please check out his addon page.

Instructions

The first time you run the addon, there will be a button in the middle of your screen that looks like a hoof.

Hovering over this button shows your Favorites Bar (this will be blank at first)

  • Hold the Right Mouse Button to drag this Button wherever you want
  • Left Click The Mouse to bring up the main Mount Stable Screen.

Main Mount Stable Screen

This screen shows all of your mounts in one large grid at the bottom of the window, and at the top, is a list of your 10 favorite mounts.

  • Left Click a mount will summon it.
  • Right Click a mount will add it to your Favorites Bar.

You can remove a mount from your favorites by Right Clicking on it.

Patch 3.2.0 TOC Interface Number Update

Added more rows to accomodate the increase in total available mounts.

Comments

  • #7
    I'll probably have to disable this addon. As it throws erros in my direction each time I log in now (started after I got the cold weather flying skill). However everytime I clean up the file in my toons profile it loads again without error. But this work around starts to get annoying.
  • #6
    If you'd like the quick buttons to disappear more effectively (still not perfect if you move your mouse really fast through the buttons), you can modify your addon as follows.

    Add this section of code to the very bottom of Stable.lua:

    --CODE
    local stableFrameTimer = 0.0;
    local stableFrameShouldHide = false;
    local stableFrameHideDelay = 0.3;

    function StableFrameTimerReset(shouldHide)
    stableFrameTimer = 0.0;
    stableFrameShouldHide = shouldHide;
    end

    function StableFrameTimerOnUpdate(self, elapsed)
    if (not stableFrameShouldHide) then return; end
    stableFrameTimer = stableFrameTimer + elapsed;
    if (stableFrameTimer
    stableFrameTimer = stableFrameTimer - floor(stableFrameTimer);
    end
    --CODE

    Then overwrite lines 119-128 with this code:

    --CODE
    f:SetScript("OnEnter",function()
    StableFrameTimerReset(false);
    if not (Stable:IsVisible()) then StableQuickButtonFrame:Show() end;
    GameTooltip:SetOwner(this, "ANCHOR_BOTTOMLEFT", 0, 5);
    GameTooltip:AddLine("|cFF1199FFPocket Stable");
    GameTooltip:AddLine("|cFF00FF00[Left Click]|r Open Main Window");
    GameTooltip:AddLine("|cFF00FF00[Right Click]|r Drag to move this button");
    GameTooltip:Show()
    end )

    f:SetScript("OnLeave",function() StableFrameTimerReset(true); GameTooltip:Hide() end)

    f:SetScript("OnUpdate",StableFrameTimerOnUpdate);
    --CODE

    Then add this line just below line 58:

    --CODE
    StableFrameTimerReset(false)
    --CODE

    And finally, overwrite line 37 with these lines:

    --CODE
    f:SetScript("OnLeave",function() StableFrameTimerReset(true) end )
    f:SetScript("OnEnter",function() StableFrameTimerReset(false) end )
    f:SetScript("OnUpdate",StableFrameTimerOnUpdate);
    --CODE

    Obviously, don't include the "--CODE" lines, those are just for readability.
  • #5
    yeah, loved to be able to scale the whole frame down by about 50% plus the button, I can go in and do it in the code, but would prefer the author do it as an update
  • #4
    Only 10 max, I presume?
  • #3
    really like this addon but wish I could ajust the size of the icons.
  • #2
    Yeah, just what i was looking for man.

    Thanks!!! :D!
  • #1
    Great idea! I very much like this addon. =3
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!