Results: 14Comments by: Aelorean
File: Broker_WorldQuests12-05-22
xmyno, the original author of Broke...
Posted By: Aelorean
xmyno, the original author of Broker_WorldQuests and the maintainer through 8.x, has allowed me to take over as code maintainer as of today. I plan to keep the addon up-to-date so long as I am still interested in playing the game and so long as the addon is relevant. Unfortunately, he only gave me access to his github repository...
File: Broker_WorldQuests12-02-22
Re: Shadowlands support
Posted By: Aelorean
Here is a version that has all of the changes I made for Shadowlands and has been updated for Dragonflight.   I don't have world quests unlocked in the new expansion as yet, so it won't support Dragonflight yet; however, it will load without errors and will work in all previous expansions as before https://github.com/Amadeus-/Brok...
File: AdvancedInterfaceOptions Classic08-10-19
Hi there, I have issues to set t...
Posted By: Aelorean
Hi there, I have issues to set the nameplate distance higher than 20. It just wont save after leaving the setupscreen. One of the recent patches I believe made it fixed at 20 now. Pretty sure its an intended 'fix' which sucks :( So, it's Blizzard who made it max at 20, correct? (I just want to confirm that it's not a restric...
File: Capping09-02-12
You guys didn't bother to read down...
Posted By: Aelorean
You guys didn't bother to read down the thread huh? Lines 565, 641 -- change "GetNumRaidMembers" to "GetNumGroupMembers" This is a good change. I was looking over the rest of the code in the sections that involved this particular change and it seems that it should be fine without further alterations; however, it could be that...
File: Capping09-01-12
If the author doesn't come back aft...
Posted By: Aelorean
If the author doesn't come back after MoP releases, I'll look into adding code for any new BGs, etc. I'll then do a fan release. Otherwise, I think that the current version works just fine with the edits I mentioned.
File: Capping08-30-12
Ok, so far I only see one thing tha...
Posted By: Aelorean
Ok, so far I only see one thing that needs fixing (I only tested in one BG, so I suppose I might have missed something.) Anyway, do this: 1. Open battlegrounds.lua. 2. Lines 62, 63, 65, and 66 -- change "WorldMap_GetPOITextureCoords" to "GetPOITextureCoords" I also updated "LibSharedMedia-3.0" from http://www.wowace.c...
File: Molinari07-31-12
I have a feature request: Have al...
Posted By: Aelorean
I have a feature request: Have alt-click on GREY items 'delete' the item (no confirmation window, if possible.) Perhaps on 'white' items it could do the same thing, but just have the confirmation window? (or maybe a setting to either use confirmation windows or not.)
File: Broker_Equipment07-31-12
I will add a check if there is a se...
Posted By: Aelorean
I will add a check if there is a set or not, not sure when that will be released though, as I am swamped with all the changes on beta right now. Which addons are super broken on beta that you work on? Just curious.
File: Broker_Equipment07-29-12
http://wowprogramming.com/docs/widg...
Posted By: Aelorean
http://wowprogramming.com/docs/widgets/GameTooltip/SetEquipmentSet Thanks. I didn't think to look under the widgets -- I had in my mind that it was somehow part of the databroker library (or perhaps something that used to be.) Anyway, it explains the bug I guess. Probably calling that function with an invalid or nil value ra...
File: Broker_Equipment07-29-12
I was getting an error while playin...
Posted By: Aelorean
I was getting an error while playing an alt that had no equipment sets at all. This alteration seems to have fixed it: local function OnTooltipShow(self) if (GetNumEquipmentSets() > 0) then self:SetEquipmentSet(LDB.text) end end Is GetNumEquipmentSets() an expensive call that would make this inefficient? Act...
File: Postal06-30-11
Does this addon work with 4.2 (i.e....
Posted By: Aelorean
Does this addon work with 4.2 (i.e., does it only need a change in the .toc file?) I never realized how much I desperately need this addon..lol!
File: ArkInventory06-29-11
That's awesome news -- thanks!
Posted By: Aelorean
That's awesome news -- thanks!
File: GathererDB WoWHead12-25-10
Download: https://rapidshare.com/f...
Posted By: Aelorean
Download: https://rapidshare.com/files/439173738/Gatherer.lua It's on my own paid Rapidshare Account, so it wont dissapear and is small enough (5 MB) that it wont trigger your waiting que for next file, you just have to wait about one minute before download. I just wanted to clarify (for the next person to try this link) that yo...
File: GathererDB WoWHead12-24-10
Could someone please post a good /W...
Posted By: Aelorean
Could someone please post a good /WTF/Account/######/SavedVariables/Gatherer.LUA file? I tried doing an 'import' from a fresh build and it didn't come with ANY nodes for Elementium, for example. Or, perhaps someone could update the main GatherDB_Wowhead page to indicate exactly what is included in the DB and what is not include...