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,386
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 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
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 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 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-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, 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-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-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-28-06, 07:38 AM  
freelink
A Defias Bandit

Forum posts: 2
File comments: 4
Uploads: 0
all the add item are in english, some made the game crash
Report comment to moderator  
Reply With Quote
Unread 12-28-06, 08:19 AM  
Gorhug
A Kobold Labourer
 
Gorhug's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Database merger failing

Using 5.0.0 of the LootLinkDatabase and version 7.7.1 of LootLink I get the following error using the command /lldb:

Code:
...terface/AddOns/LootLinkDatabase/LootLinkDatabase.lua:21: attempt to 
index upvalue 'LootLink' (a nil value)
Report comment to moderator  
Reply With Quote
Unread 12-29-06, 02:24 AM  
Saeris
A Murloc Raider
 
Saeris's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 126
Uploads: 75
Originally posted by freelink
all the add item are in english, some made the game crash
Sorry, no one has submitted a premade database in any other language. I only have access to the English client, so I can only create an English version of the database.
__________________
Report comment to moderator  
Reply With Quote
Unread 12-29-06, 03:06 AM  
Saeris
A Murloc Raider
 
Saeris's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 126
Uploads: 75
Re: Database merger failing

Originally posted by Gorhug
Using 5.0.0 of the LootLinkDatabase and version 7.7.1 of LootLink I get the following error using the command /lldb:

Code:
...terface/AddOns/LootLinkDatabase/LootLinkDatabase.lua:21: attempt to 
index upvalue 'LootLink' (a nil value)
Working on a fix for this now.
__________________
Report comment to moderator  
Reply With Quote
Unread 01-03-07, 01:01 PM  
MichaOmega
A Kobold Labourer
 
MichaOmega's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
Could you import all items of this version of Lootlink-DB-Adder?
Report comment to moderator  
Reply With Quote
Unread 01-04-07, 12:38 PM  
Saeris
A Murloc Raider
 
Saeris's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 126
Uploads: 75
Originally posted by MichaOmega
Could you import all items of this version of Lootlink-DB-Adder?
This actually already contains all of those items, and about 1,500 more. Notice that his description actually says "31,800+ unique items"; the 49k-something number is counting enchants, and the 36k-something number is counting multiple editions of the same suffix for a given item. So there are really only about 31,800 items there, whereas mine has just over 33,000. The odd item might be missing here or there, but those are easier enough to manually add with the "/lootlink addbybasicdetails" command.
__________________
Report comment to moderator  
Reply With Quote
Unread 01-23-07, 12:15 PM  
theecodebreaker
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
Database import not working.

I tried to run the merge command, but I keep getting the following error:

LootLink: Error: You have already merged the premade database with your own. You cannot perform this operation more than once per session.

All I do is login, and run that command, nothing else, and the database size is currently only 88. I recently installed version 8.0.0 of your lootlink and downloaded the most recent version of the pre-made. Before installing lootlink and the database, I deleted both the old lootlink ui mod and removed the .lua and .luabak from my savedvariables folder. Any ideas on what could be wrong?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: