Results: 34Comments by: junbin
File: Altoholic04-25-09
Suggestion: Characters -> Containers tab UI
Posted By: junbin
Is it possible to move the key ring all the way to the bottom (below the bank box) and put a space in between the bags on the character and the bags in the bank? So final output will look like: Backpack Bags on character Bank Bags in bank Keyring It'll make it a lot easier to figure out where something is.
File: Altoholic04-25-09
Bug report: Not working with ManyItemTooltips
Posted By: junbin
There is a bug with the GuildProfessions frame (Frames\GuildProfessions.lua): Line 257: SetItemRef(link:match("|H(+)")) should be: SetItemRef(link:match("|H(+)"), "Profession", "LeftButton") Otherwise most addons that hook SetItemRef will crash because of the 2 missing parameters.
File: Altoholic04-25-09
Add option to turn off guild updates
Posted By: junbin
Is there a way to turn off automatic guild updates? I'd rather not have my guild track every single gear change/recipe learnt. Instead, a confirmation box for requests would be really nice.
File: Bongos208-07-07
Different button counts on different bars
Posted By: junbin
Is there a reason why if I have 8 bars, each is limited to only 15 buttons? I need a configuration where all 120 buttons are used on 8 bars, but 1 bar only has 4 buttons, while another has 24. Is it possible to make it so that the number of buttons on a bar is dependable on how many buttons are not already used on other bars, i...
File: Sorren's Timers07-18-07
More about the nil errors....
Posted By: junbin
Seems like at times when the nil error strikes, addons that use candybar also shut down. This doesn't always happen, but it leads me to think that maybe another addon which uses candybar is somehow interfering through candybar. The other addons I have that use candybar: BigWigs Capping Hourglass Elkbuffbars Incubator...
File: Sorren's Timers07-12-07
Originally posted by astraycat I...
Posted By: junbin
Originally posted by astraycat I am entirely unable to reproduce this error :/ The US servers won't allow me to log in as any locale other than enUS either, so I can't check if its some strange localization error. I don't want to just add a nil check there and call it a day because by the time it gets there, there should be n...
File: Wardrobe-AL01-23-07
Shield moving around
Posted By: junbin
I have a 2h weapon set and a shield+sword set. What I do is use the wardrobe API in a macro to wear either one: Wardrobe.WearOutfit("2 Hander") etc. Each set only has the weapon/shield slots checked, everything else is untouched. When I have the 2 hander set on and switch to the shield+sword set, the shield will always...
File: Wardrobe-AL12-28-06
Bug with 2.4c
Posted By: junbin
When used with Fubar or Minimap icon, the addon shows my outfits fine. But when I open the main menu to edit outfits, nothing shows. I can add new outfits, but I cannot edit/reorder or delete old ones because they cannot be accessed in the main menu.
File: ItemBonusesFu11-28-06
Problems with 2.1.18136
Posted By: junbin
I was using the previous version and it worked fine. But when I updated to 2.1.18136, weird things started happening: I have 4 toons all using the exact same Fubar configuration: 2 panels one top, one bottom. Both panels have all 3 columns in use (left/mid/right). When I log on a toon, there is a high possibility (it doesn't...