Results: 285Comments by: Spiderkeg
File: Sell-O-Matic209-06-12
"SellOMatic2 has been blocked from...
Posted By: Spiderkeg
"SellOMatic2 has been blocked from an action only available to the Blizzard UI. You can disable this addon and reload the UI." This is the error I receive when I talk to a vendor and then try to apply a glyph to one of my glyph slots. I do not use any of the additonal modules of SOM, as I only want trash in my inventory to be sold...
File: TipTac09-03-12
@Aezay I have an idea. http:/...
Posted By: Spiderkeg
@Aezay I have an idea. http://www.wowpedia.org/API_GetSpecialization Why not get rid of the word "Talents: " and simply replace with "Spec 1: " or "Spec 2: " followed by the specialization. From the API, looks like you should be able to detect which spec the player is using (Primary/Secondary) and spit out the queried speci...
File: Player Link Menu09-02-12
I see that you've completely switch...
Posted By: Spiderkeg
I see that you've completely switched around the options and whatnot in the newest release, should the SavedVariables be wiped?
File: Player Link Menu09-02-12
There is still an issue. When you...
Posted By: Spiderkeg
There is still an issue. When you are already in a group/raid, the "invite" option still bugs out due to a change on how group/raid is detected. This change (below) is what I tested and appears to be working fine. Code: if (not IsInGroup() or (UnitIsGroupLeader("player") or UnitIsGroupAssistant("player"))) then
File: AuctionFilterPlus (fan's update 5.4.7)08-31-12
I've discovered a rather strange bu...
Posted By: Spiderkeg
I've discovered a rather strange bug. When I go to the auction house and do a random search for glyphs, under the glyph category, then quit the auction house. I bring up the Glyph tab, under Talents, and choose to add a glyph (click glyph) the game attempts to block AuctionFilterPlus from doing something. Keep in mind, I'm no...
File: TipTac08-31-12
Also could you change the wording o...
Posted By: Spiderkeg
Also could you change the wording of the tooltip to say SPECIALIZATION instead of TALENTS since that's what it's showing now. Aww, I like the word "Talents," and "Specialization" is such a mouthful.
File: Mapster08-29-12
I received this error today. I was...
Posted By: Spiderkeg
I received this error today. I was in a raid, people left the raid, but their dots remained on the map. Even when I changed zones, the dots remained on the map... and I received the resulting error. Message: Interface\FrameXML\WorldMapFrame.lua:1535: attempt to concatenate a nil value Time: 08/29/12 18:14:29 Count: 7 Stack: I...
File: TipTac08-29-12
Alright, I'm no longer receiving th...
Posted By: Spiderkeg
Alright, I'm no longer receiving the last two errors. Hovering over a player results in the tooltip, and extended targeting/hovering no longer gives me a message about field formats. Removal or changes to the talent inspection portion seems to be fine, I no longer get exact figures of the talents but I'm actually really fine with...
File: TipTac08-29-12
I've since changed the TipTacTalent...
Posted By: Spiderkeg
I've since changed the TipTacTalents code some more in the second TipTac12.08.29wip2.zip test release. Right now I added some more precautions in case of a nil return. Just so there's no confusion, the two recent errors I posted are in response to the download zip file you provided. I installed, logged in, tested, and reported....
File: Examiner08-29-12
That is a really strange error. No...
Posted By: Spiderkeg
That is a really strange error. No API function allows you to see the maximum XP needed to reach the next guild level, so Examiner calculates it using the following formula. (16580000 + 1660000 * (level - 1)) To reach the value of 37064287420000, the guild level would have to have been 22327875, which doesn't seem likely. This...
File: Player Link Menu08-29-12
Re: Right Click Error
Posted By: Spiderkeg
I still use this addon, so I'd love to see an update. With the 5.0.4 patch, this is the error I receive when I right click on someone's name in chat, expecting to get the right click menu. Message: ...e\AddOns\PlayerLinkMenu\PlayerLinkMenu_variables.lua:182: attempt to call global 'GetNumPartyMembers' (a nil value) Time: 08/29/1...
File: Examiner08-29-12
This is an error I receive when I i...
Posted By: Spiderkeg
This is an error I receive when I inspect someone. Message: Interface\AddOns\Examiner\Modules\guild.lua:73: Min or Max out of range Time: 08/29/12 10:18:57 Count: 1 Stack: : in function `SetMinMaxValues' Interface\AddOns\Examiner\Modules\guild.lua:73: in function `UpdateGuildInfo' Interface\AddOns\Examiner\Modules\guild.lua...
File: TipTac08-29-12
This error occurs too, but I don't...
Posted By: Spiderkeg
This error occurs too, but I don't know what it's tied to. Message: Interface\AddOns\TipTacTalents\core.lua:147: attempt to concatenate field 'format' (a nil value) Time: 08/29/12 10:18:17 Count: 1 Stack: Interface\AddOns\TipTacTalents\core.lua:147: in function : ? : ? Locals...
File: TipTac08-29-12
I receive this error when I simply...
Posted By: Spiderkeg
I receive this error when I simply hover over a player character. Doesn't seem to occur when I hover over an NPC. Message: Interface\AddOns\TipTacTalents\core.lua:45: bad argument #3 to 'SetFormattedText' (string expected, got nil) Time: 08/29/12 10:03:37 Count: 1 Stack: : in function `SetFormattedText' Interface\AddOns\Tip...
File: Broker_Everything08-29-12
The settings for the clock, "24 Hou...
Posted By: Spiderkeg
The settings for the clock, "24 Hour Time" and "Show Local Time," do not appear to be sticking. I check the off, but when I reload or relog, both are checked again. Can you confirm?
File: Player Link Menu08-29-12
Right Click Error
Posted By: Spiderkeg
I still use this addon, so I'd love to see an update. With the 5.0.4 patch, this is the error I receive when I right click on someone's name in chat, expecting to get the right click menu. Message: ...e\AddOns\PlayerLinkMenu\PlayerLinkMenu_variables.lua:182: attempt to call global 'GetNumPartyMembers' (a nil value) Time: 08/29/1...
File: TipTac08-29-12
I received this error when I hovere...
Posted By: Spiderkeg
I received this error when I hovered over an achievement in chat. Message: Interface\AddOns\TipTacItemRef\core.lua:389: GetAchievementCrieriaInfo(achievementID, criteriaIndex), criteria not found Time: 08/29/12 02:34:44 Count: 4 Stack: : in function `GetAchievementCriteriaInfo' Interface\AddOns\TipTacItemRef\core.lua:389: in f...
File: Broker_Everything08-28-12
This is the error I receive when I...
Posted By: Spiderkeg
This is the error I receive when I click the durability broker. Message: ...face\AddOns\Broker_Everything\modules\durability.lua:29: Invalid inventory slot in GetInventorySlotInfo Time: 08/29/12 01:51:12 Count: 4 Stack: : in function `GetInventorySlotInfo' ...face\AddOns\Broker_Everything\modules\durability.lua:29: in function...
File: Broker_Everything08-28-12
I received this message when I righ...
Posted By: Spiderkeg
I received this message when I right clicked the clock, and then right clicked the clock again. Message: Interface\AddOns\Broker_Everything\modules\clock.lua:72: attempt to index field 'clock' (a nil value) Time: 08/29/12 01:46:04 Count: 7 Stack: Interface\AddOns\Broker_Everything\modules\clock.lua:72: in function `OnClick' In...
File: Chinchilla Minimap08-28-12
Hi there, This is an error I rec...
Posted By: Spiderkeg
Hi there, This is an error I receive when I click on the "ping" option under the Chinchilla options. Message: Interface\AddOns\Chinchilla\Modules\Ping.lua:305: attempt to call global 'GetNumPartyMembers' (a nil value) Time: 08/29/12 01:08:46 Count: 1 Stack: Interface\AddOns\Chinchilla\Modules\Ping.lua:305: in function `membe...
File: Examiner08-28-12
Hi Aezay, This is the first erro...
Posted By: Spiderkeg
Hi Aezay, This is the first error that I've received, related to the change in range slot, of which mages no longer have. Message: ...nterface\AddOns\Examiner\LibGearExam\LibGearExam.lua:35: Invalid inventory slot in GetInventorySlotInfo Time: 08/28/12 19:59:19 Count: 1 Stack: : in function `GetInventorySlotInfo' ...nterfac...
File: TourGuide - The Lunar Festival01-22-12
So I download this file and replace...
Posted By: Spiderkeg
So I download this file and replace this file with the "Alliance.lua" file in the addon, correct?
File: Discord Unit Frames01-05-12
I haven't checked this out yet, but...
Posted By: Spiderkeg
I haven't checked this out yet, but did you have to revamp much with the DiscordLibraries? While DUF was such a headache to fix, I did end up pulling apart the functionality of DAB that uses ControlBoxes and have been using that as part of my set up for the last two expansions. A real shame that Discord was abandoned, or better...
File: AuctionFilterPlus (fan's update 5.4.7)01-05-12
I discovered a bug of sorts. When...
Posted By: Spiderkeg
I discovered a bug of sorts. When I have the new AuctionFilterPlus running, I can no longer use the game's Dressing Room when looking at auctions. If I CTRL+CLICK an item in the AH window, typically I could see what the item will look being worn by my character, but the addon is now blocking this from happening. I've tested th...
File: Titan Panel01-04-12
i took a break from wow that ended...
Posted By: Spiderkeg
i took a break from wow that ended up lasting almost 3 years. before i left during BC, titanpanel let you change the location of the different modules displayed to ether left, right, or center, for each module individually. now i can only choose between centering everything in a big clump, or letting them all stack from the left......