I find a solution on my banker problem, and I think it might interest you :)
There is a problem with the closetgnome function IsNormalBag.
You put in bagType, the subtype of the bag you test, and in the end you check it by bagType == INVTYPE_BAG.
But on live server, INVTYPE_BAG returns "Bag", and the subtype for nearly all normal bag returns "Container"
So this function only work with backpack at this time, I think.
To correct this, on my local copy, I change bagType == INVTYPE_BAG by bagType == L["Container"], and put an entry in enUS local file and the necessary translation in frFR local (cause I'm still using my french client)
After this step, you could actually get your set from the bank, but the automated reverse (bag to bank) still don't work.
You need to made the same work in banker :
In function IsBankBag, replace bagType == INVTYPE_BAG by bagType == L["Container"], and put the necessary translation at the beginning.
And now, I've got a fully functional banker plugin.
By the way, the automated function from bag to bank is really good, like it very much.
So, I hope I don't make any mistake, and thanks for your time and work on these great addons.
Then again, perhaps LibTooltip-1.0 or Tekkub's TekTip could provide that Tablet-like option functionality?
Definitely not. We're looking at either making LibTooltip extensible via modules or just making a separate library for all that. Tekkub's tooltip is a gutted version of LibTooltip reworked for his tastes - all he wanted was the multi-column stuff. :)
The current one is a beta, and after some heavy consideration I'm going back to including Tablet and a FuBar plugin, just hang tight.
Glad to hear. The current one is reasonable, but the current ClosetGnome_Banker bank plugin behavior is a PITA. Having to go into Interface, Addons to check & uncheck the set you don't automatically want move is a hassle.
Very often have gone to the bank, forgotten to do that and woosh...there goes the set I wanted to keep in my bags (and vice versa)...heh. Far, far prefer the old way. Where you could actually select and click when you wanted a set to be transferred instead of it being done automatically unless you choose otherwise.
Then again, perhaps LibTooltip-1.0 or Tekkub's TekTip could provide that Tablet-like option functionality?
EDIT: oops, I deleted this message instead of editing it above (typo city). Torhal's message above relates to this one :).
I've always felt that anything more complicated than a tooltip meant for display, that is, has clickable buttons and whatnot, should be a frame with its own buttons made by the addon itself.
A tooltip is not a menu, a menu is not a tooltip! Tablet tries to be both at the same time.
A tooltip is not a menu, a menu is not a tooltip! Tablet tries to be both at the same time.
...which is why neither myself nor the other LibTooltip authors will be making it clickable and/or scrollable.
On the other hand, Tablet got people used to (for example) seeing a guildmate's name on the tooltip and clicking on it to do something with it (send a tell, invite to a group, whatever). There's a demand for that type of thing in the addons that aren't using Tablet anymore, and I'm not sure how to design around that without making a less-bloated Tablet-like interface. Anywho, I think we're not only derailing the thread but scrapping it on the spot as well.
There's a demand for that type of thing in the addons that aren't using Tablet anymore...
Yes, there is. I dont need 2 addons ( LDB + launcher ) to provide me with a shortcut that exists on my keyboard. The whole point of fubar and plugins for me was that I could avoid opening big scrolable windows ( blizzard or addons GUI ) to access options and information while I was in the middle of something.
Yes, there is. I dont need 2 addons ( LDB + launcher ) to provide me with a shortcut that exists on my keyboard. The whole point of fubar and plugins for me was that I could avoid opening big scrolable windows ( blizzard or addons GUI ) to access options and information while I was in the middle of something.
While easy acccess to the config is 1 of fubar's benefits, the second thing you mention (easy access to the info), is the real benefit of fubar/any LDB viewer.
I really need to hear about the other Closetgnome plugins.
Oh_Noes is going to be a nice thing to have considering the upcoming deaths in WOTLK, switcher is also one that I've gotten used to.
what's the status of these other closetgnome parts?
I've always felt that anything more complicated than a tooltip meant for display, that is, has clickable buttons and whatnot, should be a frame with its own buttons made by the addon itself.
A tooltip is not a menu, a menu is not a tooltip! Tablet tries to be both at the same time.
Yep, but they can be both, of course. Its part of the appeal of FuBar & Titan for many; being able to adjust options/information off a small tooltip-menu instead of from a gigantic mod-specific custom options frame and/or Blizzard's monsterous options frame. Pointing out the obvious and has likely been gone over a million times, but hey :D.
A serious problem with Blizzard's default mod option frame for handling things (besides the size): if you (say) click a LDB plugin to bring up the frame, it will normally go to that plugin's options. But only if that mod is the only one you have adjusted the options for during the session.
If you have adjusted the options for a different mod earlier in the session (or later), clicking on that plugin again goes back to the options for the other mod. So you have to scroll through the mod list to find the one you want to adjust. It happens with ClosetGnome_Banker's options & its a giant hassle with lots of mods listed.
One way around this is to bring up, as you said, a mod's own options frame (via clicking the LDB plugin, a command line command or whatever). Several do this by utilizing their own "version" of Blizzard's frame (i.e. GatherMate). Its still a monster in the middle of your screen, though.
Anyway, enough derailing. How about keybinding options for ClosetGnome_Banker allowing you to switch sets on demand instead of automatically? At least until ClosetGnome goes back to a Tablet display and/or something better.
So after patch 3.0.3, Blizz correct some inconsistency between ffFR api and enUS api, closetgnome and closetgnome_banker are working now perfectly without any modification :D
So I tried to search for this issue in this thread, but couldn't find anything. I'm using closetgnome on a warrior with Titan Grip, and it seems no weapon sets switching involving TG works. For example I'll make 2 sets, one with my TG 2H+shield and another with my TG 2H+1H, and everytime I switch, it'll remove the 2H. I tried using Red selection on the 2H so it only changes the offhand, but it has the same problem. I tried with various combinations, and it seems everything that involves switching from a TG setup to another will reverse the status on the TG hand(s). For example if you have a 2H equipped as MH or OH and switch to another set which has a 2H in that slot, then the 2H will be removed. However if you switch to another setup, such as 1h or a shield in that hand, then that hand will work.
Maybe I missed something obvious, but how exactly would I go about deleting a set?
EDIT: After messing around with different key combinations I figured it out. Right click for the menu, hold CTRL and click on the set you want to delete. Could a note be added to the tooltip to make this more clear? Thank you.
Anyone else having issues with SwapMagic not functioning with ClosetGnome anymore? Just noticed this last night when I was making a new set. It works fine on the character sheet until you open make/edit set UI.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
The current one is a beta, and after some heavy consideration I'm going back to including Tablet and a FuBar plugin, just hang tight.
I find a solution on my banker problem, and I think it might interest you :)
There is a problem with the closetgnome function IsNormalBag.
You put in bagType, the subtype of the bag you test, and in the end you check it by bagType == INVTYPE_BAG.
But on live server, INVTYPE_BAG returns "Bag", and the subtype for nearly all normal bag returns "Container"
So this function only work with backpack at this time, I think.
To correct this, on my local copy, I change bagType == INVTYPE_BAG by bagType == L["Container"], and put an entry in enUS local file and the necessary translation in frFR local (cause I'm still using my french client)
After this step, you could actually get your set from the bank, but the automated reverse (bag to bank) still don't work.
You need to made the same work in banker :
In function IsBankBag, replace bagType == INVTYPE_BAG by bagType == L["Container"], and put the necessary translation at the beginning.
And now, I've got a fully functional banker plugin.
By the way, the automated function from bag to bank is really good, like it very much.
So, I hope I don't make any mistake, and thanks for your time and work on these great addons.
Definitely not. We're looking at either making LibTooltip extensible via modules or just making a separate library for all that. Tekkub's tooltip is a gutted version of LibTooltip reworked for his tastes - all he wanted was the multi-column stuff. :)
Glad to hear. The current one is reasonable, but the current ClosetGnome_Banker bank plugin behavior is a PITA. Having to go into Interface, Addons to check & uncheck the set you don't automatically want move is a hassle.
Very often have gone to the bank, forgotten to do that and woosh...there goes the set I wanted to keep in my bags (and vice versa)...heh. Far, far prefer the old way. Where you could actually select and click when you wanted a set to be transferred instead of it being done automatically unless you choose otherwise.
Then again, perhaps LibTooltip-1.0 or Tekkub's TekTip could provide that Tablet-like option functionality?
EDIT: oops, I deleted this message instead of editing it above (typo city). Torhal's message above relates to this one :).
A tooltip is not a menu, a menu is not a tooltip! Tablet tries to be both at the same time.
...which is why neither myself nor the other LibTooltip authors will be making it clickable and/or scrollable.
On the other hand, Tablet got people used to (for example) seeing a guildmate's name on the tooltip and clicking on it to do something with it (send a tell, invite to a group, whatever). There's a demand for that type of thing in the addons that aren't using Tablet anymore, and I'm not sure how to design around that without making a less-bloated Tablet-like interface. Anywho, I think we're not only derailing the thread but scrapping it on the spot as well.
While easy acccess to the config is 1 of fubar's benefits, the second thing you mention (easy access to the info), is the real benefit of fubar/any LDB viewer.
I really need to hear about the other Closetgnome plugins.
Oh_Noes is going to be a nice thing to have considering the upcoming deaths in WOTLK, switcher is also one that I've gotten used to.
what's the status of these other closetgnome parts?
Yep, but they can be both, of course. Its part of the appeal of FuBar & Titan for many; being able to adjust options/information off a small tooltip-menu instead of from a gigantic mod-specific custom options frame and/or Blizzard's monsterous options frame. Pointing out the obvious and has likely been gone over a million times, but hey :D.
A serious problem with Blizzard's default mod option frame for handling things (besides the size): if you (say) click a LDB plugin to bring up the frame, it will normally go to that plugin's options. But only if that mod is the only one you have adjusted the options for during the session.
If you have adjusted the options for a different mod earlier in the session (or later), clicking on that plugin again goes back to the options for the other mod. So you have to scroll through the mod list to find the one you want to adjust. It happens with ClosetGnome_Banker's options & its a giant hassle with lots of mods listed.
One way around this is to bring up, as you said, a mod's own options frame (via clicking the LDB plugin, a command line command or whatever). Several do this by utilizing their own "version" of Blizzard's frame (i.e. GatherMate). Its still a monster in the middle of your screen, though.
Anyway, enough derailing. How about keybinding options for ClosetGnome_Banker allowing you to switch sets on demand instead of automatically? At least until ClosetGnome goes back to a Tablet display and/or something better.
It would be useless after hitting level 71, so why bother? Items that increase mount speed will no longer function.
Sorry for being behind the times.. can you link some blue on this?
Read the item tooltip on your Riding Crop.
Aye, you're right. Missed the changes to mount-speed increasing items :(
So after patch 3.0.3, Blizz correct some inconsistency between ffFR api and enUS api, closetgnome and closetgnome_banker are working now perfectly without any modification :D
Just in case you were following my problem...
Someone knows about this issue ?
Thanks.
Is this just for speed enchancing trinkets? or also the enchants/Blacksmithing items too?
Edit.. It's all mount speed enhancing items
http://forums.worldofwarcraft.com/thread.html?topicId=9679754295&sid=2000
EDIT: After messing around with different key combinations I figured it out. Right click for the menu, hold CTRL and click on the set you want to delete. Could a note be added to the tooltip to make this more clear? Thank you.