Download
(48Kb)
Download
Updated: 12-19-10 06:45 PM
Pictures
File Info
Updated:12-19-10 06:45 PM
Created:unknown
Downloads:25,231
Favorites:264
MD5:

ClosetGnome  Popular! (More than 5000 hits)

Version: r625
by: Rabbit [More]

ClosetGnome
A gnome helper that keeps your wardrobe organized. At least tries to.
[email protected]

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 are no autosets in ClosetGnome, but there's nothing stopping you
from making one. ClosetGnome_BigWigs can be used to equip sets per boss.

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.

To edit a set, hold down Shift when clicking it in the Wear menu or when writing
the command /cg wear <set>.

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.

You can wear a mixed set by doing /script ClosetGnome:WearSet("Set1", "Set2",
...). This way, items from Set1 will be used as the base and items from Set2
will get priority, and they'll be equipped as one set. Any number of sets can be
specified this way.

Editing Sets

When editing a set your item slots can be labeled with three different colors:

Red: Slot is inactive and any item currently equipped in the slot WILL NOT be saved or equipped.
Green: Slot is active and any item currently equipped in the slot WILL be saved for equipping in the future.
Yellow: Slot is active BUT the item for that slot is missing. When the set is saved the missing item will be saved for that slot, NOT the currently equipped item.

To change a slot's status simply click on it. Clicking a red(inactive) slot
will change it to green(active). Clicking a yellow(missing item) slot will
change it to green(active). Clicking a green(active) slot will change it to
red(inactive).

To set or update an icon to be associated with a set simply ctrl-click on a
slot. This will make the slot appear blue and force the slot to be active.
Empty slots can not be used for icons.

Macro

You can easily equip a ClosetGnome set in a macro like so:
/script ClosetGnome:WearSet(MySetName)

3rd party additions
There are several addons that add extra functionality to ClosetGnome, and they're all available on http://files.wowace.com. Including ClosetGnome_Mount, _Banker, _Tooltip, _Switcher, _Zone and others.

Optional Files (0)


Post A Reply Comment Options
Unread 12-21-08, 02:03 AM  
Imazombie
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
This addon doesn't seem to work for me.

IT worked fine before wotlk when i played, but after i activated my account again and got the new version, it just doesnt work.

There is no icon on my minimap, and no chat commands work.

It shows up working on my addon list and everything, but it just doesn't work.

Can anyone help me out?
Report comment to moderator  
Reply With Quote
Unread 12-18-08, 05:34 AM  
sun
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 104
Uploads: 1
wardrobe

you should read what i posted for wardrobe about the prismatic thing i'm sure it would be of interest (if you don't already know about it that is).
Report comment to moderator  
Reply With Quote
Unread 12-09-08, 01:52 PM  
sun
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 104
Uploads: 1
prismatic gem

when you have 3 prismatic (unique 3) gem on both set A and set B you get an error when switching set saying you can have only 3 prismatic gem.

i think you should check for prismatic gem and swap those together or something like that so there is never more than 3 on the character .
Report comment to moderator  
Reply With Quote
Unread 12-05-08, 07:58 PM  
Lothario
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Closet Gnome Error

Originally posted by subx
It would seem that every time I log out, my sets get "forgotten." Not like they aren't on the list, they are there, but when I try to wear them, it can't find any of the equipment (I get a big list of "item not found").

Not having any issues with the icon or anything like previous posters, but this pretty much removes the entire point of the mod, any ideas?
A user on Curse posted this
"I found the problem with getting/setting sets. The issue is there was a 9th field added to the itemLink format (see wowwiki). Every time you level up your stored item links will break. I am working on a fix and will upload if Rabbit is not available to do so." its only an issue when you level untill this can get fixed you will have to rebuild your sets.
Report comment to moderator  
Reply With Quote
Unread 11-15-08, 01:47 PM  
subx
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
It would seem that every time I log out, my sets get "forgotten." Not like they aren't on the list, they are there, but when I try to wear them, it can't find any of the equipment (I get a big list of "item not found").

Not having any issues with the icon or anything like previous posters, but this pretty much removes the entire point of the mod, any ideas?
Report comment to moderator  
Reply With Quote
Unread 11-11-08, 11:52 AM  
Infini
A Defias Bandit
 
Infini's Avatar

Forum posts: 3
File comments: 4
Uploads: 0
Originally posted by AnrDaemon
Just curious, what happened to slash commands?
/cg wear <SetName>
No longer works...
Just wanted to comment that I have the same problem. I did a fresh install and it shows up as an active addon but I cannot access it at all.
__________________
"I'm a girl." "No you're not you're just a cool guy with long hair."
Report comment to moderator  
Reply With Quote
Unread 11-10-08, 08:06 AM  
foreverphk
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I sometimes cannot swap weapons from one-handed+off hand to two-handed. Here is the fix for all interested:
line 914,915 of ClosetGnome.lua
local bagType = GetItemFamily(linkId) --local bagType = getItemSubtype(linkId)
if bagType == 0 then return true end --if bagType and bagType == INVTYPE_BAG then return true end
Report comment to moderator  
Reply With Quote
Unread 10-28-08, 08:17 PM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Just curious, what happened to slash commands?
/cg wear <SetName>
No longer works...
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 03:20 PM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Tck-tck...
Got new ring, started to edit set, picked ring and tried to place it in the slot...
Got this faceslap. Ring was soulbound already (quest reward)
Code:
Date: 2008-10-24 01:17:02
ID: 6
Error occured in: Global
Count: 1
Message: ..\FrameXML\PaperDollFrame.lua line 1163:
   attempt to call method 'GetID' (a nil value)
Debug:
   (tail call): ?
   [C]: GetID()
   ..\FrameXML\PaperDollFrame.lua:1163: PaperDollItemSlotButton_OnClick()
   ClosetGnome\ClosetGnome.lua:456:
      ClosetGnome\ClosetGnome.lua:451
AddOns:
  Swatter, v5.1.DEV.132
  WowheadLooter, v30014
  Ace2, v
  Altoholic, v3.0.002b
  Atlas, v1.12.2
  AtlasBattlegrounds, v1.12.2
  AtlasDungeonLocs, v1.12.2
  AtlasFlightPaths, v1.12.2
  AtlasOutdoorRaids, v1.12.2
  AtlasLoot, v5.01.02
  AtlasLootFu, v1.2
  AtlasToggle, vr3
  AucAdvanced, v5.1.DEV.2530
  AucFilterBasic, v5.1.DEV.3576
  AucFilterOutlier, v5.1.DEV.3680
  AucMatchUndercut, v5.1.DEV.2531
  AucScanData, v5.1.DEV.3679
  AucStatPurchased, v5.1.DEV.3576
  AucStatSales, v5.1.DEV.2842
  AucStatSimple, v5.1.DEV.3576
  AucUtilAHWindowControl, v5.1.DEV.3311
  AucUtilAppraiser, v5.1.DEV.2530
  AucUtilAutoMagic, v5.1.DEV.3142
  AucUtilCompactUI, v5.1.DEV.2530
  AucUtilEasyBuyout, v5.1.DEV.3583
  AucUtilItemSuggest, v5.1.DEV.3108
  AucUtilPriceLevel, v5.1.DEV.2545
  AucUtilScanButton, v5.1.DEV.2530
  AucUtilSearchUI, v5.1.DEV.3655
  AucUtilVendMarkup, v5.1.DEV.2530
  Babylonian, v5.1.DEV.130
  Bartender4, v4.1.2
  BeanCounter, v5.1.DEV.3583
  BonusScanner, v4.1
  BtmScan, v5.1.DEV.3581
  Cartographer, v2.0
  CartographerFoglight, v2.0
  CartographerGroupColors, v2.0
  CartographerGuildPositions, v2.0
  CartographerIcons, v1.0
  CartographerIconsPackPlus, v0.0
  CartographerIconsTracker, v0.0
  CartographerNotes, v2.0
  CartographerZoneInfo, v2.0
  ChatSounds, v
  Chatter, v1.0
  ClosetGnome, v1.0
  Configator, v5.1.DEV.134
  Constructor, v<%version%> (<%codename%>)
  DebugLib, v5.1.DEV.130
  Enchantrix, v5.1.DEV.3583
  EnhTooltip, v5.1.DEV.3581
  Gatherer, v3.1.6
  Gymnast, v
  Informant, v5.1.DEV.3576
  LibHealComm30, v
  LibTooltip, v1.0
  OpenStuff, v
  QuestHelper, v0.63
  RatingBuster, v
  Recount, v
  ReloadUI, v1.0
  RepWatch, v2.1.14
  SlideBar, v5.1.DEV.136
  StanceSets3, v3.0
  Stubby, v5.1.DEV.130
  Titan, v4.0.1.30000 (Revision 16)
  TitanAmmo, v4.0.1.30000
  TitanBag, v4.0.1.30000
  TitanClassTracker, v
  TitanClock, v4.0.1.30000
  TitanCompanion, v1.00.30000
  TitanCoords, v4.0.1.30000
  TitanGoldTracker, v4.0.1.30000
  TitanItemBonuses, v4.0.1.30000
  TitanLootType, v4.0.1.30000
  TitanMount, v1.00.30000
  TitanPerformance, v4.0.1.30000
  TitanRegen, v4.0.1.30000
  TitanRepair, v4.0.1.30000
  TitanSkills, v1.0.8
  TitanVolume, v4.0.1.30000
  TitanXP, v4.0.1.30000
  TomTom, v176
  WowLua, v24 
  XPerl, v3.0.1
  XPerlArcaneBar, v
  XPerlCustomHighlight, v
  XPerlOptions, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerBuffs, v
  XPerlPlayerPet, v
  XPerlRaidFrames, v
  XPerlTarget, v
  XPerlTargetTarget, v
  zimMinimap, v20400.2
  (ck=9c9)
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 05:30 PM  
blay
An Aku'mai Servant

Forum posts: 36
File comments: 20
Uploads: 0
Any chance switcher and mount will get updated as well?
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 12:55 PM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Set editor: not looks like it works.
I have set DPS, called it with Shift+Click, changed few pieces in it and saved it.
Now it complains that it can't find old (now sold) pieces of set.

Deleting and recreating set solved the issue... hmhm... Dunno what caused that...
Last edited by AnrDaemon : 10-21-08 at 12:58 PM.
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 02:15 AM  
kinkyafro
An Aku'mai Servant

Forum posts: 33
File comments: 5
Uploads: 0
I just tried StatBlockCore as a replacement for Fubar (just messing with addons as usual) and that creates a CG Icon! Works too..
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 12:39 PM  
shobu
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 83
Uploads: 1
Originally posted by Rendrir
Had the same Problem as the users before.

Have resolved it by deleting the config file vor CG in the Character Folder and than restarting the client.

From my point of view it looks like that there is an change in how data is saved in that file.

So if you have also this problem do this:
1. close your WOW Client
2. go into the respective Folder of the char that has no GC Icon:
(<wow-path>\WTF\Account\<accountname>\<servername>\<charname>\SavedVariables
3. delete (or just rename) the Files ClosetGnome.lua and ClosetGnome.lua.bak
4. start wow again and the minimap Icon should apear again

sadly this way formerly stored sets are lost, but I think that is accetable

Hope this helps someone
Tried that... Still no Closetgnome icon in Fubar
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 06:05 PM  
Rendrir
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Had the same Problem as the users before.

Have resolved it by deleting the config file vor CG in the Character Folder and than restarting the client.

From my point of view it looks like that there is an change in how data is saved in that file.

So if you have also this problem do this:
1. close your WOW Client
2. go into the respective Folder of the char that has no GC Icon:
(<wow-path>\WTF\Account\<accountname>\<servername>\<charname>\SavedVariables
3. delete (or just rename) the Files ClosetGnome.lua and ClosetGnome.lua.bak
4. start wow again and the minimap Icon should apear again

sadly this way formerly stored sets are lost, but I think that is accetable

Hope this helps someone
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 08:15 AM  
salle
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: Thanks, and help please

Originally posted by pär

Found solution: the version on this website is out of date, updated version is on Curse.com
As far as I know the same version (beta2) is both here and Curse. And I haven't got either of them to work.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.