Download
(7Kb)
Download
Updated: 06-20-11 10:37 AM
Pictures
File Info
Updated:06-20-11 10:37 AM
Created:04-12-11 07:43 PM
Downloads:1,686
Favorites:9
MD5:

LinkForge

Version: 1.2.1
by: guyofgarithos [More]

Ever wanted to link an item that you didn't have on you? LinkForge allows you to do just that. Type in an item name in the format [[item name]] and it will automagically become a real link!

Sadly, due to the way Blizzard does things, you can only get an item's info from it's name if you currently have the item on you... and that defeats the purpose. So, LinkForge will scan your characters bags and gear on login, other players gear upon inspecting, loot windows and loot rolls when they show up, and bank, guild bank, merchant, trade skills, auction house on demand. Also watches chat channels to get items other people link (this only works about 70% of the time for some reason, but still). Clicking an item will also get it in your cache (guaranteed).

Commands:
/lf scan - scans merchant/trade skill/selected player etc, for when another addon screws with my button
/lf setmaxscans # - sets the maximum number of times to automatically retry scanning another players items, as for some reason it doesn't always succeed on the first attempt
/lf button [lock/unlock] - allows moving of target scan button
/lf button [show/hide] - toggle displaying of scan buttons

It's a good idea to do an auction house scan when you first get the addon, so you have a decent cache of items.

Notes:
The Auction House, Merchant, and Trade Skill scans are tied into the update function, so they're limited by your frame rate. You can only scan up to as many items per second as your frame rate. Ex: 14 frame rate, max 14 items per second.

If you use SpartanUI, the dynamic viewport option will cause the target scan button to show up at the wrong location.

This addon is NOT localized, as I only speak English. It may or MAY NOT work for other languages.

Sadly I will be taking a break from WoW, so I will not be able to update my addons. I hope to be back soon, but until then, anyone who creates addons, please feel free to take over it.

Monday, June 20 - 1.2.1

Sunday, May 1 - 1.2
Added functionality to show/hide the scan buttons

Wednesday, April 14
Fixed a typo in code causing target scan button to not become click-through upon hiding.

Wednesday, April 13
Now scans quest rewards!

Guild bank scan will now skip hidden tabs

Lowered progress bar strata as it was showing up over tooltips.

Added a /lf count command to see how many items you have, and removed some debug commands I overlooked.

Minor scan button and guild bank scanning bug fixes.
Optional Files (0)


Post A Reply Comment Options
Unread 06-15-11, 01:58 AM  
Amemir
Son of a Murloc
 
Amemir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 41
Uploads: 1
Similar error to the Aisenfaire's.
1x LinkForge-1.2.0\LinkForge.lua:411: Invalid quest item in GetQuestItemInfo("type", index)
LinkForge-1.2.0\LinkForge.lua:411: in function `saveQuestRewardItems'
LinkForge-1.2.0\LinkForge.lua:568: in function <Interface\AddOns\LinkForge\LinkForge.lua:421>

nil

Locals:
table: 3BB4A0C8
Looking through the code, you are using (start line 409)
Code:
for i=1,10 do
  local itemLink = GetQuestItemLink("choice",i)
which is producing the error (not entirely sure why) however when I changed it to
Code:
for i=1,GetNumQuestChoices() do
  local itemLink = GetQuestItemLink("choice",i)
I no longer got errors when accepting quests (in the limited testing I have done)
Last edited by Amemir : 06-15-11 at 01:59 AM.
Report comment to moderator  
Reply With Quote
Unread 05-01-11, 06:06 PM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
Originally posted by guyofgarithos
There you go.

PS, if you go into your WTF/Account/[Account name]/[Realm name]/[Character name]/SavedVariables folder you can delete the LinkForge.lua and LinkForge.lua.bak and that will clear your cache. Actually that would be something good to add to the addon... eventually.
Thank you very much! <3
Report comment to moderator  
Reply With Quote
Unread 05-01-11, 02:55 PM  
guyofgarithos
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 4
Originally posted by Aisenfaire
It is. Oh, well.

By the way, sorry to have so many questions, but the Linkforge scan button is currently sitting on top of the Auction Profit Manager button in the AH. Might there be a way for me to disable the Linkforge button?
There you go.

PS, if you go into your WTF/Account/[Account name]/[Realm name]/[Character name]/SavedVariables folder you can delete the LinkForge.lua and LinkForge.lua.bak and that will clear your cache. Actually that would be something good to add to the addon... eventually.
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 06:04 AM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
Originally posted by guyofgarithos
@Aisenfaire
That's really strange... I've never seen that warning. The only thing I can think of is make sure you're updated to the latest version.
It is. Oh, well.

By the way, sorry to have so many questions, but the Linkforge scan button is currently sitting on top of the Auction Profit Manager button in the AH. Might there be a way for me to disable the Linkforge button?
Report comment to moderator  
Reply With Quote
Unread 04-21-11, 03:35 PM  
guyofgarithos
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 4
@Aisenfaire
That's really strange... I've never seen that warning. The only thing I can think of is make sure you're updated to the latest version.
Report comment to moderator  
Reply With Quote
Unread 04-20-11, 11:31 PM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
Originally posted by guyofgarithos
When exactly did this show up?
It showed up when I was hovering over quest rewards in the NPC dialogue for...I think my rogue was in Nagrand at the time.

Sorry to not be of more help--if you need the exact item I'll keep an eye out for if the error should show up again.

* * *

*Edit: I was observing it and it appears to pop up every time I speak to an NPC to either take or turn in a quest. (Level 72 rogue doing Howling Fjord Scalawag Point quests) It pops up regardless of whether there are quest items involved, or quest rewards.

Code:
1x LinkForge\LinkForge-1.0.0.lua:411: Invalid quest item in GetQuestItemInfo("type", index)
<in C code>
LinkForge\LinkForge-1.0.0.lua:411: in function "saveQuestRewardItems"
LinkForge\LinkForge-1.0.0.lua:556: in function <LinkForge\LinkForge.lua:421>

Locals:
itemLink = nil
itemName = ""
_ = "Icons\INV_Misc_QuestionMark"
_ = 1
_ = 0
_ = 1
(for index) = 8
(for limit) = 10
(for step) = 1
i = 8
itemLink = nil
savedItemIDs = <table> {
 DEATHBRINGER'S WILL = "|cffa335ee|Hitem:50362:0:0:0:0:0:0:1768938368:85:147|h[Deathbringer's Will]|h|r"
 SKEWERED EEL = "|cffffffff|Hitem:62669:0:0:0:0:0:0:198958416:85:0|h[Skewered Eel]|h|r"
 BLESSED BOOK OF NAGRAND = "|cff0070dd|Hitem:25644:0:0:0:0:0:0:0:67:0|h[Blessed Book of Nagrand]|h|r"
 CORRODED MACE = "|cff9d9d9d|Hitem:25401:0:0:0:0:0:0:1542302080:66:0|h[Corroded Mace]|h|r"
 FIGURINE - JEWELED SERPENT = "|cff0070dd|Hitem:52353:0:0:0:0:0:0:644635584:85:0|h[Figurine - Jeweled Serpent]|h|r"
 BLACK SWASHBUCKLER'S SHIRT = "|cffffffff|Hitem:4336:0:0:0:0:0:0:1239833434:63:0|h[Black Swashbuckler's Shirt]|h|r"
 STORMRIDER'S GRIPS = "|cffa335ee|Hitem:60290:0:0:0:0:0:0:0:85:0|h[Stormrider's Grips]|h|r"
 CARIDEAN EPAULETTES = "|cff0070dd|Hitem:56273:4204:4033:0:0:0:0:1520055552:85:161|h[Caridean Epaulettes]|h|r"
 DREAM SHARD = "|cff0070dd|Hitem:34052:0:0:0:0:0:0:757485407:63:0|h[Dream Shard]|h|r"
 ELEMENTAL FRAGMENT = "|cff9d9d9d|Hitem:24508:0:0:0:0:0:0:1289294208:66:0|h[Elemental Fragment]|h|r"
 PINK SAPPHIRE NECKLACE OF THE PROPHET = "|cff1eff00|Hitem:25066:0:0:0:0:0:-38:1492320283:67:0|h[Pink Sapphire Necklace of the Prophet]|h|r"
 BONE FISHING POLE = "|cff0070dd|Hitem:45991:0:0:0:0:0:0:-1662560384:66:0|h[Bone Fishing Pole]|h|r"
 STRONG JUNKBOX = "|cffffffff|Hitem:29569:0:0:0:0:0:0:2087278464:66:0|h[Strong Junkbox]|h|r"
 COARSE SNUFF = "|cff9d9d9d|Hitem:24231:0:0:0:0:0:0:612473216:68:0|h[Coarse Snuff]|h|r"
 NAGRAND CHERRY = "|cffffffff|Hitem:24421:0:0:0:0:0:0:1574550656:66:0|h[Nagrand Cherry]|h|r"
 DEATH'S VERDICT = "|cffa335ee|Hitem:47115:0:0:0:0:0:0:-2119262848:85:0|h[Death's Verdict]|h|r"
 EMBERSILK CLOTH = "|cffffffff|Hitem:53010:0:0:0:0:0:0:396661480:85:0|h[Embersilk Cloth]|h|r"
 ENCHANT BRACER - CRITICAL STRIKE = "|cffffffff|Hitem:52752:0:0:0:0:0:0:1008008704:85:0|h[Enchant Bracer - Critical Strike]|h|r"
 RUNESCROLL OF FORTITUDE = "|cffffffff|Hitem:49632:0:0:0:0:0:0:348005632:85:0|h[Runescroll of Fortitude]|h|r"
 EYE OF C'THUN = "|cffa335ee|Hitem:21221:0:0:0:0:0:0:-888273536:85:0|h[Eye of C'Thun]|h|r"
 BLOOD-SOAKED SARONITE PLATED SPAULDERS = "|cff0070dd|Hitem:38663:0:0:0:0:0:0:483799520:63:0|h[Blood-Soaked Saronite Plated Spaulders]|h|r"
 IRONTREE BROADAXE OF THE TIGER = "|cff1eff00|Hitem:55297:0:0:0:0:0:-14:1495597475:85:0|h[Irontree Broadaxe of the Tiger]|h|r"
 UNSPARING BAND = "|cff1eff00|Hitem:35911:0:0:0:0:0:0:1163675904:71:0|h[Unsparing Band]|h|r"
 MOCCASINS OF VERDUROUS GLOOMS = "|cffa335ee|Hitem:58199:0:0:0:0:0:0:0:85:0|h[Moccasins of Verdurous Glooms]|h|r"
 POTION OF THE TOL'VIR = "|cffffffff|Hitem:58145:0:0:0:0:0:0:1747062912:63:0|h[Potion of the Tol'vir]|h|r"
 SCROLL OF ENCHANT BRACER - MINOR AGILITY = "|cffffffff|Hitem:38777:0:0:0:0:0:0:355422976:63:0|h[Scroll of Enchant Bracer - Minor Agility]|h|r"
 MOTE OF AIR = "|cffffffff|Hitem:22572:0:0:0:0:0:0:-1757048576:66:0|h[Mote of Air]|h|r"
 MISTYREED PANTS OF INTELLECT = "|cff1eff00|Hitem:24642:0:0:0:0:0:-21:2081226799:67:0|h[Mistyreed Pants of Intellect]|h|r"
 WEAK FLUX = "|cffffffff|Hitem:2880:0:0:0:0:0:0:0:67:0|h[Weak Flux]|h|r"
 ZANGAR CAPS = "|cffffffff|Hitem:27859:0:0:0:0:0:0:463427728:66:0|h[Zangar Caps]|h|r"
 DEMONSEYE = "|cff0070dd|Hitem:52194:0:0:0:0:0:0:213122608:85:0|h[Demonseye]|h|r"
 BARREL OF BLASTING POWDER = "|cffffffff|Hitem:34387:0:0:0:0:0:0:1466531712:72:0|h[Barrel of Blasting Powder]|h|r"
 WIND-UP TRAIN WRECKER = "|cff0070dd|Hitem:45057:0:0:0:0:0:0:0:85:0|h[Wind-Up Train Wrecker]|h|r"
 BEAUTY'S CHEW TOY = "|cff0070dd|Hitem:56309:0:0:0:0:0:0:-1974548864:85:0|h[Beauty's Chew Toy]|h|r"
 LIGHTNING CONDUCTOR BAND = "|cffa335ee|Hitem:59121:0:0:0:0:0:0:1702472064:85:140|h[Lightning Conductor Band]|h|r"
 VISION DUST = "|cffffffff|Hitem:11137:0:0:0:0:0:0:1046317467:63:0|h[Vision Dust]|h|r"
 JEWELER'S KIT = "|cffffffff|Hitem:20815:0:0:0:0:0:0:0:85:0|h[Jeweler's Kit]|h|r"
 SASH OF MUSING = "|cff0070dd|Hitem:57918:0:4033:0:0:0:0:0:85:159|h[Sash of Musing]|h|r"
 CHE
Last edited by Aisenfaire : 04-21-11 at 02:26 AM.
Report comment to moderator  
Reply With Quote
Unread 04-19-11, 10:12 AM  
guyofgarithos
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 4
Originally posted by EKE
I am also very troubled how to describe this.
In chinese, one pronunciation can be many diffrent words, first keyin phonetic symbols, one to three symbols composit a pronunciation, then Input Method listed all same pronunciation words for us to choose.
when this addons enable, composit and choose would be Interference.
It's a Magical Phenomenon...I try to describe it clearly.
If I copy the words which I typed in notepad previously it can work fine.
I've using AutoSelectGossip, both of them are nice addons!
Thanks for your addons and reply.
Sorry it's not working for you. If you know someone who can program and translate between English and Chinese, please feel free to localize it.
Report comment to moderator  
Reply With Quote
Unread 04-18-11, 08:20 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
I am also very troubled how to describe this.
In chinese, one pronunciation can be many diffrent words, first keyin phonetic symbols, one to three symbols composit a pronunciation, then Input Method listed all same pronunciation words for us to choose.
when this addons enable, composit and choose would be Interference.
It's a Magical Phenomenon...I try to describe it clearly.
If I copy the words which I typed in notepad previously it can work fine.
I've using AutoSelectGossip, both of them are nice addons!
Thanks for your addons and reply.
Report comment to moderator  
Reply With Quote
Unread 04-18-11, 05:55 PM  
guyofgarithos
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 4
Originally posted by EKE
I've expect this addon for months, since Fizzwidget Linkerator be outdate.
Thank you for this addon, but......this addon can't be used at Taiwan wow, because Input Method conflicted.
(Also can't use at Cwow but they still playing WotLK.)
Er.....I don't know how to explaine it, we ues Pinyin.
My English is terrible...

T_T

When this addon disable, I type "Copper Rod"
http://img192.imageshack.us/i/qq29.jpg/
When this addon enable, I type "Copper Rod"
http://img852.imageshack.us/i/qq28.jpg/

PS.can someone recommend a better space? for upload images, imageshack seems not convenient to link.
I only speak English, so I have absolutely no idea what those images say, and I have no idea how my addon will work for other languages.
Report comment to moderator  
Reply With Quote
Unread 04-18-11, 01:05 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
I've expect this addon for months, since Fizzwidget Linkerator be outdate.
Thank you for this addon, but......this addon can't be used at Taiwan wow, because Input Method conflicted.
(Also can't use at Cwow but they still playing WotLK.)
Er.....I don't know how to explaine it, we ues Pinyin.
My English is terrible...

T_T

When this addon disable, I type "Copper Rod"
http://img192.imageshack.us/i/qq29.jpg/
When this addon enable, I type "Copper Rod"
http://img852.imageshack.us/i/qq28.jpg/

PS.can someone recommend a better space? for upload images, imageshack seems not convenient to link.
Last edited by EKE : 04-18-11 at 01:25 PM.
Report comment to moderator  
Reply With Quote
Unread 04-16-11, 09:11 AM  
guyofgarithos
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 4
Originally posted by Aisenfaire
Got the following error:
Code:
4x LinkForge\LinkForge-1.0.0.lua:411: Invalid quest item in GetQuestItemInfo("type", index)
<in C code>
LinkForge\LinkForge-1.0.0.lua:411: in function "saveQuestRewardItems"
LinkForge\LinkForge-1.0.0.lua:553: in function <LinkForge\LinkForge.lua:421>

Locals:
itemLink = nil
itemName = ""
_ = "Icons\INV_Misc_QuestionMark"
_ = 1
_ = 0
_ = 1
(for index) = 8
(for limit) = 10
(for step) = 1
i = 8
itemLink = nil
savedItemIDs = <table> {
 MOLTED FEATHER = "|cff9d9d9d|Hitem:25425:0:0:0:0:0:0:1549390336:66:0|h[Molted Feather]|h|r"
 SCROLL OF ENCHANT BRACER - ASSAULT = "|cffffffff|Hitem:38938:0:0:0:0:0:0:2139503744:66:0|h[Scroll of Enchant Bracer - Assault]|h|r"
 BOULDERFIST CLOAK OF THE INVOKER = "|cff1eff00|Hitem:25036:0:0:0:0:0:-39:491847706:66:0|h[Boulderfist Cloak of the Invoker]|h|r"
 SNAKE ENTWINED NECKLACE OF THE BANDIT = "|cff1eff00|Hitem:36433:0:0:0:0:0:-40:-2040528856:66:0|h[Snake Entwined Necklace of the Bandit]|h|r"
 MIND-NUMBING POISON = "|cffffffff|Hitem:5237:0:0:0:0:0:0:0:66:0|h[Mind-Numbing Poison]|h|r"
 SANGUINE HIBISCUS = "|cffffffff|Hitem:24246:0:0:0:0:0:0:1233912512:66:0|h[Sanguine Hibiscus]|h|r"
 CLEFTHOOF RIBS = "|cffffffff|Hitem:29451:0:0:0:0:0:0:0:66:0|h[Clefthoof Ribs]|h|r"
 PRIMAL LIFE = "|cff1eff00|Hitem:21886:0:0:0:0:0:0:1084259456:66:0|h[Primal Life]|h|r"
 MAG'HAR GRAINBREAD = "|cffffffff|Hitem:27855:0:0:0:0:0:0:-1656642560:66:0|h[Mag'har Grainbread]|h|r"
 SUNSTONE NECKLACE OF THE MONKEY = "|cff1eff00|Hitem:25060:0:0:0:0:0:-5:573177878:66:0|h[Sunstone Necklace of the Monkey]|h|r"
 SAVAGE TALON = "|cff9d9d9d|Hitem:25428:0:0:0:0:0:0:2002984320:66:0|h[Savage Talon]|h|r"
 RIPLASH BELT OF THE TIGER = "|cff1eff00|Hitem:36083:0:0:0:0:0:-14:1750204469:66:0|h[Riplash Belt of the Tiger]|h|r"
 CLEFTHOOF MEAT = "|cffffffff|Hitem:27678:0:0:0:0:0:0:1694867968:66:0|h[Clefthoof Meat]|h|r"
 ELEMENTAL FRAGMENT = "|cff9d9d9d|Hitem:24508:0:0:0:0:0:0:1289294208:66:0|h[Elemental Fragment]|h|r"
 BEATEN TALON = "|cff9d9d9d|Hitem:25427:0:0:0:0:0:0:-1947121024:66:0|h[Beaten Talon]|h|r"
 BONE FISHING POLE = "|cff0070dd|Hitem:45991:0:0:0:0:0:0:-1662560384:66:0|h[Bone Fishing Pole]|h|r"
 STRONG JUNKBOX = "|cffffffff|Hitem:29569:0:0:0:0:0:0:2087278464:66:0|h[Strong Junkbox]|h|r"
 FEL TIPPED DART OF THE BANDIT = "|cff1eff00|Hitem:28534:0:0:0:0:0:-40:-1554776051:66:0|h[Fel Tipped Dart of the Bandit]|h|r"
 DARK JADE FOCUSING LENS = "|cff1eff00|Hitem:41367:0:0:0:0:0:0:758608128:66:0|h[Dark Jade Focusing Lens]|h|r"
 CLEFTHOOF MACE OF THE SORCERER = "|cff1eff00|Hitem:25135:0:0:0:0:0:-36:-1999830993:66:0|h[Clefthoof Mace of the Sorcerer]|h|r"
 VRYKUL SHACKLES = "|cff0070dd|Hitem:35579:0:0:0:0:0:0:-2065078272:66:0|h[Vrykul Shackles]|h|r"
 RIPLASH GLOVES OF THE BANDIT = "|cff1eff00|Hitem:36086:0:0:0:0:0:-40:942473269:66:0|h[Riplash Gloves of the Bandit]|h|r"
 PAULDRONS OF SUFFERANCE = "|cff0070dd|Hitem:27433:0:0:0:0:0:0:1363055872:66:0|h[Pauldrons of Sufferance]|h|r"
 NAGRAND CHERRY = "|cffffffff|Hitem:24421:0:0:0:0:0:0:1574550656:66:0|h[Nagrand Cherry]|h|r"
 DENSE WAR STAFF = "|cff9d9d9d|Hitem:25404:0:0:0:0:0:0:1336433664:66:0|h[Dense War Staff]|h|r"
 DETERIORATING PLATE BOOTS = "|cff9d9d9d|Hitem:25390:0:0:0:0:0:0:604847112:66:0|h[Deteriorating Plate Boots]|h|r"
 FISHING POLE = "|cffffffff|Hitem:6256:0:0:0:0:0:0:0:66:0|h[Fishing Pole]|h|r"
 BRILLIANT FEATHER = "|cff9d9d9d|Hitem:25426:0:0:0:0:0:0:595818784:66:0|h[Brilliant Feather]|h|r"
 COLOSSAL WAR AXE OF THE SORCERER = "|cff1eff00|Hitem:25204:0:0:0:0:0:-36:1250361363:66:0|h[Colossal War Axe of the Sorcerer]|h|r"
 DAGGERFEN COWL OF THE WHALE = "|cff1eff00|Hitem:24753:0:0:0:0:0:-8:1371013167:66:0|h[Daggerfen Cowl of the Whale]|h|r"
 MURKBLOOD PANTS OF THE BANDIT = "|cff1eff00|Hitem:24787:0:0:0:0:0:-40:1868890165:66:0|h[Murkblood Pants of the Bandit]|h|r"
 VANISHING POWDER = "|cffffffff|Hitem:64670:0:0:0:0:0:0:0:66:0|h[Vanishing Powder]|h|r"
 SHIFTING SASH OF MIDNIGHT = "|cff0070dd|Hitem:24063:0:3644:3374:0:0:0:-1885062784:66:0|h[Shifting Sash of Midnight]|h|r"
 RESILIENT TAIL HAIR = "|cff9d9d9d|Hitem:25409:0:0:0:0:0:0:618468960:66:0|h[Resilient Tail Hair]|h|r"
 MURKBLOOD BOOTS OF THE BANDIT = "|cff1eff00|Hitem:24783:0:0:0:0:0:-40:431620136:66:0|h[Murkblood Boots of the Bandit]|h|r"
 FORMULA: ENCHANT SHIELD - INTELLECT = "|cffffffff|Hitem:22539:0:0:0:0:0:0:0:66:0|h[Formula: Enchant Shield - Intellect]|h|r"
 A STEAMY ROMANCE NOVEL = "
When exactly did this show up?
Report comment to moderator  
Reply With Quote
Unread 04-16-11, 02:57 AM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
Got the following error:
Code:
4x LinkForge\LinkForge-1.0.0.lua:411: Invalid quest item in GetQuestItemInfo("type", index)
<in C code>
LinkForge\LinkForge-1.0.0.lua:411: in function "saveQuestRewardItems"
LinkForge\LinkForge-1.0.0.lua:553: in function <LinkForge\LinkForge.lua:421>

Locals:
itemLink = nil
itemName = ""
_ = "Icons\INV_Misc_QuestionMark"
_ = 1
_ = 0
_ = 1
(for index) = 8
(for limit) = 10
(for step) = 1
i = 8
itemLink = nil
savedItemIDs = <table> {
 MOLTED FEATHER = "|cff9d9d9d|Hitem:25425:0:0:0:0:0:0:1549390336:66:0|h[Molted Feather]|h|r"
 SCROLL OF ENCHANT BRACER - ASSAULT = "|cffffffff|Hitem:38938:0:0:0:0:0:0:2139503744:66:0|h[Scroll of Enchant Bracer - Assault]|h|r"
 BOULDERFIST CLOAK OF THE INVOKER = "|cff1eff00|Hitem:25036:0:0:0:0:0:-39:491847706:66:0|h[Boulderfist Cloak of the Invoker]|h|r"
 SNAKE ENTWINED NECKLACE OF THE BANDIT = "|cff1eff00|Hitem:36433:0:0:0:0:0:-40:-2040528856:66:0|h[Snake Entwined Necklace of the Bandit]|h|r"
 MIND-NUMBING POISON = "|cffffffff|Hitem:5237:0:0:0:0:0:0:0:66:0|h[Mind-Numbing Poison]|h|r"
 SANGUINE HIBISCUS = "|cffffffff|Hitem:24246:0:0:0:0:0:0:1233912512:66:0|h[Sanguine Hibiscus]|h|r"
 CLEFTHOOF RIBS = "|cffffffff|Hitem:29451:0:0:0:0:0:0:0:66:0|h[Clefthoof Ribs]|h|r"
 PRIMAL LIFE = "|cff1eff00|Hitem:21886:0:0:0:0:0:0:1084259456:66:0|h[Primal Life]|h|r"
 MAG'HAR GRAINBREAD = "|cffffffff|Hitem:27855:0:0:0:0:0:0:-1656642560:66:0|h[Mag'har Grainbread]|h|r"
 SUNSTONE NECKLACE OF THE MONKEY = "|cff1eff00|Hitem:25060:0:0:0:0:0:-5:573177878:66:0|h[Sunstone Necklace of the Monkey]|h|r"
 SAVAGE TALON = "|cff9d9d9d|Hitem:25428:0:0:0:0:0:0:2002984320:66:0|h[Savage Talon]|h|r"
 RIPLASH BELT OF THE TIGER = "|cff1eff00|Hitem:36083:0:0:0:0:0:-14:1750204469:66:0|h[Riplash Belt of the Tiger]|h|r"
 CLEFTHOOF MEAT = "|cffffffff|Hitem:27678:0:0:0:0:0:0:1694867968:66:0|h[Clefthoof Meat]|h|r"
 ELEMENTAL FRAGMENT = "|cff9d9d9d|Hitem:24508:0:0:0:0:0:0:1289294208:66:0|h[Elemental Fragment]|h|r"
 BEATEN TALON = "|cff9d9d9d|Hitem:25427:0:0:0:0:0:0:-1947121024:66:0|h[Beaten Talon]|h|r"
 BONE FISHING POLE = "|cff0070dd|Hitem:45991:0:0:0:0:0:0:-1662560384:66:0|h[Bone Fishing Pole]|h|r"
 STRONG JUNKBOX = "|cffffffff|Hitem:29569:0:0:0:0:0:0:2087278464:66:0|h[Strong Junkbox]|h|r"
 FEL TIPPED DART OF THE BANDIT = "|cff1eff00|Hitem:28534:0:0:0:0:0:-40:-1554776051:66:0|h[Fel Tipped Dart of the Bandit]|h|r"
 DARK JADE FOCUSING LENS = "|cff1eff00|Hitem:41367:0:0:0:0:0:0:758608128:66:0|h[Dark Jade Focusing Lens]|h|r"
 CLEFTHOOF MACE OF THE SORCERER = "|cff1eff00|Hitem:25135:0:0:0:0:0:-36:-1999830993:66:0|h[Clefthoof Mace of the Sorcerer]|h|r"
 VRYKUL SHACKLES = "|cff0070dd|Hitem:35579:0:0:0:0:0:0:-2065078272:66:0|h[Vrykul Shackles]|h|r"
 RIPLASH GLOVES OF THE BANDIT = "|cff1eff00|Hitem:36086:0:0:0:0:0:-40:942473269:66:0|h[Riplash Gloves of the Bandit]|h|r"
 PAULDRONS OF SUFFERANCE = "|cff0070dd|Hitem:27433:0:0:0:0:0:0:1363055872:66:0|h[Pauldrons of Sufferance]|h|r"
 NAGRAND CHERRY = "|cffffffff|Hitem:24421:0:0:0:0:0:0:1574550656:66:0|h[Nagrand Cherry]|h|r"
 DENSE WAR STAFF = "|cff9d9d9d|Hitem:25404:0:0:0:0:0:0:1336433664:66:0|h[Dense War Staff]|h|r"
 DETERIORATING PLATE BOOTS = "|cff9d9d9d|Hitem:25390:0:0:0:0:0:0:604847112:66:0|h[Deteriorating Plate Boots]|h|r"
 FISHING POLE = "|cffffffff|Hitem:6256:0:0:0:0:0:0:0:66:0|h[Fishing Pole]|h|r"
 BRILLIANT FEATHER = "|cff9d9d9d|Hitem:25426:0:0:0:0:0:0:595818784:66:0|h[Brilliant Feather]|h|r"
 COLOSSAL WAR AXE OF THE SORCERER = "|cff1eff00|Hitem:25204:0:0:0:0:0:-36:1250361363:66:0|h[Colossal War Axe of the Sorcerer]|h|r"
 DAGGERFEN COWL OF THE WHALE = "|cff1eff00|Hitem:24753:0:0:0:0:0:-8:1371013167:66:0|h[Daggerfen Cowl of the Whale]|h|r"
 MURKBLOOD PANTS OF THE BANDIT = "|cff1eff00|Hitem:24787:0:0:0:0:0:-40:1868890165:66:0|h[Murkblood Pants of the Bandit]|h|r"
 VANISHING POWDER = "|cffffffff|Hitem:64670:0:0:0:0:0:0:0:66:0|h[Vanishing Powder]|h|r"
 SHIFTING SASH OF MIDNIGHT = "|cff0070dd|Hitem:24063:0:3644:3374:0:0:0:-1885062784:66:0|h[Shifting Sash of Midnight]|h|r"
 RESILIENT TAIL HAIR = "|cff9d9d9d|Hitem:25409:0:0:0:0:0:0:618468960:66:0|h[Resilient Tail Hair]|h|r"
 MURKBLOOD BOOTS OF THE BANDIT = "|cff1eff00|Hitem:24783:0:0:0:0:0:-40:431620136:66:0|h[Murkblood Boots of the Bandit]|h|r"
 FORMULA: ENCHANT SHIELD - INTELLECT = "|cffffffff|Hitem:22539:0:0:0:0:0:0:0:66:0|h[Formula: Enchant Shield - Intellect]|h|r"
 A STEAMY ROMANCE NOVEL = "
Last edited by Aisenfaire : 04-16-11 at 02:57 AM.
Report comment to moderator  
Reply With Quote
Unread 04-14-11, 10:10 AM  
guyofgarithos
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 4
Originally posted by thebigmunch
In lines 611 and 616 of version 1.1, MouseEnabled should be EnableMouse.
Sweet, thanks, I thought it wasn't clicking through when it was hidden.
Report comment to moderator  
Reply With Quote
Unread 04-13-11, 07:33 PM  
thebigmunch
A Deviate Faerie Dragon

Forum posts: 15
File comments: 11
Uploads: 1
In lines 611 and 616 of version 1.1, MouseEnabled should be EnableMouse.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: