Download
(2MB)
Download
Updated: 04-03-07 12:16 AM
Addon for:
Saeris's LootLink.
Updated:04-03-07 12:16 AM
Created:unknown
Downloads:35,399
Favorites:103
MD5:

LootLink PremadeDatabase (for Saeris's LootLink)  Popular! (More than 5000 hits)

Version: 58431
by: Saeris [More]

Overview

This addon is a load-on-demand "plugin"-style addon designed to be used solely with Saeris's (my) version of LootLink to merge a premade database of exactly 58,431 items with your own. It cannot be used separately, or with any other version of LootLink due to different database formats. Once installed as its own, normal addon, simply type "/lootlink mergedb" to load it and perform the merger. The addon will unload itself from memory once this operation is complete.



Feedback and Inquiries

I welcome feedback for any of my addons, including this one. However, if the feedback is a bug report or feature request, please use the methods on this page (the "Bugs" and "Features" buttons below the "Download" button in the top right) to alert me, instead of posting in the "Comments" section of this page, as it will take me longer to reply to you if you post there. For feedback or inquiries not related to bugs or features, such as information about translating this addon to another language or a request for a detailed explanation of a certain bit of code, please contact me directly via one of the methods listed in the "Preamble" section of my author portal's introduction text. Following these guidelines will ensure that I read and reply to your message.

Post A Reply Comment Options
Unread 12-17-06, 08:33 AM  
Treader
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 15
Uploads: 3
Suggestion

As stated in the LootLink comments: Please include itemTexture (icon) somewhere in the SavedVariable file.
Report comment to moderator  
Reply With Quote
Unread 12-10-06, 02:47 PM  
sjoer
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Edit in LootLink_Tooltips.lua:

Code:
GameTooltip.SetCraftItem = function(self, selectionIndex, id)
   LL_GameTooltipHooks.SetCraftItem(self, selectionIndex, id);

   local _, _, quantity = GetCraftReagentInfo(selectionIndex, id);
   LootLink:Tooltips_AddAllApplicableInfo(GetCraftReagent(selectionIndex, id), self, quantity);
end
to
Code:
GameTooltip.SetCraftItem = function(self, selectionIndex, id)
   LL_GameTooltipHooks.SetCraftItem(self, selectionIndex, id);

   local _, _, quantity = GetCraftReagentInfo(selectionIndex, id);
   LootLink:Tooltips_AddAllApplicableInfo(GetCraftReagentInfo(selectionIndex, id), self, quantity);
end
This stops the bug when you mouseover reagents in your tradeskill window!
Report comment to moderator  
Reply With Quote
Unread 12-08-06, 06:54 PM  
Saeris
A Murloc Raider
 
Saeris's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 126
Uploads: 75
Sorry folks, WoW-Interface is getting hit hard with traffic since the patch, so I haven't been able to upload something as big as LootLinkDatabase yet. For now, you can get it from my own site, here: <link removed>


Edit: The site is up and running again. You can download the database from the main "Download" button.
__________________
Last edited by Saeris : 12-10-06 at 09:31 PM.
Report comment to moderator  
Reply With Quote
Unread 12-08-06, 04:02 PM  
specific
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
Compatible with "Before the Storm"

First of all, I'd like to say THANK YOU for writing a new loot link mod! I'd have posted something earlier but this is the first time I've been able to log in all week!

Secondly, are you planning on releasing a version of this prebuilt database that's compatible with the Dec 5 "Before the Storm" patch? I tried using this version by modifying the TOC number, but that didn't seem to work. Trying to run /lldb gave me the polite message that I'd already merged a database this session (which I hadn't), and I was getting thrown occasional script errors, which I neglected to write down.
Report comment to moderator  
Reply With Quote
Unread 12-08-06, 02:31 AM  
Deican
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Smile Merge with Pre 2.0 database?

Great work with this...Is it possible to convert our pre 2.0 database into something useable, or should we just wait for a database update? Thanks, keep up the good work.
Report comment to moderator  
Reply With Quote
Unread 12-07-06, 09:34 PM  
Hoschi
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I just switched from ItemSync over to LootLink (great mod btw ). Well, now I need a filled database On this site *click* is stated, that LootLinkDatabase v5.0.0 was released, linking to this page... well, if that's true - could you upload it please? This one here is still v4. Thanks (or am I just blind and don't see it?)
Report comment to moderator  
Reply With Quote
Unread 11-05-06, 08:38 PM  
Saeris
A Murloc Raider
 
Saeris's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 126
Uploads: 75
Could you elaborate a little more? Perhaps a screenshot? I'm not able to reproduce any sort of bug like the one you describe.
__________________
Report comment to moderator  
Reply With Quote
Unread 11-05-06, 11:43 AM  
howiec
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Just wanted to say thanks for the awesome mod!

I"m not sure if this is an issue with items having inconsistent stats (quality of item) but when I'm looking up armor such as "frozen wrath" ones, the +frost spell dmg stats are not listed.

Otherwise, thanks for sharing your work.

-HC
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: