I started thinking about a ClosetGnome_Banker module, and I just want to make sure that you guys are alright with how I think it will work.
Basically you get a new option in the menu; "Banker", that has 2 submenus; "Store" and "Retrieve", that both list all the registered sets. Clicking a set in either submenu scans the bag or bank, respectively, for the items in that set and swaps them around if found.
You can add sets that just swap weapons easily, just click all the other slots when adding the set so that only the weapon slots are green, and click Add - voila, a weapon set.
Now, lets say you have two weapon sets you want to swap with a macro, they're called "Swords" and "Daggers", just do:
/script C=ClosetGnome; if C:IsSetFullyEquipped("Daggers") then C:WearSet("Swords") else C:WearSet("Daggers") end
How does closetgnome handle with various items on clients other than English? Does it hack with things in the WDB folder or simply remember their names? Coz Im running it on my zhCN client and its rather weird this addon knows all other gears in my inventory perfectly except one single item, The Burrower's Shell.
rendition of the SS:
20:50:48 Never let your ClosetGnome tend to other needs than WSG Healer.
20:50:49 ClosetGnome: Couldn't find The Burrower's Shell in your inventory.
(20:50:50 I am pissed off and turned to my old good trinketmenu to have the missing item on)
When switching from a two-handed weapon to two one-handed weapons, only the main-hand weapon will be equipped and the the message "Cannot equip that with a two-handed weapon." is displayed.
This does not occur when switching from a two-handed weapon to a one-handed weapon with a shield or offhand.
Perfect and a much better way of doing then then ItemRack. I constantly strip naked and throw half my gear into the bank because I wanted to get one item out that's in my FR and normal gear. I can't wait to see it up on the SVN.
Can you suggest any way (Is there any way) to have ClosetGnome do a weapons swap for Evocation in the same way that Outfitter does? Sadly, I am not the master of macros. :-(
I started thinking about a ClosetGnome_Banker module, and I just want to make sure that you guys are alright with how I think it will work.
Basically you get a new option in the menu; "Banker", that has 2 submenus; "Store" and "Retrieve", that both list all the registered sets. Clicking a set in either submenu scans the bag or bank, respectively, for the items in that set and swaps them around if found.
Thoughts?
I would love this option, having a FR FrR and NR set to store from the bank easier would help :)
i im using closetgnome for a while and im glad i got something to replace acewardrobe ;) anyway today i found only thing that bothers me, its in your todo list already and others mentioned it
* Things have to be done in order, like fromInvToBag, fromInvToInv (if added),
fromBagToInv, so that items like rings, trinkets and weapons work properly.
Not sure if it's worth implementing; people should just have their rings and
trinkets in the same slot for different sets.
i totaly agree with you when it comes to trinkets/rings that people should just wear in same slots, problem is with weapons :) as a warrior i use 1h+shild for tanking then when i switch on DW this weapon im using for tanking becomes OH and equip different MH, ofc nasty gnome need to clean closet more often to find it ;)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I've fixed it now. Update Fizzle and it should work.
Basically you get a new option in the menu; "Banker", that has 2 submenus; "Store" and "Retrieve", that both list all the registered sets. Clicking a set in either submenu scans the bag or bank, respectively, for the items in that set and swaps them around if found.
Thoughts?
Yeah, thx!
Is this macro will work in TBC?
rendition of the SS:
This does not occur when switching from a two-handed weapon to a one-handed weapon with a shield or offhand.
Could you please take a look? Thanks
btw, using enGB Client and no typos in the /script cmd ;)
No, no message. It just doesn't do anything.
cgbw works fine though it'd be easier to point a module in a list rather than typing in the alias (a FuBar menu ?^^).
You need to add quotations around the set within the parentheses.
Perfect and a much better way of doing then then ItemRack. I constantly strip naked and throw half my gear into the bank because I wanted to get one item out that's in my FR and normal gear. I can't wait to see it up on the SVN.
I would love this option, having a FR FrR and NR set to store from the bank easier would help :)
If so, that's in WoW TBC :) All the screenshots are taken in beta.
Khama, Moong, teedog, thanks alot for your bugreports! I will take a look at them some time during this weekend.
gariig, zophiel, thanks alot for the Banker feedback, I'll try to get that up and running as soon as I can.
Kharybdis, in order to get ClosetGnome to equip a set for you when you perform Evocation, you'll have to make a macro like this:
And you'll have to add the Evocation and MyNormalWeaponSet as ClosetGnome sets, obviously.
Hope that helps :)
i totaly agree with you when it comes to trinkets/rings that people should just wear in same slots, problem is with weapons :) as a warrior i use 1h+shild for tanking then when i switch on DW this weapon im using for tanking becomes OH and equip different MH, ofc nasty gnome need to clean closet more often to find it ;)