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,655
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 12-05-07, 05:32 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
Originally posted by Nathanyel
Sadly I had to find out that it's LL which is messing up item links in mails with multiple items attached, more specifically it's only showing the tooltip of the first item, whichever item you hover.
I know there's LinksList, but would you care to update your LL patch to fix this? LinksList doesn't really have a good (say: any) localization support yet, and no real search either, and until it has that, I'm sticking with LootLink.
That's fixed for the upcoming update. The tooltip hooks are more futureproof, though I still need to update them to use the single OnTooltipSetItem script. *Edit* No, I can't use that in this case.
Last edited by Siz : 12-06-07 at 04:51 PM.
Report comment to moderator  
Reply With Quote
Unread 12-05-07, 05:15 PM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
Sadly I had to find out that it's LL which is messing up item links in mails with multiple items attached, more specifically it's only showing the tooltip of the first item, whichever item you hover.
I know there's LinksList, but would you care to update your LL patch to fix this? LinksList doesn't really have a good (say: any) localization support yet, and no real search either, and until it has that, I'm sticking with LootLink.
Report comment to moderator  
Reply With Quote
Unread 11-23-07, 11:34 PM  
Crevox
A Defias Bandit
 
Crevox's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 28
Uploads: 1
Unfortunately the new LinksList does not yet support randomly enchanted items.
Saeris has stated that it is planned to make randomly enchanted items available in the DB (monkey etc). The code for the library is simply not complete yet.
Report comment to moderator  
Reply With Quote
Unread 11-20-07, 05:37 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
Yeah, it looks nice too. I've been wanting a QuickChatLink for tradeskill spells for a while now.

Unfortunately the new LinksList does not yet support randomly enchanted items.

I'll probably post one or two more updates to this patch since there are some things I still need to fix.
Report comment to moderator  
Reply With Quote
Unread 11-20-07, 11:12 AM  
Buio
A Kobold Labourer

Forum posts: 0
File comments: 150
Uploads: 0
Saeris just uploaded Linklist and a bunch of addons.
http://www.wowinterface.com/download...LinksList.html

Downloading now
Report comment to moderator  
Reply With Quote
Unread 11-16-07, 06:52 AM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
Originally posted by Siz
Is DISPLAY_LIBRAMS = ("Buchband"); still correct?
It is That's the singular.
I'm a bit puzzled myself, they're switching use of singular and plural every now and then... for display/search filter purposes, the singular is better imho.
Report comment to moderator  
Reply With Quote
Unread 11-15-07, 09:04 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
Thanks for the fixes Nathanyel. Someone told me Violett was correct a while ago but I forgot to change it.

Is DISPLAY_LIBRAMS = ("Buchband"); still correct?

Good ideas, just not sure if/when I'll get to them.
Report comment to moderator  
Reply With Quote
Unread 11-15-07, 07:17 PM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
oh and PS, could you have the addon not spam the user with notices of the same unknown type over and over? :P I guess it would be enough to show one per type every minute - maybe even store type, subtype and some example IDs somewhere so that the user can view this and report about them altogether

Also: How about showing the type/subtype of an item in the tooltip? Now that would be ace
Report comment to moderator  
Reply With Quote
Unread 11-15-07, 07:09 PM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
some deDE stuff: Relics' types are in plural, say "Götzen"/"Totems"/"Buchbände", as are Thrown: "Wurfwaffen"* and fishing poles: "Angeln". German name of the leatherworking bag type is "Lederertasche".
Oh, and weird I didn't notice this earlier: purple gems are not "Purpurrot", but "Violett" (noticed it before, back in saeris' version, fixed it locally and didn't see any more notices until just now - I'm dead sure I encountered purple gems in the meantime...)

* both types, weapons and projectiles, took me some minutes to figure out there are two
Report comment to moderator  
Reply With Quote
Unread 11-15-07, 06:12 PM  
romracer
A Murloc Raider
 
romracer's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 49
Uploads: 1
I just wanted to say thanks for keeping this addon alive. I know sometimes working on a mod is a thankless job, especially when you could be off playing the game. But this addon is great, and until Saeris returns, I'm glad someone is doing a fine job keeping it going.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 11-15-07, 04:42 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
Originally posted by dwex
I also got a warning about a leatherworking bag subtype of containers that was unknown.
Yep, I noticed that last night too and it's fixed in my local copy.

I'm still trying to get the new, faster auction scanning working, but it's tough to test when I can only do it once every 15 minutes
Report comment to moderator  
Reply With Quote
Unread 11-15-07, 08:15 AM  
dwex
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 91
Uploads: 2
Originally posted by Siz
I also noticed that I missed adding support for a new weapon type of "Fishing Poles" - that will need to be localized.
I also got a warning about a leatherworking bag subtype of containers that was unknown.
Report comment to moderator  
Reply With Quote
Unread 11-14-07, 05:13 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
Since I do not see the error, I must suspect that it is caused by another addon that is incorrectly hooking the SetQuestLogItem function.

Does the error still occur when LootLink is the only addon that is loaded?

Either way, I've edited LootLink's tooltip functions to be more futureproof anyways.
Last edited by Siz : 11-15-07 at 04:44 PM.
Report comment to moderator  
Reply With Quote
Unread 11-14-07, 07:47 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1362
File comments: 831
Uploads: 59
Hello Siz,
thanks for keeping this alive.

I'm getting this error on 2.3 live with latest version whenever I mouseover weapon or armor type quest rewards in the questlog
Code:
[2007/11/14 15:44:05-2771-x5]: LootLink-829\LootLink_Tooltips.lua:404: Invalid quest item in SetQuestLogItem("type", index)
LootLink-829\LootLink_Tooltips.lua:404: in function <Interface\AddOns\LootLink\LootLink_Tooltips.lua:403>
<in C code>: ?
<in C code>: ?
<in C code>: ?
<in C code>: in function `SetQuestLogItem'
<string>:"*:OnEnter":3: in function <[string "*:OnEnter"]:1>
Report comment to moderator  
Reply With Quote
Unread 11-13-07, 08:50 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
Lombra,

I just finished updating Possessions to support the new Mail API, I will do the same to Possessions if it's necessary.

I'm also just finishing up adding support for the new, faster Auction Query every 15 minutes.

I also noticed that the weapon subtype for "Fishing Pole" was changed to "Fishing Poles" in the enUS client.

There will be another update soon, I guess.

Regarding ignoring quest items... I've looked into this before and it wasn't a quick fix. I may look again.
Last edited by Siz : 11-15-07 at 04:52 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: