Results: 48Comments by: lloydbates
File: Broker_EquipSwitch08-28-09
Originally posted by Danno I reali...
Posted By: lloydbates
Originally posted by Danno I realize this may be beyond the scope of what you want to do with this, but there's a nasty little bug where titan's grip fury warriors can't equip things like, say, an argent lance using the blizzard equipment mananger (and hence, this addon or closetgnome), because the game tries to put the lance (or ot...
File: Broker_EquipSwitch08-22-09
Re: ruRU locale
Posted By: lloydbates
Originally posted by kolod Broker_EquipSwitch\locales\ruRU.lua local L = LibStub("AceLocale-3.0"):NewLocale("Broker_EquipSwitch", "ruRU") if not L then return end L = "Текущий комплект: %s" L = "Без комl...
File: Satrina Buff Frames 307-23-09
Skin is Onyx Redux (http://www.wowi...
Posted By: lloydbates
Skin is Onyx Redux (http://www.wowinterface.com/downloads/info8900-ButtonFacadeOnyx.html) or "Dream Layout". I'll send you a call stack from BugSack and my SavedVariables tomorrow via PM, can't do that now.
File: Satrina Buff Frames 307-23-09
With 3.1.15 I'm getting an error on...
Posted By: lloydbates
With 3.1.15 I'm getting an error on login with LibButtonFacade-1.0.lua on line 689: 686 function lib:ListGroups(Addon) 687 -- Edit: 5/21 688 -- return group.SubList 689 return group.SubList 690 end ButtonFacade Version 3.1.270 LibButtonFacade-1.0.lua Version 245 All slots on my buff and debuff frames are filled with "border...
File: Broker_EquipSwitch06-20-09
Originally posted by Frayol The is...
Posted By: lloydbates
Originally posted by Frayol The issue is that when a set is updated the display reverts to "No Set". This behavior is intentional. The reasoning behind it is the following: If you add, edit or delete a set, an event (EQUIPMENT_SETS_CHANGED) is fired. It's the same event for all these three actions. I can't say for sure what action t...
File: DockingStation (Display)06-13-09
Could you change line 393 Panels.lu...
Posted By: lloydbates
Could you change line 393 Panels.lua to have all panels(frames) with a global name? I'm asking because I would like to anchor an addon (Xparky) to it. To do this, it needs a frame with a global name. old, line 393 Panels.lua: panel = CreateFrame('Frame', nil, UIParent)new, line 393 Panels.lua: panel = CreateFrame('Frame', 'DockingS...
File: Broker_EquipSwitch06-10-09
LDBIcon:Refresh("Broker_EquipSwitch...
Posted By: lloydbates
LDBIcon:Refresh("Broker_EquipSwitch", db)This line was there to update the icon when switching a set. If I remember correctly, it did not update without it. I'll test it and remove the function and the callback if it still works. ** Edit: Looks like it updates the icon, even without the function call. I removed the function and th...
File: Broker_EquipSwitch05-25-09
The Blizzard UI uses EquipmentManag...
Posted By: lloydbates
The Blizzard UI uses EquipmentManager_EquipSet("SetName") to switch the saved sets. From the EquipmentManager.lua function EquipmentManager_EquipSet (name) if ( EquipmentSetContainsLockedItems(name) or UnitOnTaxi("player") or UnitCastingInfo("player") ) then UIErrorsFrame:AddMessage(ERR_CLIENT_LOCKED_OUT, 1.0, 0.1, 0.1,...
File: Broker_EquipSwitch05-20-09
Originally posted by Logan1981 Doe...
Posted By: lloydbates
Originally posted by Logan1981 Does this addon automatically switch to a set based on stance? For example, if I have a set for when I activate stealth, it equips that set, then unequips it when stealth is broken?It does not switch to a set when you enter a stance. It does not react on any player event like this. It is just a fronte...
File: Broker_LootType04-13-09
Re: zhTW localization
Posted By: lloydbates
Originally posted by jyuny1 hi lloydbates, I've create a zhTW localization for Broker_LootType. here is my patch http://opensvn.csie.org/kevinblue/wow/Broker_LootType/zhTW.lua this is a great LibBroker Addon, I love this =) jyuny1 Added in 1.2.1, thanks. There goes my grand plan to have a x.x.0 for once, oh well.
File: Satrina Buff Frames 304-11-09
When ever is right-click a buff in...
Posted By: lloydbates
When ever is right-click a buff in my buffframe1 to disable it, there is "hi" printed in my chatframe1. Is this intended? :D *hint* SBFElements.lua line 723 in function Buff_OnClick
File: Broker_EquipSwitch03-26-09
I just wanted to keep 'Broker_Equip...
Posted By: lloydbates
I just wanted to keep 'Broker_EquipSwitch' as it is, just a plugin and nothing more. The need for an optional minimap icon led to 'Broker_EquipSwitchUI'. Personally, I don't mind the extra addon. It is very basic and it is completly optional. Point taken, it's also possible to integrate it into 'Broker_EquipSwitch' directly, but the...
File: Cellular03-26-09
Can we get an option to completly d...
Posted By: lloydbates
Can we get an option to completly disable history, not even recording names?
File: Broker_EquipSwitch03-26-09
I'll think about integrating it int...
Posted By: lloydbates
I'll think about integrating it into the 'main' addon. You are right, it's not much additional code. A guildy of mine did not have a display addon for libdatabroker based plugins, that's why this one exists. I just threw it into the zip in case anyone would want a minimap icon, I didn't thought it would do any harm to have it sepera...
File: Paladin Buffer03-12-09
Looks nice, will definitly try this...
Posted By: lloydbates
Looks nice, will definitly try this one out in a raid later this week. 1) Can we have an option to disable the 'quickbuff button' and just have it show the class specific buttons (buffgui.lua) 2) The buttons are too big, no need to show the emblem icons for single/greater buffs (buffgui.lua) 3) The single buff assignment ui is fant...
File: Broker_EquipSwitch03-12-09
Since we had our argument on here,...
Posted By: lloydbates
Since we had our argument on here, the table handling and menu creating changed. For this specific case, the menu should realy only be recreated when needed, that is when EQUIPMENT_SETS_CHANGED was fired and a menu is requested again. After that, till EQUIPMENT_SETS_CHANGED fires again, the same table will be used. If EQUIPMENT_SETS...
File: Broker_EquipSwitch03-04-09
Originally posted by p3lim Creatin...
Posted By: lloydbates
Originally posted by p3lim Creating a new table and populating it even tho its not used every time you change or create a gear set isnt neither.. :) Its only created and populated once if its requested (by OnClick) and than the same table is used until equipmentsets are added/edited. :D If these change the table is recycled. :rolle...
File: Broker_EquipSwitch03-04-09
Originally posted by p3lim Im 100%...
Posted By: lloydbates
Originally posted by p3lim Im 100% sure, most of the equip-specific is and should be done by blizzard. Though both plug-ins do exactly the same, just that the one I have is a bit more memory and cpu friendly :p Depends on what you call memory and cpu friendly. Creating a new table and populating it every time OnClick is requested...
File: Broker_EquipSwitch03-04-09
I haven't seen this, sorry. I had...
Posted By: lloydbates
I haven't seen this, sorry. I had this around and just pushed it to wowinterface because it was the only way I could host it for my guild. In the end, it's all about choice, isn't it? Are you sure about 'EquipmentManager_EquipSet' handling in combat queueing? Haven't seen it in the function itself.
File: Broker_LootType12-29-08
Re: feature suggestion: roll on click
Posted By: lloydbates
Originally posted by Jaim Sandar I am trying to switch over from FuBar to DataBroker displays, also. I could abandon GroupFu if click to roll functions were included in Broker_LootType. http://www.wowinterface.com/downloads/info4971-FuBar-GroupFu.html Thank you. Maybe you should take a look at BrokerGroup by Tristanian which...
File: Broker_LootType11-22-08
Added, thanks.
Posted By: lloydbates
Added, thanks.
File: Broker_LootType11-21-08
Thanks for the suggestion, I also a...
Posted By: lloydbates
Thanks for the suggestion, I also added type = "data source" definiton to the dataobj. Based on http://github.com/tekkub/libdatabroker-1-1/wikis/data-specifications it is required to do so. Please let me know if this causes problems.
File: Mounted10-19-08
Re: Re: Travel and Flight Forms
Posted By: lloydbates
First, let me thank you for this wonderfull addon. One suggestion though: The ParseMacro function randomizes the mounts more than once, this is irritating when a macro has the token "" two times. For example the first to cast the mount under a condition and the second one to fool the blizzard parser to show the correct icon....