This is a modified version of Saeris's LootLink 8.2.9, which is currently the last released version. I'm uploading this since no official update has been posted for so long. I want to emphasize that this amazing addon is all Saeris' work, I just found a band-aid for it. This is not a forked version. I will delete this once an official version takes its place. *Update* Saeris has recently posted a successor to his LootLink addon called LinksList, I suggest you check it out.
Here are changes that I remember making from Saeris' last released 8.2.9a version:
- Enforces a 2 second interval between !item query responses to prevent you from being disconnected if someone spams you with requests.
- Tooltip showing 20 most recent items only shows as many lines as there were items instead of always showing 20 lines even if they were blank.
- Added support for Gem type and corresponding subtypes which were added in wow 2.1. This fixes errors that appear any time you see a gem link.
- Fixed the error when trying to use the premade database.
- Extracts scaled suffix from the uniqueID to save memory.
You should Reparse your database occasionally so that your database can be updated with the new Subtypes added in 2.3.
Changes:
Second Version:
-Improved Fake Tooltip appearance. Simply displays all lines from the fulltext cache. Also shows empty socket icons and colors socket bonus lines gray.
-Fixes color of extra tooltip information added by lootlink to either be all white or all teal instead of always having teal values.
-Added hint for moving minimap button to tooltip.
-Other stuff?
Third Version: [TOC: 20300]
-Added support for new item subtypes in 2.3 (enUS and deDE only)
-Implemented the GetSellValue API and uses the API to get sell values from other addons.
Fourth Version:
-Now parses items in the inbox
-Add support for Leatherworking Bags (enUS and deDE only)
-Support changed subtypes (enUS and deDE only)
-Fix hooks for tooltip functions
-Support SetGuildBankItem
Fifth Version:
-Fix GameTooltipMoneyFrame errors. Thanks to Xinhuan for the guidance.
Useful Scripts:
- Remove items from your database which do not meet the minimum stored rarity setting:
Code:
/script for baseID, itemTable in pairs(LootLink.Database) do if (itemTable[2] < LootLink.Config.MinStoredRarity) then LootLink:ItemTables_RemoveBaseItem(baseID,false) end end
I recommend Ludwig for the Item DB, and SellFish for the price DB.
Lacks the additional infos in the tooltips and the ability to auto-link items to others, but still a good alternative.
hey, with the latest version of auctioneer-advanced on the appraiser screen only, I'm getting:
[2008/01/18 08:19:00-1550-x1]: LootLink-829\LootLink_Tooltips.lua:159: Usage: GetItemInfo(itemID|"name"|"itemlink")
LootLink-829\LootLink_Tooltips.lua:159: in function `GetSellValue'
Auc-Advanced\CorePost.lua:400: in function `GetDepositAmount'
...Auc-Advanced\Modules\Auc-Util-Appraiser\AprFrame.lua:734: in function `UpdateControls':
...Auc-Advanced\Modules\Auc-Util-Appraiser\AprFrame.lua:438: in function `InitControls':
...Auc-Advanced\Modules\Auc-Util-Appraiser\AprFrame.lua:204: in function <...Auc-Advanced\Modules\Auc-Util-Appraiser\AprFrame.lua:173>:
---
anyideas on a quick fix?
edit again:
should line 159 be baseID instead of item?
local link = select(2,GetItemInfo(baseID))
-- local link = select(2,GetItemInfo(item))
Last edited by blankStare : 01-18-2008 at 09:36 AM.
Librams still have the singular, and Totems were imitating librams :P
PS: When you request an unsafe item through addbyrequestlink, say LL gets no data back, it will spam you with "itemName is not a string" error messages (probably because it is nil)
Last edited by Nathanyel : 01-13-2008 at 07:59 PM.
Originally posted by blankStare you only download the latest version as far as I know. Plus this is not a patch to the original lootlink, so you only download this.
Yeah sorry I was just commenting on LinksList, should have posted to its page instead I guess. What I meant to say was that if I were to use something other than TooltipExchange it would probably be LootLink rather than LinksList.
Originally posted by Siz LinksList is the latest project by the original author of this addon. It is a modularized addon and is released as multiple separate packages allowing you to pick and choose which features you want so that you can have more control over the footprint of the addon. It does not yet have all of the features that Saeris' LootLink has, and some people don't like the distribution method.
Originally posted by blankStare you only download the latest version as far as I know. Plus this is not a patch to the original lootlink, so you only download this.
LinksList is the latest project by the original author of this addon. It is a modularized addon and is released as multiple separate packages allowing you to pick and choose which features you want so that you can have more control over the footprint of the addon. It does not yet have all of the features that Saeris' LootLink has, and some people don't like the distribution method.