Download
(110Kb)
Download
Updated: 01-12-08 03:55 PM
Patch for:
Saeris's LootLink.
Pictures
File Info
Updated:01-12-08 03:55 PM
Created:unknown
Downloads:15,635
Favorites:60
MD5:

Saeris's LootLink 8.2.9 Fixed  Popular! (More than 5000 hits)

Version: 8.2.9 Fixed 5
by: Siz [More]

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

Post A Reply Comment Options
Unread 10-15-08, 03:39 AM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
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.
Report comment to moderator  
Reply With Quote
Unread 10-14-08, 10:37 PM  
Ssateneth
A Defias Bandit

Forum posts: 2
File comments: 33
Uploads: 0
I would like an update too. I'm staying away from the new item link addon here since its not what I'm looking for.
Report comment to moderator  
Reply With Quote
Unread 10-14-08, 05:38 PM  
zanoc
A Kobold Labourer

Forum posts: 1
File comments: 20
Uploads: 0
Will there be an update for 3.0?
Report comment to moderator  
Reply With Quote
Unread 05-17-08, 03:02 PM  
blankStare
A Kobold Labourer

Forum posts: 1
File comments: 82
Uploads: 0
hook problem

I'm getting a message about a hook problem since the last patch. Anyone have a fix?

linkslist is now available
Last edited by blankStare : 05-18-08 at 06:36 PM.
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 04:42 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
Originally posted by Tchao
I have this error as soon as I log in :
Code:
LootLink-828\LootLink_Tooltips.lua:69: attempt to index global 'GameTooltipMoneyFrame' (a nil value)
That was fixed in the last version I posted. (The fifth update)
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 01:25 AM  
Tchao
Premium Member
Premium Member

Forum posts: 0
File comments: 13
Uploads: 0
Originally posted by Siz
I'll try to post an error-free version, but this will likely be the last.

Please post errors that you see.
I have this error as soon as I log in :
LootLink-828\LootLink_Tooltips.lua:69: attempt to index global 'GameTooltipMoneyFrame' (a nil value)
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 08:57 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
I'll try to post an error-free version, but this will likely be the last.

Please post errors that you see.
Last edited by Siz : 03-26-08 at 09:52 PM.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 06:38 AM  
secutanudu
A Chromatic Dragonspawn

Forum posts: 155
File comments: 70
Uploads: 0
Is there any update for 2.4? Still works, but getting some errors.
Report comment to moderator  
Reply With Quote
Unread 01-18-08, 08:21 AM  
blankStare
A Kobold Labourer

Forum posts: 1
File comments: 82
Uploads: 0
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-08 at 08:36 AM.
Report comment to moderator  
Reply With Quote
Unread 01-13-08, 06:52 PM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
Two things for the deDE locale, the first probably a 2.3.2 change:
Code:
DISPLAY_FISHING_POLES = ("Angelruten");
and the second, probably a mistake on your part (or mine, too lazy to check up) when you added my last input:
Code:
DISPLAY_LIBRAMS = ("Buchb\195\164nde");
DISPLAY_TOTEMS = ("Totems");
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-08 at 06:59 PM.
Report comment to moderator  
Reply With Quote
Unread 01-13-08, 09:53 AM  
Mithoron
A Murloc Raider

Forum posts: 4
File comments: 38
Uploads: 0
Yay!

Much appreciated Siz!
Report comment to moderator  
Reply With Quote
Unread 01-13-08, 04:58 AM  
IRID1UM
A Deviate Faerie Dragon
 
IRID1UM's Avatar

Forum posts: 12
File comments: 92
Uploads: 0
thanks for updating!
cheers
Report comment to moderator  
Reply With Quote
Unread 01-13-08, 12:51 AM  
Hevanus
A Deviate Faerie Dragon
 
Hevanus's Avatar

Forum posts: 15
File comments: 199
Uploads: 0
Re: Re: LinksList

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.
Report comment to moderator  
Reply With Quote
Unread 01-13-08, 12:49 AM  
Crevox
A Defias Bandit
 
Crevox's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 28
Uploads: 1
Re: Re: Re: 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.
It also already hasn't been updated for weeks...
Report comment to moderator  
Reply With Quote
Unread 01-12-08, 10:13 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
Re: Re: LinksList

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.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: