Addon Info.
Change Log
Optional Files (0)
Archived (4)
Comments (10)
  Category: Data Mods
Addon Information
Works with WoTLK
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)
Gazmik's Portal Bug Reports Feature Requests
Author:
Version:
3.0.1
Date:
10-22-2008 07:40 PM
Size:
18.39 Kb
Downloads:
16,632
Favorites:
318
MD5:
Pictures
Click to enlarge
Type item names in brackets to get links automatically
Fizzwidget Linkerator   Popular!
Have you ever wanted to tell your friends about some impressive loot you saw another adventurer using? Share your regret about the quest reward you foolishly didn't choose? Spread word to your guild of what your raiding party found? Now you can do so easily with my latest gizmo! Not only does it help you keep track of all the items you encounter, Linkerator makes it super-easy to tell your friends about them in full detail!

Features:
  • Automatically remembers item links you come across (some of which you might not even see!)... in chat channels, in your inventory and bank, on other players, in loot messages, etc. (Unlike some addons which do this, Linkerator doesn't keep a database of full names for all items; for most items, it just makes sure your WoW client caches the data.)
  • Allows you to insert an item link in chat by merely typing its name in brackets. (i.e., type `/g [swift razzashi raptor]` to send a message to your guild with a clickable link for the mount they likely won't see often.)
  • Since there are some cases of different items which have the same name, you can type the name followed by something distinctive about the item in parentheses (e.g. `[punctured voodoo doll (druid)]` or `[warblade of the hakkari (off)]`) if you're looking for a specific match -- you can use any item attribute that shows up in that item's tooltip. (This only works if the variant you're looking for is in your WoW client's cache, however.) Alternately, if you know the item ID of a specific item, you can type it in brackets (preceded by a pound sign) to link it (e.g. `[#18473]` to get the Hunter variant of [Royal Seal of Eldre'thalas]).
  • YYou can also retrieve stored links via various `/link` chat commands.

Note: I created Linkerator as a replacement for LootLink/ItemsMatrix/KC_Items/etc. for myself because I never used the features of such addons that allow you to search for items based on their attributes. (So, keeping those addons installed meant I was using up a lot of memory with data I'd never search.) The only think Linkerator does that other link-database addons generally don't is allow you to type out links in chat... given that I donĚt use other link-database addons, I'm not particularly interested in adding this feature to them -- bug their authors if you want to use those addons and get the link-typing feature. They're welcome to borrow my code for it.
  Change Log - Fizzwidget Linkerator
v. 3.0.1 - 2008/10/22
- Fixes an error when attempting to type links in chat.

v. 3.0 - 2008/10/14
- Updated for compatibility with WoW Patch 3.0 and Wrath of the Lich King.
- It's now possible to retrieve item links given a known item ID (using `/link <number>`) even if the item is not in your client's local cache. Items unknown by the server will return no results.
- Includes preliminary support for spell links -- they're now returned in `/link` search results but not for as-you-type linking. More spell, talent, quest, and achievement link features will follow in future releases.
  Optional Files - Fizzwidget Linkerator
Sorry, there are currently no optional files available.
  Archived Versions - Fizzwidget Linkerator
File Name
Version
Size
Author
Date
3.0
18kB
Gazmik
10-13-2008 03:25 PM
2.4
19kB
Gazmik
03-25-2008 03:00 AM
2.3
19kB
Gazmik
12-01-2007 09:39 PM
2.2.1
19kB
Gazmik
10-12-2007 11:19 PM
  Comments - Fizzwidget Linkerator
Post A Reply
Author Comments Comment Options
Old 10-25-2008, 02:45 AM  
anerak
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
still getting the following as soon as i type the first bracket

Date: 2008-10-25 00:44:39
ID: 53
Error occured in: Global
Count: 1
Message: ..\AddOns\GFW_Linkerator\Linkerator.lua line 1214:
attempt to index global 'FLT_EnchantLinks' (a nil value)
Debug:
[C]: ?
GFW_Linkerator\Linkerator.lua:1214: FLT_LinkPrefixMatches()
GFW_Linkerator\Linkerator.lua:148: FLT_ChatEdit_Complete()
GFW_Linkerator\Linkerator.lua:334: FLT_OnUpdate()
[string "*:OnUpdate"]:1:
[string "*:OnUpdate"]:1
anerak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-20-2008, 01:40 AM  
Krellmax
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
I can't get the auto-completion to work in the 3.0 version.
Krellmax is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-19-2008, 09:55 AM  
Grim Notepad
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Where do you put this string of your [FLT_EnchantLinks[FLT_Locale] = { };]
Date: 2008-10-19 09:52:21
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\GFW_Linkerator\Linkerator.lua line 769:
attempt to index global 'FLT_EnchantLinks' (a nil value)
Debug:
[C]: ?
GFW_Linkerator\Linkerator.lua:769: FLT_GetLinkByName()
GFW_Linkerator\Linkerator.lua:594: FLT_PrintLinkSearch()
GFW_Linkerator\Linkerator.lua:458: FLT_ChatCommandHandler()
GFW_Linkerator\Linkerator.lua:276: value()
..\FrameXML\ChatFrame.lua:3212: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:2911: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:2932:
..\FrameXML\ChatFrame.lua:2931
[C]: ChatEdit_OnEnterPressed()
[string "*:OnEnterPressed"]:1:
[string "*:OnEnterPressed"]:1

Quote:
Originally posted by sylvanaar
You forgot a line somewhere, maybe:

FLT_EnchantLinks[FLT_Locale] = { };

Also: I'd like to suggest

Code:
function FLT_SendChatMessage(message, type, language, channel)
	if FLT_PartialText and FLT_HighlightStart then
		message = message.."]"
	end
This way you can press enter when you are hilighting the autocompletion that is correct.
Grim Notepad is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-18-2008, 03:42 PM  
anerak
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Date: 2008-10-18 13:35:00
ID: 53
Error occured in: Global
Count: 20
Message: ..\AddOns\GFW_Linkerator\Linkerator.lua line 1214:
attempt to index global 'FLT_EnchantLinks' (a nil value)
Debug:
[C]: ?
GFW_Linkerator\Linkerator.lua:1214: FLT_LinkPrefixMatches()
GFW_Linkerator\Linkerator.lua:148: FLT_ChatEdit_Complete()
GFW_Linkerator\Linkerator.lua:334: FLT_OnUpdate()
[string "*:OnUpdate"]:1:
[string "*:OnUpdate"]:1
anerak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-13-2008, 11:57 PM  
sylvanaar
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 4
File comments: 50
Uploads: 5
You forgot a line somewhere, maybe:

FLT_EnchantLinks[FLT_Locale] = { };

Also: I'd like to suggest

Code:
function FLT_SendChatMessage(message, type, language, channel)
	if FLT_PartialText and FLT_HighlightStart then
		message = message.."]"
	end
This way you can press enter when you are hilighting the autocompletion that is correct.

Last edited by sylvanaar : 10-14-2008 at 01:35 AM.
sylvanaar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-21-2007, 07:05 AM  
Wowgamer233
A Flamescale Wyrmkin
 
Wowgamer233's Avatar

Forum posts: 126
File comments: 68
Uploads: 0
2.1.3 is OK

Quote:
Originally posted by OrcanWonder
Latest version is not working. Will not let me do the link thing at all. Switched back to 2.1 version and everything worked like it should!
(2.1.3) Works for me.
__________________
Erm, yes, I would like to get mana back before you start tanking again...
No healer mana = dead tank

Last edited by Wowgamer233 : 09-21-2007 at 07:05 AM.
Wowgamer233 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-22-2007, 04:52 PM  
OrcanWonder
An Aku'mai Servant
 
OrcanWonder's Avatar

Forum posts: 35
File comments: 23
Uploads: 0
Latest version is not working. Will not let me do the link thing at all. Switched back to 2.1 version and everything worked like it should!
OrcanWonder is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-03-2007, 11:00 PM  
Galagar
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Is there anyway to disable it from auto creating the chat channel lootlinkdatasharing as WoW only lets you have so many chat channels active at one time it keeps blocking me from making joining channels i actually want to join add to that blizzards conky way to remember wich channels have what colored text assigned to them
Galagar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-10-2006, 09:08 PM  
doktorstick
A Defias Bandit

Forum posts: 2
File comments: 27
Uploads: 2
Can't Cast Macros

The Blizzard UI thinks that Linkerator is trying to cast spells when I run macros:

/cast Regrowth(Rank 9)
/cast [nostance:3] Cat Form

I have to disable the mod to be able to run casting macros.

Help?
doktorstick is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-22-2006, 04:25 PM  
onni
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Still telling me out of date.
onni is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



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


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