vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 ClosetGnome
3 A gnome helper that keeps your wardrobe organized. At least tries to.
4 rabbit.magtheridon@gmail.com
5  
6 This software is BETA quality.
7  
8  
9 Description
10  
11 ClosetGnome was written because I was tired of AceWardrobe and its "I will never
12 be Ace2" status. It is, as you might have guessed, a wardrobe addon.
13  
14 ClosetGnome tries to be small and efficient and does not do any processing
15 outside of when you actually add/delete or switch sets. There are some tradeoffs
16 for this, like you won't have advanced features like what sets you're wearing
17 currently in a list and stuff, it just shows you the set you last equipped in
18 the tooltip.
19  
20  
21 Sets
22  
23 There's no way to modify a set. It's as simple as: 1. equip set, 2. add a new
24 set with the same name, and it will be overwrited.
25  
26 There are no autosets in the ClosetGnome addon, but there's nothing stopping you
27 from making one. ClosetGnome_BigWigs can be used to equip sets per boss.
28  
29 When you add a set, the character frame will pop up and all the slots will be
30 green. Clicking a slot will make it red, which means that slot will be *ignored*
31 for that set. If you want a slot to be empty, make sure it's empty when creating
32 the set and keep it enabled (green). Control+Clicking a slot will snatch the
33 icon of the current item there and use as the set icon, which makes the tooltip
34 list a bit nicer.
35  
36 Equipping a set in combat is obviously not possible, so the set will be queued
37 automatically and switched to when you get out of combat. If the set contains
38 any weapons, the weapons will be switched immediately if that option is on.
39  
40  
41 Macro
42  
43 You can easily equip a ClosetGnome set in a macro like so:
44 /script ClosetGnome:WearSet(MySetName)
45  
46  
47 Etc
48  
49 ClosetGnome fires some Ace2 events when it creates, deletes or equips sets, if
50 that's interesting to you.
51  
52 - Rabbit
53