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

  • Your Rating

  • Share
  • Report Abuse

ClosetGnome

 

Project Updated:
Files Updated: Thu, May 21 2009
Supports Game Version: 3.1.0
Category: Bags & Inventory
Tags:

, , , and [Edit Tags]

Project Manager: Rabbit
Additional Authors: No additional authors
Current Version: r612
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 56
Downloads Total: 296,352
Favorites: 486
Comments: 60
  • 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 ClosetGnome
  •  

Description

ClosetGnome tries to be small and efficient and does not do any processing outside of when you actually add/delete or switch sets. There are some tradeoffs for this, like you won't have advanced features like what sets you're wearing currently in a list and stuff, it just shows you the set you last equipped in the tooltip.

Sets

There's no way to modify a set. It's as simple as: 1. equip set, 2. add a new set with the same name, and it will be overwritten.

There is no "autoset" support in ClosetGnome, but there's nothing stopping you from making a 3rd party addon for it. ClosetGnome_BigWigs can be used to equip sets per boss, for example.

When you add a set, the character frame will pop up and all the slots will be green. Clicking a slot will make it red, which means that slot will be *ignored* for that set. If you want a slot to be empty, make sure it's empty when creating the set and keep it enabled (green). Control+Clicking a slot will snatch the icon of the current item there and use as the set icon, which makes the tooltip list a bit nicer.

Equipping a set in combat is obviously not possible, so the set will be queued automatically and switched to when you get out of combat. If the set contains any weapons, the weapons will be switched immediately if that option is on.

Macro

You can easily equip a ClosetGnome set in a macro like so:
/script ClosetGnome:WearSet("MySetName")
Other methods that might be useful for macros include ClosetGnome:IsSetFullyEquipped("setName"), ClosetGnome:HasSet("setName") and ClosetGnome:FindItem("itemName")

FindItem simply searches your bags for a item, and if it finds it, it returns the bag number and slot number where it is located, and if it does not find anything, it returns -1, so it's safe to use it in a if statement to see if you're currently carrying the required items to equip a set or not.

If you have any requests for more methods for macro use, feel free to suggest them and I'll consider it.

Etc

ClosetGnome fires some events that you can register when it creates, deletes or equips sets, if that's interesting to you.

If you're a gnome hater, you can turn off the equip quips.

There are a number of 3rd party modules already available for ClosetGnome, and more to come: CG_BigWigs, CG_Gatherer, CG_Mount, CG_OhNoes, CG_Switcher and CG_Zone.

Personally I'd like to see a mod that automatically creates and updates resistance sets for you, and one that lets you throw sets in and out of your bank when you visit.

Wiki: http://old.wowace.com/wiki/ClosetGnome

  • 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  
  ClosetGnome r612 Release 3.1.0 36,800 5/21/2009
  ClosetGnome r606 Release 3.1.0 7,323 5/20/2009
  ClosetGnome r602 Release 3.1.0 22,688 4/14/2009
  ClosetGnome 3.0-beta6 Beta 3.0.3 40,112 1/10/2009
  ClosetGnome r579 Beta 3.0.2 44,191 10/18/2008
  • 1 page(s)
  • Screenshots (3)
  •  
  • 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.
  • greylock said

    Do older Versions still work the way they used to? CG was my absolute favorite equipment Manager, would hate to loose it (in its current form its pretty much just a fubar plugin for Blizz manager imo..)

    Reply Report Permalink
  • gattsbr said

    Sort of, if you download version r602 and edit the ClosetGnome-UI-LDB.lua file and find the line (it's close to the top after the opening comments) that is:

    if GetEquipmentSetInfo then return end

    and change it by adding two dashes at the start so it is:

    --if GetEquipmentSetInfo then return end

    then it will work like it used to, who knows when it will go completely dead though.

    Reply Report Permalink
  • zelmorf said

    With 606, you have too create sets with the Blizzard manager. Then, they appear in Closetgnome and you can choose hotkeys, as before.

    Reply Report Permalink
  • gattsbr said

    Yea, that's all you get with 606 tho...
    It's all or nothing sets, you can't choose to make a 1/2 set, and leave the other 1/2 your gear untouched.

    I really hope that Rabbit doesn't scrap this and leave it just as an LDB plugin....

    Reply Report Permalink
  • McMuttons said

    You can do partial sets with the built-in blizzard equipment manager. Hold down alt when you hover over an item, and you get a list of available gear pieces, just like ItemRack does. Along with that you have the options to ignore the slot or that the item should be put in your bag when you switch to that set (handy for a naked set, for example).

    I think the only thing I'm missing from the Blizzard one currently is the ability to toggle showing and hiding of hat and cloak per set, and an easy selection interface. I'm going to try the new version and see if that solves it in a way I like. :)

    Reply Report Permalink
  • Kirska said

    The problem with the built in equipment manager's partial sets is all sets have the same partial characteristics.

    For example, I tried to do a riding set that just equipped a riding crop and now every set has every slot except the trinket disabled. It doesn't save what slots to save/change per equipment set. It's global.

    Reply Report Permalink
  • brandorf said

    Close out the character view and it will update properly. It's a little wierd, but it seems to work properly. I have a frost resist set that ignores everything except for belt and boots, and I have other sets with different exclusions.

    Reply Report Permalink
  • Ladel said

    Good tips here, wish Blizz had done a better job with the online help for Equipment Manager.

    The one issue I still have with EM is, if you remove an item without replacing it, it goes in the first available bag slot. Major pain for switching from two-hander to dual wield.

    Reply Report Permalink
  • Ladel said

    Looks like 606 is completely non-functional. Even hotkeys aren't working now.

    Reply Report Permalink
  • gattsbr said

    really? blizzard's version sucks....
    plz bring the gnome back!

    I'm going to stick with the r602 version for now and comment out line 20 in ClosetGnome-UI-LDB.lua

    --if GetEquipmentSetInfo then return end

    Reply Report Permalink
  • AnrDaemon said

    No shot! It works! My warmest hugs to you, mate!

    > Hopefully blizzards stuff doesn't suck.

    It sucks. By definition. "Because of Blizzard". If it wouldn't suck, you'd not create addons to fix it.

    Reply Report Permalink
  • Awesome. You have my sincere thanks! This quick change got the gnome working 100% normally again! Build 606 is just beyond terrible... it's not even closetgnome.

    Reply Report Permalink
  • wsuhoey said

    Since the WoW patch 3.1.2, the ClosetGnome mini map icon is nowhere to be found, and thus I cannot use my gearsets. Anyone else experiencing this?

    Reply Report Permalink
  • Ladel said

    Yup, seeing the same thing, as are my guildmates.

    You can still use hotkeys or create macros with /script ClosetGnome:WearSet("MySetName") to equip your sets, but I don't know what we can do to edit.

    Reply Report Permalink
  • UltraNurd said

    I'd guess ClosetGnome hooks something also hooked by Blizzard's new Equipment Manager, and so gets disabled right out.

    For now, you can edit sets with /script ClosetGnome:CreateOrUpdateSet("MySetName") assuming you remember all your set names :oP. To create a new set, use /script ClosetGnome:CreateOrUpdateSet(nil)

    Reply Report Permalink
  • foreverphk said

    As a jewelcrafter, I would appreciate if the addon can attempt to double-swap gears. This is because sometimes error message occurs due to limitation of dragon-eye (only 3 dragon-eye are allowed to be equipped).

    Reply Report Permalink
  • wheej said

    I have the same problem this works for me (the /in 1 part adds a 1 sec delay, you may need to adjust):

    /script ClosetGnome:WearSet("heals")
    /in 1 /script ClosetGnome:WearSet("heals")

    Reply Report Permalink
  • daxdax said

    How do I turn off the quips?

    I want to replace outfitter, but Im afraid I'll be sticking with it for now.

    Reply Report Permalink
  • daxdax said

    I just downloaded this, as people were talking about it as an outfitter replacement.
    Here's my thoughts after about 1 minute of use.
    stylish, but a few flaws.
    1. If I ctrl-click on an outfit, I don't want a warning message. I'm a gamer. I don't accidently hold down ctrl when I click on things.
    2. If i left click on the minimap icon then left-click again to hide, why does the 'create a new outfit' dialogue stay open? very annoying.
    3. If i forget exactly what pieces of gear i have in each outfit, I want an easy way to inspect my gear as I change each outfit. Currently, If I right click CG (to show the list), then open up my character screen, the CG menu dissapears.
    4. The main click everyone uses is left-click. Left-click should be used as the primary function in a mod. Switching outfits is CG's primary function. Creating New outfits is a secondary thing. Thus, left-click should swap mods, right-click should create new outfits. I constantly left-click on CG (Because thats how every other function in the game works), get that annoying 'create outfit' screen, left-click to undo it, and then get that dialogue box stuck in the middle (see #2).

    Also as a general rule, the less clicks it takes to accomplish something, the better. Especially since you call your mod a minimalist, fast mod - you can have the outfit change list appear as a mouseover instead of a click. One less click for our tired fingers.
    And thats about all I got for now.

    Reply Report Permalink
  • Xenovic said

    Is there a way to hide the minimap icon? I don't need it on the minimap and in Titan Panel...

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 6,077 Bagnon Bags & Inventory
  2. 2,566 RatingBuster Tooltip, and Bags & Inventory
  3. 2,253 ArkInventory Bags & Inventory
  4. 1,748 Outfitter Bags & Inventory, PvP, and...
  5. 1,455 EPGPLootmaster Chat & Communication, Bags...