Addon Info.
Change Log
Optional Files (0)
Archived (9)
Comments (115)
  Category: Data Mods
Addon Information
Works with Patch 2.4
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.6.0
Date:
03-23-2008 12:55 PM
Size:
9.24 Kb
Downloads:
23,527
Views:
114,410
Favorites:
438
MD5:
Pictures
Click to enlarge
Searching and comparing
Click to enlarge
Command line text search
Click to enlarge
Basic linkerator support
Ludwig   Popular!
Rate: 5 out of 5 with 23 votes  
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.

Version History

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 --refresh - Refreshes the database
  • /lw --<itemID> - Queries the server for the given itemID
  Change Log - Ludwig
Switched linkerator functionality to use [[text] instead of [text] to prevent issues with other things, like quest log levels.
  Optional Files - Ludwig
Sorry, there are currently no optional files available.
  Archived Versions - Ludwig
File Name
Version
Size
Author
Date
1.5.1
9.26 Kb
Tuller
12-27-2007 07:23 PM
1.5.0
9.24 Kb
Tuller
11-12-2007 11:24 PM
1.4.0
9.82 Kb
Tuller
09-24-2007 09:49 PM
1.3.0
9.27 Kb
Tuller
07-21-2007 10:32 AM
1.3
8.95 Kb
Tuller
07-14-2007 03:30 PM
1.1
9.39 Kb
Tuller
06-29-2007 08:00 PM
1.0
9.02 Kb
Tuller
05-22-2007 11:19 AM
7.2.8
94.87 Kb
Tuller
02-08-2007 08:04 PM
7.1.13
46.33 Kb
Tuller
01-12-2007 11:36 PM
  Comments - Ludwig
Post A Reply
Author Comments Comment Options
Old 05-04-2008, 01:10 PM  
seebs
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 11
File comments: 51
Uploads: 5
Could be interference with another addon (possibly ChatMod?), but I'm not getting any links offered by LudWig in chat anymore; if I type item names in brackets, Nothing Happens. The items show up in the window just fine.

It used to work, but I don't think I've had success with it since 2.4 or so.
seebs is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-15-2008, 11:27 AM  
Tuller
A Cyclonian
 
Tuller's Avatar
Interface Author - Click to view interfaces

Forum posts: 46
File comments: 500
Uploads: 15
Quote:
Originally posted by Highend
And my question is: Can you fix it please?

Tia,
Highend
I'll try and remember to. Its basically this and a hack to get WIM working that I need to implement.
Tuller is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-14-2008, 04:30 AM  
Highend
A Kobold Labourer

Forum posts: 1
File comments: 20
Uploads: 0
Quote:
The real question if have if if I actually broke it or not :P
And my question is: Can you fix it please?

Tia,
Highend
Highend is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-07-2008, 05:51 AM  
Tuller
A Cyclonian
 
Tuller's Avatar
Interface Author - Click to view interfaces

Forum posts: 46
File comments: 500
Uploads: 15
Quote:
Originally posted by RUBiK
Just confirming that the Tab-completion is definitely broken in the 2.4-compatible version of the addon.
The real question if have if if I actually broke it or not :P
Tuller is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-31-2008, 04:50 PM  
RUBiK
A Kobold Labourer

Forum posts: 0
File comments: 3
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, 03:18 PM  
Hevanus
A Deviate Faerie Dragon

Forum posts: 15
File comments: 83
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, 11:50 AM  
Tuller
A Cyclonian
 
Tuller's Avatar
Interface Author - Click to view interfaces

Forum posts: 46
File comments: 500
Uploads: 15
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, 05:33 PM  
Silvas
A Defias Bandit
 
Silvas's Avatar
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 14
Uploads: 3
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.
Silvas is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-06-2008, 04:48 PM  
Tuller
A Cyclonian
 
Tuller's Avatar
Interface Author - Click to view interfaces

Forum posts: 46
File comments: 500
Uploads: 15
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, 07:41 PM  
Pusikas
A Kobold Labourer

Forum posts: 1
File comments: 12
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, 12:00 AM  
FISKER_Q
Premium Member
Premium Member

Forum posts: 9
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, 12:12 PM  
jaliborc
An Aku'mai Servant
Interface Author - Click to view interfaces

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

Forum posts: 182
File comments: 52
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, 01:16 PM  
Tuller
A Cyclonian
 
Tuller's Avatar
Interface Author - Click to view interfaces

Forum posts: 46
File comments: 500
Uploads: 15
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, 09:25 AM  
eg0
A Kobold Labourer

Forum posts: 0
File comments: 3
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
Post A Reply



Category Jump:



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


WoWInterface.com Copyright ©2004
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.