deluXE, you mean the Base Stats and Spells menu stuff?
If so, that's in WoW TBC :) All the screenshots are taken in beta.
Oh, alright. I haven't checked much of the TBC stuff, don't want to spoil it yet. I fear I'll grow bored of it even before setting foot in the Outlands.
Thanks for the informatio though. :)
And you'll have to add the Evocation and MyNormalWeaponSet as ClosetGnome sets, obviously.
I did the above, and the Gnome equips the Evocation set as supposed to when I hit the key, but it doesn't switch the weapons back automatically at the end of the channeling. I have to press the macro key again to switch back. Is this how it's supposed to work or am I missing something?
Not sure if you changed it since I fiddled with it a few weeks ago, but last time I tried, it didn't handle multiple items with the same name/different enchant. I have Bloodfang legs with +20 fr, and another with the Zg enchant, for instance.
Can't wait for a bank module, I can't move away from outfitter because of it, I have like 6 sets of resist/regular gear stuffed in my bank, hehe.
Great Job Rabbit
Though after i switched to CG after using itemrack for ages had 3 issues:
a) when you hold alt in your Charracter tab you can swap gear for each slot, i missed it but then i found SwapMagic on SVN ! working like a charm :) Well maybe you could implement this functionality to closet gnome? Would be sweet :) But i don't really mind using another addon.
b) Missing "trinket menu" functionality from itemrack, but i daubt smth can be done about this, so i can live without it :)
c) Bindings!!! I'm crying tbh. I'm using bartender2 so kinda limited on bar space. I have only like 4-5 free action buttons though i need to save them for some fights like placing there specific macros for 1 boss or specific resistance potions (Thaddius, Loatheb, Sapphirion, etc). So basicly i left without any space for gear swapping macros :[ and can't do anything about it apart of switching to another action bar add-on or switching back to itemrack.
So if it's possible could you make possibility to assign binding to the set? It'd be soooo sweeet ^_^
I found a small bug:if you have RingA in ring slot 1 and RingB in ring slot 2, and in another set you have RingB in slot 1 and another ring in slot 2, CG won't swap em correctly, it will report "missing item" or smth.
And you'll have to add the Evocation and MyNormalWeaponSet as ClosetGnome sets, obviously.
Hope that helps :)
That won't work. Evocation is a channeling spell and you need to wait 8 seconds before un-equipping the item. Something better would be to hook the aura gained/lost event and wear/remove based on gaining/losing evocation
If that is the case, someone will have to make a 3rd party ClosetGnome addon that does this for you, I'm not going to include class-specific code into the main addon.
Anyway, I'm sitting on my night shift at work and I'm a bit bored, so I cooked up a keybinding addon for WoW 1.12 users that I have attached to this post.
Some things to note:
* It is 100% drycoded, I have no WoW at work.
* It is not in SVN, I don't have SVN at work.
* It does not add the keybinding display to the ClosetGnome tooltip.
* It only supports 5 keybindings.
In order to bind a key, open the normal keybinding settings window and assign a key to Set 1-5. And then you have to do
/cgkb set# <setName>
For example "/cgkb set1 DPS" would assign the "DPS" set to the first keybinding.
Once again, this is 100% drycode, so I can not tell you that it's even remotely close to working, and it was coded in Wordpad.
If that is the case, someone will have to make a 3rd party ClosetGnome addon that does this for you, I'm not going to include class-specific code into the main addon.
Anyway, I'm sitting on my night shift at work and I'm a bit bored, so I cooked up a keybinding addon for WoW 1.12 users that I have attached to this post.
Some things to note:
* It is 100% drycoded, I have no WoW at work.
* It is not in SVN, I don't have SVN at work.
* It does not add the keybinding display to the ClosetGnome tooltip.
* It only supports 5 keybindings.
In order to bind a key, open the normal keybinding settings window and assign a key to Set 1-5. And then you have to do
/cgkb set# <setName>
For example "/cgkb set1 DPS" would assign the "DPS" set to the first keybinding.
Once again, this is 100% drycode, so I can not tell you that it's even remotely close to working, and it was coded in Wordpad.
Have fun!
working! great, thanks alot :) though will you copnsider to extend the number of keybindings (8-10 would be great)
Oh, alright. I haven't checked much of the TBC stuff, don't want to spoil it yet. I fear I'll grow bored of it even before setting foot in the Outlands.
Thanks for the informatio though. :)
I did the above, and the Gnome equips the Evocation set as supposed to when I hit the key, but it doesn't switch the weapons back automatically at the end of the channeling. I have to press the macro key again to switch back. Is this how it's supposed to work or am I missing something?
Can't wait for a bank module, I can't move away from outfitter because of it, I have like 6 sets of resist/regular gear stuffed in my bank, hehe.
I will probably fix that alongside the other bugs reported so far.
Though after i switched to CG after using itemrack for ages had 3 issues:
a) when you hold alt in your Charracter tab you can swap gear for each slot, i missed it but then i found SwapMagic on SVN ! working like a charm :) Well maybe you could implement this functionality to closet gnome? Would be sweet :) But i don't really mind using another addon.
b) Missing "trinket menu" functionality from itemrack, but i daubt smth can be done about this, so i can live without it :)
c) Bindings!!! I'm crying tbh. I'm using bartender2 so kinda limited on bar space. I have only like 4-5 free action buttons though i need to save them for some fights like placing there specific macros for 1 boss or specific resistance potions (Thaddius, Loatheb, Sapphirion, etc). So basicly i left without any space for gear swapping macros :[ and can't do anything about it apart of switching to another action bar add-on or switching back to itemrack.
So if it's possible could you make possibility to assign binding to the set? It'd be soooo sweeet ^_^
You mean like this?
/script ClosetGnome:WearSet("Evocation"); CastSpellByName("Evocation"); /script SpellStopCasting(); ClosetGnome:WearSet("MyNormalWeaponSet");
I tried, it doesn't work. :(
I tried without the second /script as well, no luck either.
That won't work. Evocation is a channeling spell and you need to wait 8 seconds before un-equipping the item. Something better would be to hook the aura gained/lost event and wear/remove based on gaining/losing evocation
Anyway, I'm sitting on my night shift at work and I'm a bit bored, so I cooked up a keybinding addon for WoW 1.12 users that I have attached to this post.
Some things to note:
* It is 100% drycoded, I have no WoW at work.
* It is not in SVN, I don't have SVN at work.
* It does not add the keybinding display to the ClosetGnome tooltip.
* It only supports 5 keybindings.
In order to bind a key, open the normal keybinding settings window and assign a key to Set 1-5. And then you have to do
For example "/cgkb set1 DPS" would assign the "DPS" set to the first keybinding.
Once again, this is 100% drycode, so I can not tell you that it's even remotely close to working, and it was coded in Wordpad.
Have fun!
working! great, thanks alot :) though will you copnsider to extend the number of keybindings (8-10 would be great)
I can set \ as tank gear to quickly whip out a sword and board. Great stuff! <3
seems to work thx
No real reason for me posting this, just felt like sharing!
As a side note, if anyone out there feels like they could contribute to the quips in CG, I'm always looking for more!
It wasn't easy coming up with all the ones already there, let me tell you :) But it was fun!