Results: 14Comments by: Thrashfinger
File: Swindler Preventer06-06-11
New Data (TOC Version: 4.1a)
Posted By: Thrashfinger
This is an excerpt of my SavedVariables\SwindlerPreventer.lua file after some random adventuring: SP_NewItemInfo = { = { = "", = 900, }, } SP_NewVendorInfo = { = { = { "\"Chef\" Overheat", -- }, = { "\"Chef\" Overheat", -- }, = { "Zurii", -- "Enchantress Andiala", -- },...
File: EquipCompare04-10-11
Tooltip rendered (partially/completely) off screen fix #2 for EquipCompare v2.18
Posted By: Thrashfinger
Originally posted by Legorol It is possible for part of a comparison tooltip to be slightly off the screen when the tooltips are very wide. This is a known bug in EquipCompare. Howdy, Legorol! I've been AFK for a few years, and one of the first addons I looked for when I reinstalled WoW was EquipCompare. I am glad to see you...
File: EquipCompare04-09-11
Re: Atlas Loot tool tips
Posted By: Thrashfinger
Originally posted by noobez I was wondering if you could implement tool tips that work with Atlas Loot. Simular to what Bonuses did. Other than AtlasLoot has a built-in option to show comparison tooltips: Options // Interface // AtlasLoot Top box, right column, second option "Comparison TT". Were you looking for add...
File: TradeJunkie08-19-09
Updated enhancement for TradeJunkie v5.0 Beta 2
Posted By: Thrashfinger
You are welcome. I'm having fun tinkering with all this code. ;) I have updated my forum post with a tweak to the xml anchor points in order to better support dynamic button resizing. :cool: Also, I'm still in the "thinking about it" phase while I conceptualize an "all-Lua" solution to creating a "Junkie" button and dynamical...
File: Ackis Recipe List08-19-09
Updated enhancement for AckisRecipeList v3.2
Posted By: Thrashfinger
I'm glad I could help. Tinkering with code is fun for me. :banana: I edited my previous forum post to fix a SNAFU error :( and to provide a more streamlined code snippet. :) Hopefully the error didn't cause too much trouble for anyone. :o Cheers! :D
File: Ackis Recipe List08-18-09
AckisRecipeList v3.2 + TradeJunkie + AdvancedTradeSkillWindow
Posted By: Thrashfinger
AckisRecipeList v3.2 + TradeJunkie + AdvancedTradeSkillWindow -------------------------------------------------------------- This modification enhances two aspect of AckisRecipeList to work and play well with AdvancedTradeSkillWindow and TradeJunkie: 1) Dynamically updates ARL's "Scan" button size and location relative to AT...
File: TradeJunkie08-17-09
TradeJunkie v5.0 Beta 2 & AdvancedTradeSkillWindow v0.7.7
Posted By: Thrashfinger
TradeJunkie v5.0 Beta 2 + AckisRecipeList + AdvancedTradeSkillWindow -------------------------------------------------------------- If you want to add a TradeJunkie "Junkie" button to the latest AdvancedTradeSkillWindow v0.7.7, you can update TradeJunkie v5.0 Beta 2 with the code modifications listed below. --------------------...
File: EquipCompare06-08-09
Tooltip rendered (partially/completely) off screen FIX for EquipCompare v2.16
Posted By: Thrashfinger
This fix places comparative tooltips left and right of the main tooltip. * Works with WoW v3.1.3: See NOTE below. The following code modifications should resolve most (if not all) issues with wide comparative tooltip frames being displayed (partially or completely) off screen. This change repositions wide comparative tooltip...
File: Call To Arms (monitor LFG channel)04-05-09
CallToArms v3.0.9 Bug Report
Posted By: Thrashfinger
There is a bug which manifests itself as a client-side glitch (for the player using CTA) and appears as the wrong level, class, and guild name versus character name attached to forwarded LFG messages that are displayed in the client's CTA window. The origin of the wrong level/class/guild info relates to the first message forwarded cl...
File: Call To Arms (monitor LFG channel)04-05-09
CallToArms v3.0.9 Updates
Posted By: Thrashfinger
During the evolution of CallToArms, Blizzard changed the functionality of the LFG channel requiring a player to join the LFG system in order to join the LFG channel. Subsequently, CallToArms was updated to use the third entry of the LFG system to add the player to the first available zone (in alphabetical order) in order to enable an...
File: Call To Arms (monitor LFG channel)02-10-09
Two possible bugs
Posted By: Thrashfinger
It has been two months since the v3.0.3 update to this addon was posted by ggman. I have noticed two issues that might be classified as bugs. Have they been fixed in a newer release version that I have not found yet? Or, have they not been noticed or reported yet? 1) Scratch the first issue. Apparently it was a glitch th...
File: Call To Arms (monitor LFG channel)02-09-09
Thank you for updating CTA to WotLK - two LFG Comment updates
Posted By: Thrashfinger
I am grateful to the programmers and coders who created and have maintained this addon through the many patches and versions of WoW. I have two updates that can be added by anyone that wants to make the inserted LFG Comments more robust when using the auto-join LFG functionality (right-clicking on the minimap icon to aut...
File: EquipCompare11-08-08
Tooltip rendered (partially/completely) off screen fix for EquipCompare v2.13
Posted By: Thrashfinger
Works with WoW v3.0.3: The following code modifications should resolve most (if not all) issues with wide comparative tooltip frames being displayed (partially or completely) off screen. This change repositions dual comparative tooltip frames when there are two slots that an item can be equipped in (ie, rings, trinkets, weapons...
File: EquipCompare11-08-08
Off-hand "as intended" behavior (not bug) fix for EquipCompare v2.13
Posted By: Thrashfinger
Works with WoW v3.0.3: The following code modification will resolve the "as intended" behavior which currently (when items are equipped in both weapon slots) shows only the equipped "off-hand" item for comparison if you hover over a "main hand" or "two-hand" item. Open the EquipCompare.lua file. Change line 1237: if ( i...