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

  • Your Rating

  • Share
  • Report Abuse

Pocket Stable

 

Project Updated:
Files Updated: Wed, Aug 5 2009
Supports Game Version: 3.2.0
Category: Bags & Inventory, and Action Bars
Tags:

[Edit Tags]

Project Manager: blademage727
Additional Authors: No additional authors
Current Version: Pocket Stable 1.4
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 2
Downloads Total: 1,760
Favorites: 12
Comments: 7
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About Pocket Stable
  •  

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

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.

  • Downloads (5)
  •  
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  
  Pocket Stable 1.4 Release 3.2.0 397 8/5/2009
  Pocket Stable 1.3 Release 3.1.0 523 4/14/2009
  Pocket Stable 1.2.1 Release 3.0.8 525 2/10/2009
  Pocket Stable 1.2 Release 3.0.8 45 2/8/2009
  Pocket Stable 1.0 Release 3.0.3 269 12/3/2008
  • 1 page(s)
  • 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.
  • Bhazir said

    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.

    Reply Report Permalink
  • Neogia said

    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 < stableFrameHideDelay) then return; else StableQuickButtonFrame:Hide(); end
    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.

    Reply Report Permalink
  • tearstar said

    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

    Reply Report Permalink
  • Only 10 max, I presume?

    Reply Report Permalink
  • really like this addon but wish I could ajust the size of the icons.

    Reply Report Permalink
  • Yeah, just what i was looking for man.

    Thanks!!! :D!

    Reply Report Permalink
  • Suggaro said

    Great idea! I very much like this addon. =3

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 5,866 Bagnon Bags & Inventory
  2. 2,660 Bartender4 Action Bars
  3. 2,286 RatingBuster Tooltip, and Bags & Inventory
  4. 2,166 ArkInventory Bags & Inventory
  5. 1,633 Outfitter Bags & Inventory, PvP, and...