Download
(19Kb)
Download
Updated: 08-04-09 08:18 PM
Pictures
File Info
Updated:08-04-09 08:18 PM
Created:unknown
Downloads:25,631
Favorites:355
MD5:

Fizzwidget Linkerator  Popular! (More than 5000 hits)

Version: 3.2
by: Gazmik [More]

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.

Click here to lend your support!

v. 3.2 - 2009/08/04
- Updated TOC to indicate compatibility with WoW Patch 3.2.
- Fixes an error message which could appear when sending chat messages.

v. 3.1 - 2009/04/18
- Updated TOC to indicate compatibility with WoW Patch 3.1.
- Linkerator now avoids performing CPU-intensive link searches on text sent to chat by macros or other addons if the text in brackets is only a number (e.g. `Hateful Strike --> Grunkk [23423]`). To "linkify" by item ID number in a macro, use the format `[item:43593]` or `[#43593]`.
- We also no longer attempt to "linkify" text sent to custom chat channels (such as the hidden channels used by some other addons).
- Fixed an issue where Linkerator would sometimes fail to avoid "linkifying" text in certain chat commands (e.g. `/script`) as intended.

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 (0)


Post A Reply Comment Options
Unread 08-22-06, 02:25 PM  
onni
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Still telling me out of date.
Report comment to moderator  
Reply With Quote
Unread 12-10-06, 08:08 PM  
doktorstick
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 51
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?
Report comment to moderator  
Reply With Quote
Unread 02-03-07, 10:00 PM  
Galagar
A Defias Bandit

Forum posts: 2
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
Report comment to moderator  
Reply With Quote
Unread 07-22-07, 02:52 PM  
OrcanWonder
A Cyclonian
 
OrcanWonder's Avatar

Forum posts: 40
File comments: 28
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!
Report comment to moderator  
Reply With Quote
Unread 09-21-07, 05:05 AM  
Wowgamer233
A Flamescale Wyrmkin
 
Wowgamer233's Avatar

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

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-07 at 05:05 AM.
Report comment to moderator  
Reply With Quote
Unread 10-13-08, 09:57 PM  
sylvanaar
A Warpwood Thunder Caller
AddOn Author - Click to view AddOns

Forum posts: 92
File comments: 127
Uploads: 12
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-13-08 at 11:35 PM.
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 01:42 PM  
anerak
A Defias Bandit

Forum posts: 2
File comments: 11
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
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 07:55 AM  
Grim Notepad
A Murloc Raider
 
Grim Notepad's Avatar

Forum posts: 6
File comments: 26
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

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.
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 11:40 PM  
Krellmax
A Kobold Labourer

Forum posts: 1
File comments: 10
Uploads: 0
I can't get the auto-completion to work in the 3.0 version.
Report comment to moderator  
Reply With Quote
Unread 10-25-08, 12:45 AM  
anerak
A Defias Bandit

Forum posts: 2
File comments: 11
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
Report comment to moderator  
Reply With Quote
Unread 04-28-09, 09:58 AM  
ggerrietts
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I just wanted to say that I've been using this addon for a couple years now, and I love it deeply. It's seen some good patches and some bad, but it's been functional and effective throughout. I appreciate the work you've put in, keeping it up to date, and I appreciate the clean simplicity of its design.

Thanks! Consider me a fan.
Report comment to moderator  
Reply With Quote
Unread 06-17-09, 08:02 AM  
mattbnr
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
new error

Date: 2009-06-17 09:01:40
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\GFW_Linkerator\Linkerator.lua line 280:
bad argument #1 to 'find' (string expected, got nil)
Debug:
(tail call): ?
[C]: ?
[C]: find()
GFW_Linkerator\Linkerator.lua:280: SendChatMessage()
Misspelled\Misspelled.lua:185:
Misspelled\Misspelled.lua:180
(tail call): ?
WIM\Modules\WhisperEngine.lua:536: SendChatMessage()
..\FrameXML\ChatFrame.lua:3062: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:3073:
..\FrameXML\ChatFrame.lua:3072
[C]: ?
[C]: ChatEdit_OnEnterPressed()
[string "*:OnEnterPressed"]:1:
[string "*:OnEnterPressed"]:1
AddOns:
Swatter, v5.1.DEV.150
WowheadLooter, v30100
AccountantClassic, v2.5.01
Ace3, v
ArkInventory, v3.02
AucAdvanced, v5.1.DEV.2530
AucDb, v5.1.DEV.3583
AucFilterBasic, v5.1.DEV.3854
AucFilterOutlier, v5.1.DEV.4207
AucMatchUndercut, v5.1.DEV.2531
AucScanData, v5.1.DEV.3767
AucStatClassic, v5.1.DEV.4079
AucStatDebug, v5.1.DEV.3892
AucStatHistogram, v5.1.DEV.4044
AucStatiLevel, v<%version%> (<%codename%>)
AucStatPurchased, v5.1.DEV.4280
AucStatSales, v5.1.DEV.2842
AucStatSimple, v5.1.DEV.4221
AucStatStdDev, v5.1.DEV.4219
AucStatWOWEcon, v5.1.DEV.2530
AucUtilAHWindowControl, v5.1.DEV.3311
AucUtilAppraiser, v5.1.DEV.2530
AucUtilAskPrice, v5.1.DEV.3175
AucUtilAutoMagic, v5.1.DEV.3142
AucUtilBigPicture, v3.1.0.1
AucUtilBroker, v0.6
AucUtilCompactUI, v5.1.DEV.2530
AucUtilEasyBuyout, v5.1.DEV.3583
AucUtilFixAH, v<%version%> (<%codename%>)
AucUtilGlypher, v5.1.DEV.2545
AucUtilItemSuggest, v5.1.DEV.3108
AucUtilPriceLevel, v5.1.DEV.2545
AucUtilScanButton, v5.1.DEV.2530
AucUtilScanFinish, v5.1.DEV.2530
AucUtilScanProgress, v5.1.DEV.2530
AucUtilSearchUI, v5.1.DEV.3655
AucUtilSimpleAuction, v5.1.DEV.0
AucUtilVendMarkup, v5.1.DEV.2530
AuldLangSyne, v2.0
AuldLangSyneBackup, v2.0
AuldLangSyneFriendList, v2.0
AuldLangSyneFu, v2.0
AuldLangSyneGuildList, v2.0
AuldLangSyneInfo, v2.0
AuldLangSyneNote, v2.0
AuldLangSynePanel, v2.0
AuldLangSyneSync, v2.0
AutoRepair, v
AutoRoller, v0.3.12
Babylonian, v5.1.DEV.130
BadBoy, v3.4.2.1
BadBoyCCleaner, v2.1.2
Bartender4, v4.3.3
BeanCounter, v5.1.DEV.4289
Cartographer3, v3.0 v0.11.1
Cartographer3InstancePOIs, v
Cartographer3Notes, v
Configator, v5.1.DEV.190
Congratz, vv0.4.3
Constructor, v<%version%> (<%codename%>)
CurseProfiler, v
DebugLib, v5.1.DEV.130
DingAling, v3.1
DropTheCheapestThing, vv3.3.4
Enchantrix, v5.1.DEV.3744
EnchantrixBarker, v5.1.DEV.3576
ForteCasting, v
ForteCooldown, v
ForteCore, vv1.13
FortePriest, v
ForteTalent, v
ForteTimer, v
ForteVehicle, v
Gatherer, v<%version%>
GathererDBWowhead, v1.0.%date%
GFWFeedOMatic, v3.1
GFWLinkerator, v3.1
GnomishYellowPages, vr48
GoingPrice, v3.1.1
GoingPriceAllakhazam, v3.1.1245166971
GoingPriceWowhead, v3.1.1245168145
HealBot, v3.1.0.2
Informant, v5.1.DEV.3721
LibExtraTip, v1.0
LightHeaded, v288
LightHeadedDataA, v288
LightHeadedDataNPC, v288
LilSparkysWorkshop, v1.00
MinimapButtonFrame, v3.0.5
MinimapButtonFrameSkinPack, v3.0
Misspelled, v0.2.32
MobMap, v333
MobMapDatabaseStub1, v
MobMapDatabaseStub13, v
MobMapDatabaseStub2, v
MobMapDatabaseStub5, v
MobMapDatabaseStub6, v
MobMapDatabaseStub7, v
MobMapDatabaseStub8, v
MobMapDatabaseStub9, v
Omen, v3.0.7
oUF, v1.3.15
Parrot, vv1.7.0-3-g33aacd3
Postal, v3.1.2
Prat30, v3.2
Prat30HighCPUUsageModules, v
Prat30Libraries, v
QuestHelper, v1.0.21
RatingBuster, v
Recount, v
SharedMedia, v3.0
SimpleBuffBars, v
Skillet, v
SlideBar, v5.1.DEV.136
SpartanUI, v2.6.0
SpartanUIExtras, v2.6.0
SpartanUIPartyFrames, v2.6.0
SpartanUIPlayerFrames, v2.6.0
Stubby, v5.1.DEV.130
TipHelper, v<%version%> (<%codename%>)
TomTom, v216
TourGuide, v3.1.0.52
WIM, v3.1.1
(ck=cb5)
Report comment to moderator  
Reply With Quote
Unread 09-02-09, 05:41 PM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Got it when set PassLoot to route messages through Party channel.
Code:
Date: 2009-09-02 22:59:50
ID: -1
Error occured in: Global
Count: 1
Message: SendChatMessage(): Invalid escape code in chat message
Debug:
   (tail call): ?
   (tail call): ?
   [C]: ?
   [C]: FLT_Orig_SendChatMessage()
   GFW_Linkerator\Linkerator.lua:298: SendChatMessage()
   Chatter\Modules\ChatLink.lua:68:
      Chatter\Modules\ChatLink.lua:61
   (tail call): ?
   ...face\AddOns\Chatter\Libs\LibSink-2.0\LibSink-2.0.lua:281: func()
   ...face\AddOns\Chatter\Libs\LibSink-2.0\LibSink-2.0.lua:371:
      ...face\AddOns\Chatter\Libs\LibSink-2.0\LibSink-2.0.lua:357
   ...face\AddOns\Chatter\Libs\LibSink-2.0\LibSink-2.0.lua:377: Pour()
   PassLoot\PassLoot.lua:205: ?()
   ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
      ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
   [string "safecall Dispatcher[3]"]:4:
      [string "safecall Dispatcher[3]"]:4
   [C]: ?
   [string "safecall Dispatcher[3]"]:13: ?()
   ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: Fire()
   ...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:119:
      ...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:118
AddOns:
  Swatter, v5.1.DEV.213
  WowheadLooter, v30201
  NPCScan, v3.2.0.5
  Altoholic, v3.2.001d
  Atlas, v1.14.2
  AtlasBattlegrounds, v1.14.2
  AtlasDungeonLocs, v1.14.2
  AtlasOutdoorRaids, v1.14.2
  AtlasTransportation, v1.14.2
  AtlasLoot, vv5.07.05
  AucAdvanced, v5.1.DEV.2530
  AucFilterBasic, v5.1.DEV.4432
  AucFilterOutlier, v5.1.DEV.4432
  AucMatchUndercut, v5.1.DEV.2531
  AucScanData, v5.1.DEV.4432
  AucStatPurchased, v5.1.DEV.4432
  AucStatSales, v5.1.DEV.2842
  AucStatSimple, v5.1.DEV.4432
  AucUtilAHWindowControl, v5.1.DEV.3311
  AucUtilAppraiser, v5.1.DEV.2530
  AucUtilAskPrice, v5.1.DEV.3175
  AucUtilAutoMagic, v5.1.DEV.3142
  AucUtilCompactUI, v5.1.DEV.2530
  AucUtilEasyBuyout, v5.1.DEV.3583
  AucUtilFixAH, v<%version%> (<%codename%>)
  AucUtilItemSuggest, v5.1.DEV.3108
  AucUtilPriceLevel, v5.1.DEV.2545
  AucUtilScanButton, v5.1.DEV.2530
  AucUtilSearchUI, v5.1.DEV.3655
  AucUtilVendMarkup, v5.1.DEV.2530
  AuldLangSyne, v2.0
  AuldLangSyneBackup, v2.0
  AuldLangSyneFriendList, v2.0
  AuldLangSyneFu, v2.0
  AuldLangSyneGuildList, v2.0
  AuldLangSyneInfo, v2.0
  AuldLangSyneNote, v2.0
  AuldLangSynePanel, v2.0
  AuldLangSyneSync, v2.0
  Babylonian, v5.1.DEV.130
  Bartender4, v4.4.1
  BeanCounter, v5.1.DEV.4432
  Cartographer, v2.0
  CartographerFoglight, v2.0
  CartographerGroupColors, v2.0
  CartographerGuildPositions, v2.0
  CartographerNotes, v2.0
  CartographerZoneInfo, v2.0
  ChatSounds, v30200.0.0
  Chatter, v1.0
  ClosetGnome, v1.0.602
  Configator, v5.1.DEV.190
  Constructor, v<%version%> (<%codename%>)
  DataStore, v3.2.001
  DataStoreAchievements, v3.2.001
  DataStoreAuctions, v3.2.001
  DataStoreCharacters, v3.2.001
  DataStoreContainers, v3.2.001
  DataStoreCrafts, v3.2.001
  DataStoreCurrencies, v3.2.001
  DataStoreInventory, v3.2.001
  DataStoreMails, v3.2.001
  DataStorePets, v3.2.001
  DataStoreQuests, v3.2.001
  DataStoreReputations, v3.2.001
  DataStoreSkills, v3.2.001
  DataStoreSpells, v3.2.001
  DataStoreStats, v3.2.001
  DataStoreTalents, v3.2.001
  DebuffFilter, v1.97
  DebugLib, v5.1.DEV.130
  Decursive, v2.4.0.2
  Enchantrix, v5.1.DEV.4432
  FishingBuddy, v0.9.7d
  FramesResized, v2.3.1-45
  Gatherer, v<%version%>
  GearScore, v3.0.07 - Release
  GFWLinkerator, v3.2
  gfxToggle2, v2.3.0-beta2
  GoldenTicket, v1.0.14
  Gymnast, v
  HealBot, v3.2.0.4
  IceHUD, v1.5.13 (Revision: 437)
  Informant, v5.1.DEV.3721
  LibExtraTip, v1.1
  LibHealComm30, v
  Livestock, v1.1.7
  OgriLazy, v1.1.0
  OmniCC, v2.5.6
  oRA2, v2.0.$Revision: 666 $
  PassLoot, v3.6
  PassLootConfirmBoP, v1.0
  PreformAVEnabler, v2.41
  QuestHelper, v1.1.13
  RatingBuster, v
  RecipeRadar, v1.32
  RecipeRadarTitan, v2.00.30000
  Recount, v
  ReloadUI, v1.1.0
  RepWatch, v2.1.16
  SatrinaBuffFrame, v3.1
  SharedMedia, v3.0
  SlideBar, v5.1.DEV.136
  StanceSets3, v3.5
  Stubby, v5.1.DEV.130
  TipHelper, v<%version%> (<%codename%>)
  Titan, v4.2.9.30200 - Revision 309
  TitanAmmo, v4.2.9.30200
  TitanBag, v4.2.9.30200
  TitanClassTracker, v
  TitanClock, v4.2.9.30200
  TitanCoords, v4.2.9.30200
  TitanGoldTracker, v4.2.9.30200
  TitanHealBot, v3.2.0.0
  TitanLootType, v4.2.9.30200
  TitanPerformance, v4.2.9.30200
  TitanReagentTracker, v1.5.1
  TitanRegen, v4.2.9.30200
  TitanRepair, v4.2.9.30200
  TitanSkills, v1.0.8
  TitanVolume, v4.2.9.30200
  TitanXP, v4.2.9.30200
  TomTom, v222
  TooltipItemIcon, v1.54
  TotemTimers, v10.02
  TradeLinks, v3.1.2 9901
  WowLua, v31 
  XPerl, v3.0.5g
  XPerlArcaneBar, v
  XPerlCustomHighlight, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerPet, v
  XPerlRaidAdmin, v
  XPerlRaidFrames, v
  XPerlRaidHelper, v
  XPerlRaidPets, v
  XPerlTarget, v
  XPerlTargetTarget, v
  zimMinimap, v20400.2
  ZZML, v4.1
  BlizRuntimeLib_enUS v3.2.0.30200 <eu>
  (ck=eb1)
Report comment to moderator  
Reply With Quote
Unread 09-15-09, 02:33 PM  
brknsoul
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 160
Uploads: 2
When using this macro;

#showtooltip
/run local s="Power Infusion"local _,c=GetSpellCooldown(s)SendChatMessage(c==0 and s.."! +20% cast speed, -20% mana cost","WHISPER",nil,UnitName("target"))
/cast Power Infusion

I get the following error when PI is on cooldown;

[2009/09/16 06:00:10-728-x1]: GFW_Linkerator-3.2\Linkerator.lua:1192: bad argument #1 to 'gsub' (string expected, got boolean)
GFW_Linkerator-3.2\Linkerator.lua:1192: in function `FLT_ParseChatMessage'
GFW_Linkerator-3.2\Linkerator.lua:294: in function `SendChatMessage'
<string>:"local s="Power Infusion"local _,c=GetSpellC...":1: in main chunk
<in C code>: in function `RunScript'
Interface\FrameXML\ChatFrame.lua:1879: in function `?':
Interface\FrameXML\ChatFrame.lua:3505: in function <Interface\FrameXML\ChatFrame.lua:3458>:
<in C code>: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3176: in function `ChatEdit_SendText':
Interface\FrameXML\ChatFrame.lua:2274: in function <Interface\FrameXML\ChatFrame.lua:2267>:
<in C code>: ?
<in C code>: ?
<in C code>: in function `UseAction'
Interface\FrameXML\SecureTemplates.lua:277: in function `handler':
Interface\FrameXML\SecureTemplates.lua:487: in function <Interface\FrameXML\SecureTemplates.lua:445>:

---
Report comment to moderator  
Reply With Quote
Unread 09-30-09, 06:01 PM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
I got so much used to this addon, however, not everyone can read chat messages :/
So if it is possible, i'd like to see ability to link crafting spells by id using this addon. Me be [$spellid] ?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.