Download
(2MB)
Download
Updated: 07-29-18 12:00 PM
Pictures
File Info
Updated:07-29-18 12:00 PM
Created:unknown
Downloads:51,416
Favorites:509
MD5:

Ludwig  Popular! (More than 5000 hits)

Version: 8.0.0
by: jaliborc, Tuller

Ludwig has moved to CurseForge!

Ludwig is an item link database addon that was originally based on GetLink. Ludwig is not dependent on saved variables, and Ludwig does not require the user to do anything special in order to collect data.

Features:

  • Search Window - You can filter via name, quality, level, type, subtype, and equip location.
  • Linkerator support - Typing an item name in [[brackets] will automatically convert the name into an item link if the item is known to Ludwig.
  • Command line searching - typing /lw <name> will bring up a list of the top 10 matches in the chat window.

Commands:
  • /lw or /ludwig - Brings up the search frame
  • /lw <name> - Prints out a list in the chat window of the top 10 items matching <name>
  • /lw --r: Refreshes the database
  • /lw --q <itemID>: Queries the server for the given itemID

===== 5.2.0
* Updated database for patch 5.2: The Thunder King!

====== 2.0.5
* Updated database to patch 5.1: Landfall.

====== 2.0.4
* Updated database for Mists of Pandaria

====== 2.0.3
* Jaliborc: Fixed a bug causing wrong items to be shown for leather, mail and plate slots
* Jaliborc: Items are now organized by level as well
* Jaliborc: No more "Jaliborc:" tag from now on. If no tag is here, it means it was me.

====== 2.0.2
* Jaliborc: Completly rewritten the categories dropdown to fix a bug

====== 2.0.1
* Jaliborc: Updated for patch 4.2
* Jaliborc: Included all Firelands items

===== 2.0.0
* Jaliborc: Now works with 4.1
* Jaliborc: Completely redesigned and improved
* Jaliborc: Includes **all** items in-game right from the start
* Jaliborc: Searches trough thousands of items in a blaze
* Jaliborc: Mostly //Load on Demand//
* Jaliborc: Only works on English clients. Versions for other clients should be released in a close future.

====== 1.8.7
* Added linkerator support for multiple chat frames

====== 1.8.6
* Fixed a bug when linking an item from the chat frame.

====== 1.8.5
* Added compatibility with WoW 3.3.5

====== 1.8.3
* Bumped TOC for 3.3

====== 1.8.2
* Bumped TOC for 3.2

====== 1.8.1
* TOC Bump + Potential WIM bugfix

===== 1.8.0
* Added "Heirloom" option to quality selector
* Fixed a bug causing the DB to be reloaded on item scroll
* Cleaned up the code a bit. Still need to work on the GUI/localization
* Altered slash commands. See addon description for details.

====== 1.7.2
* Bumped the max item ID to check from 40k to 60k. Glyphs, etc, should now appear.

====== 1.7.1
* Fixed a crash issue when linking tradeskills

===== 1.7.0
* Made Wrath compatible
* Seems to be causing a lot more CPU usage now, will investigate later.tigate later.te later..
Post A Reply Comment Options
Unread 06-29-07, 05:58 AM  
N00bZXI
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 28
Uploads: 2
If you want this mod to show what would autocomplete if you typed a ] in chat when typing item links (the way linkerator does), replace linkerator.lua with this:

http://pastey.net/70043-2tmq

NOTE: For this to work properly, go into db.lua, replace:

Code:
if itemName == search or itemName:find(search) then
with

Code:
if itemName == search or itemName:find("^"..search) then
Last edited by N00bZXI : 06-29-07 at 06:43 AM.
Report comment to moderator  
Reply With Quote
Unread 06-16-07, 09:20 AM  
Tibor
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Is there a way to configure the Search box to be focussed automatically when I open the Ludwig frame?
Report comment to moderator  
Reply With Quote
Unread 06-15-07, 10:49 AM  
trillex
A Murloc Raider

Forum posts: 6
File comments: 2
Uploads: 0
Is there a chance that an auto link bot can be added to this, like the one seen in Saevig's LootLink?

Also, is there a way to add it to the database by using an itemnumber?
Last edited by trillex : 06-16-07 at 04:14 AM.
Report comment to moderator  
Reply With Quote
Unread 04-22-07, 12:31 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Originally posted by Eternally777
How'd you come up with the name? I've always thought it was named after Ludwig van Beethoveen, but I fail to see a link between the composer and a database mod.

I'm just curious. :-)
Well, it started out named LootWhore, but I decided that would probably not be a good name for a mod if I was going to release Ludwig came about because the slash command was /lw, I did not quite feel like changing it.
Report comment to moderator  
Reply With Quote
Unread 04-21-07, 07:07 PM  
Eternally777
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 12
Uploads: 1
How'd you come up with the name? I've always thought it was named after Ludwig van Beethoveen, but I fail to see a link between the composer and a database mod.

I'm just curious. :-)
Last edited by Eternally777 : 04-21-07 at 07:10 PM.
Report comment to moderator  
Reply With Quote
Unread 02-27-07, 07:28 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Originally posted by ivanteo
Great mod that uses so little memory!

I was wondering if its possible to view the sell price of items that are displayed in quest log?

Sorry if this has been asked before
It is. Its one of those things I keep on forgetting about
Report comment to moderator  
Reply With Quote
Unread 02-27-07, 06:23 AM  
ivanteo
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Great mod that uses so little memory!

I was wondering if its possible to view the sell price of items that are displayed in quest log?

Sorry if this has been asked before
Report comment to moderator  
Reply With Quote
Unread 02-10-07, 01:11 AM  
thujone
A Murloc Raider

Forum posts: 5
File comments: 3
Uploads: 0
thanx for the updates on this. best lootlink mod around by far.
Report comment to moderator  
Reply With Quote
Unread 01-31-07, 02:25 PM  
drathos
A Murloc Raider

Forum posts: 6
File comments: 38
Uploads: 2
Love the addon since it's so much lighter weight than any of the LootLink variants but since the expansion I'm having an issue when I try to link quests from MonkeyQuest. The 70 group quests it tries to list as [70+], but Ludwig is changing that to [BKP 2700 "Enforcer"].

Is there any way to disable what I'm assuming is a regex search?
Report comment to moderator  
Reply With Quote
Unread 01-25-07, 08:12 AM  
GreatStalin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 31
Uploads: 3
Originally posted by Tomed
Is there something wrong with item caching on Blizzard's end? Items randomly dissapear from GetLink and/or Ludwig and reappear at others. For example, I could see the Thunderfury on one occasion then I log on the next day and it's completely gone from the list.
My problem is as above. Items disappearing and such...
Report comment to moderator  
Reply With Quote
Unread 01-23-07, 06:52 PM  
Tomed
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
Is there something wrong with item caching on Blizzard's end? Items randomly dissapear from GetLink and/or Ludwig and reappear at others. For example, I could see the Thunderfury on one occasion then I log on the next day and it's completely gone from the list.
Report comment to moderator  
Reply With Quote
Unread 01-13-07, 01:45 AM  
Shark
A Defias Bandit

Forum posts: 3
File comments: 56
Uploads: 0
great addon!!
Report comment to moderator  
Reply With Quote
Unread 01-12-07, 11:42 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
7.1.13

Updated Ludwig to 2.0.3, and added a few more filters. I've also included a sellvalue list in Ludwig_SellValue portion of the addon that one one of yall submitted to me a while ago

Stick it in your WTF\<Account>\SavedVariables\ as Ludwig_SellValue.lua. Its quite old, though.
Report comment to moderator  
Reply With Quote
Unread 01-01-07, 02:18 AM  
Meresin
A Kobold Labourer

Forum posts: 1
File comments: 14
Uploads: 0
Originally posted by starkebn
it automatically remembers prices you've seen - no interaction required.

i don't think there's a database you can download to fully populate the list though
Wish there was. It possible to package a database separately and provide people with the choice to download it?
Report comment to moderator  
Reply With Quote
Unread 12-31-06, 08:20 AM  
Raphael_M
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
There's actually not much I want to add to the mod, minus making it run faster/better.
Ace2 it
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: