Category: Data Mods
Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Tuller's Portal Bug Reports Feature Requests
Author:
Version:
1.8.2
Date:
08-04-2009 06:58 PM
Size:
9.06 Kb
Downloads:
38,631
Favorites:
561
MD5:
Pictures
Click to enlarge
Searching and comparing
Click to enlarge
Command line text search
Click to enlarge
Basic linkerator support
Ludwig   Popular! (More than 5000 hits)
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

Click here to lend your support!
  Change Log - Ludwig
1.8.2
* Bumped TOC for 3.2

1.8.1
* Bumped TOC for 3.1
* WIM bugfix, I think

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.
  Optional Files - Ludwig
Sorry, there are currently no optional files available.
  Archived Versions - Ludwig
File Name
Version
Size
Author
Date
1.8.1
9kB
Tuller
04-12-2009 08:44 PM
1.8.0
9kB
Tuller
02-20-2009 06:37 AM
1.7.2
9kB
Tuller
11-13-2008 06:56 AM
  Comments - Ludwig
Post A Reply Comment Options
Old 03-31-2008, 05:50 PM  
RUBiK
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Just confirming that the Tab-completion is definitely broken in the 2.4-compatible version of the addon.
RUBiK is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-23-2008, 04:18 PM  
Hevanus
A Deviate Faerie Dragon
 
Hevanus's Avatar

Forum posts: 15
File comments: 209
Uploads: 0
When trying to hit tab to autocomplete an item link in chat, I get the following error:

Code:
[2008/03/23 13:16:59-2554-x57]: AceTab-2.0-40685 (Ace2):193: attempt to perform arithmetic on a nil value
AceTab-2.0-40685 (Ace2):31: in function <Interface\AddOns\Ace2\AceTab-2.0\AceTab-2.0.lua:30>
<in C code>: in function `securecall'
Interface\FrameXML\ChatFrame.lua:2962: in function `ChatEdit_OnTabPressed':
<string>:"*:OnTabPressed":1: in function <[string "*:OnTabPressed"]:1>

  ---
Hevanus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-07-2008, 12:50 PM  
Tuller
A Wyrmkin Dreamwalker
 
Tuller's Avatar
Interface Author - Click to view interfaces

Forum posts: 58
File comments: 1034
Uploads: 26
Re: Re: Re: RABuffs and Ludwig

Quote:
Originally posted by Silvas
Actually, it's the interaction that's at fault here - you're calling SetItemRef (slash.lua:59) without supplying all of the arguments the default UI does (see ItemRef.lua, "function SetItemRef(link, text, button)"), I'm not doing sanity checking on my hook input.

I'll add a check to make that error go away; you should probably call SetItemRef with more arguments than you currently do.
The description of the function changed on wowwiki since I wrote the thing. So yeah, probably my fault for not updating code
Tuller is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-06-2008, 06:33 PM  
Foxlit
A Fallenroot Satyr
 
Foxlit's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 171
Uploads: 9
Re: Re: RABuffs and Ludwig

Quote:
Originally posted by Tuller
Their issue, not mine
Actually, it's the interaction that's at fault here - you're calling SetItemRef (slash.lua:59) without supplying all of the arguments the default UI does (see ItemRef.lua, "function SetItemRef(link, text, button)"), I'm not doing sanity checking on my hook input.

I'll add a check to make that error go away; you should probably call SetItemRef with more arguments than you currently do.
Foxlit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-06-2008, 05:48 PM  
Tuller
A Wyrmkin Dreamwalker
 
Tuller's Avatar
Interface Author - Click to view interfaces

Forum posts: 58
File comments: 1034
Uploads: 26
Re: RABuffs and Ludwig

Quote:
Originally posted by Pusikas
Code:
RABuffs\RABuffs_ui.lua:169: attempt to index local 'text' (a nil value)
(tail call): ?:
Ludwig\slash.lua:117: in function `value'
Interface\FrameXML\ChatFrame.lua:3123: in function `ChatEdit_ParseText':
Interface\FrameXML\ChatFrame.lua:2815: in function `ChatEdit_SendText':
Interface\FrameXML\ChatFrame.lua:2836: in function `ChatEdit_OnEnterPressed':
<string>:"*:OnEnterPressed":1: in function <[string "*:OnEnterPressed"]:1>
This happens when I try to query an itemID with Ludwig, using the command

/lw --23808

(not even sure that this is the right way to query for it in Ludwig, that is what I wanted to check out)

Posting here and at RABuffs, since I have no clue which of the two addons is causing the problem.
Their issue, not mine
Tuller is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-04-2008, 08:41 PM  
Pusikas
A Kobold Labourer

Forum posts: 1
File comments: 99
Uploads: 0
RABuffs and Ludwig

Code:
RABuffs\RABuffs_ui.lua:169: attempt to index local 'text' (a nil value)
(tail call): ?:
Ludwig\slash.lua:117: in function `value'
Interface\FrameXML\ChatFrame.lua:3123: in function `ChatEdit_ParseText':
Interface\FrameXML\ChatFrame.lua:2815: in function `ChatEdit_SendText':
Interface\FrameXML\ChatFrame.lua:2836: in function `ChatEdit_OnEnterPressed':
<string>:"*:OnEnterPressed":1: in function <[string "*:OnEnterPressed"]:1>
This happens when I try to query an itemID with Ludwig, using the command

/lw --23808

(not even sure that this is the right way to query for it in Ludwig, that is what I wanted to check out)

Posting here and at RABuffs, since I have no clue which of the two addons is causing the problem.
Pusikas is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-31-2007, 01:00 AM  
FISKER_Q
ON A BOAT
 
FISKER_Q's Avatar
Premium Member

Forum posts: 12
File comments: 11
Uploads: 0
Re: Re: Re: Not saving linked items

Quote:
Originally posted by JoshBorke
well hurry up and make it so!
Engage!

Btw is there any chance it's possible to make a feature to allow certain slash handlers to autocomplete itemlinks?

i.e. /raitem
FISKER_Q is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-29-2007, 01:12 PM  
jaliborc
A Flamescale Wyrmkin
 
jaliborc's Avatar
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 234
Uploads: 19
Great mod! Much better with the new 'blizzard-style' window!
jaliborc is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-27-2007, 09:30 PM  
JoshBorke
A Chromatic Dragonspawn
 
JoshBorke's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 57
Uploads: 12
Re: Re: Not saving linked items

Quote:
Originally posted by Tuller
Enchant links aren't currently handled by Ludwig, since they work differently than items.
well hurry up and make it so!
JoshBorke is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-24-2007, 02:16 PM  
Tuller
A Wyrmkin Dreamwalker
 
Tuller's Avatar
Interface Author - Click to view interfaces

Forum posts: 58
File comments: 1034
Uploads: 26
Re: Not saving linked items

Quote:
Originally posted by eg0
Currently I've clicked on and seen enchant gloves riding skill linked and several other such enchants, but ludwig is not saving them. If it's not saving enchant recipes and the like it's not much use to me. I don't know if it has something to do with rarity or what have you, but please take a look at it. I'll be uninstalling for the current time.
Enchant links aren't currently handled by Ludwig, since they work differently than items.
Tuller is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-24-2007, 10:25 AM  
eg0
A Defias Bandit

Forum posts: 2
File comments: 15
Uploads: 0
Not saving linked items

Currently I've clicked on and seen enchant gloves riding skill linked and several other such enchants, but ludwig is not saving them. If it's not saving enchant recipes and the like it's not much use to me. I don't know if it has something to do with rarity or what have you, but please take a look at it. I'll be uninstalling for the current time.
eg0 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-13-2007, 05:40 PM  
seebs
A Warpwood Thunder Caller
Interface Author - Click to view interfaces

Forum posts: 95
File comments: 135
Uploads: 5
Actual arguable bug -- LW doesn't handle joke items well.

It is often amusing to write the names of nonexistent items in brackets. "Which is better for Arms Warrior, [Tea and Cake] or [Death]."

LW can't do this, though, because it interprets the ] as "autocomplete" rather than as "no, just stop there", so it writes out the name of an object beginning with [Death].

I have no obvious solution to this, but I'd like a way to work around it. My best effort so far is to write [Deathzzz], then use arrow keys to edit out the zzz.
seebs is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-03-2007, 05:29 PM  
m0j0
A Kobold Labourer

Forum posts: 0
File comments: 26
Uploads: 0
same here... filters don't work or give incorrect filtering.

Quote:
Originally posted by Tankard
Hi Tuller, first of all let me say i love your addons and i'm using both ludwig and bongos (now bongos2 ofc) for quite a while.

I encountered a weird problem when i try to use the filter. Normally i filter by name and it works fine, but last night i tried to filter by type, so i choose armor->cloth->shoulders and it shows me plate armor Basically everything i chose returned something else.

I haven't checked it too much since i was busy the last few days but would appreciate if you could have a look at it.

Cheers.
m0j0 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-30-2007, 09:14 AM  
reale
A Kobold Labourer

Forum posts: 1
File comments: 92
Uploads: 0
Error

[2007/11/30 06:07:12-645-x7]: Ludwig\ui.lua:258: bad argument #1 to 'select' (number expected, got string)
Ludwig\ui.lua:258: in function `func'
Interface\FrameXML\UIDropDownMenu.lua:524: in function `UIDropDownMenuButton_OnClick':
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>
reale is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-24-2007, 02:50 AM  
Tankard
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Hi Tuller, first of all let me say i love your addons and i'm using both ludwig and bongos (now bongos2 ofc) for quite a while.

I encountered a weird problem when i try to use the filter. Normally i filter by name and it works fine, but last night i tried to filter by type, so i choose armor->cloth->shoulders and it shows me plate armor Basically everything i chose returned something else.

I haven't checked it too much since i was busy the last few days but would appreciate if you could have a look at it.

Cheers.
Tankard is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.