Download
(2Kb)
Download
Updated: 11-18-10 02:46 AM
Pictures
File Info
Updated:11-18-10 02:46 AM
Created:unknown
Downloads:3,428
Favorites:41
MD5:

FlashFind

Version: 1.2.4
by: Boundingox [More]

This is a very tiny, light-weight addon with a single purpose: answering the question "Where in my bags did that item go to?" To use it simply alt-click an item link in the chat window or type the command "/find name". Any bags, including the key-ring, containing matching items will open if needed and the icons for those items will briefly flash to show you where they are. In addition, if you are at the bank your bank bags will be searched as well.

Use the alt-click feature to find items that you just auto-looted or received in the mail. It's handy for things like disenchanting trash greens that you just picked up or stacking items mailed to a mule at the bank. The /find command is a case-insensitive substring search so just a few quick letters usually suffice. For example, typing "/find dus" should show you all stacks of Arcane Dust, Illusion Dust, etc.

Note that this addon expects the standard Blizzard bag interface and thus is likely to be incompatible with bag UI replacements.

Enjoy!

v1.2.4:
* Fixed "this:" issue for 4.0.
* Updated TOC for 4.0.

v1.2.1:
* Updated TOC for 3.2.

v1.2.0:
* Updated TOC for 3.0.
* Now allows for alt-clicking items in the bank and guild bank.
* Now reports the number of items found.
* Alt-clicking an item (e.g., Netherweave Bag) no longer also matches items (e.g., Imbued Netherweave Bag) that contain the name as a substring.
* Putting the string to find in brackets now does an exact match. (e.g., /find [Netherweave Bag] will ignore Imbued Netherweave Bags.)

v1.1.0:
* Updated TOC for 2.4.
* Now shows matches on the currently open guild bank tab, if any.
* Alt-clicking an item in your bags now searches for similar items.

v1.0.0:
* Initial release.
Optional Files (0)


Post A Reply Comment Options
Unread 10-18-10, 04:17 AM  
EvoTech
A Kobold Labourer

Forum posts: 1
File comments: 24
Uploads: 0
As a fix for 4.0.1, replace "this" with "button" in line: 86,87,96

Code:
local function bagItemClicked(button)
    if IsAltKeyDown() then
        local bag = button:GetParent():GetID()
        local slot = button:GetID()
        local link = GetContainerItemLink( bag, slot )
        local _, _, name = string.find( link, "^|c%x+|H.+|h(%[.*%])" )
        highlight( name )
    end
end

local function bankItemClicked( button )
    if IsAltKeyDown() then
        local slot = button:GetID()
        local link = GetContainerItemLink( BANK_CONTAINER, slot )
        local _, _, name = string.find( link, "^|c%x+|H.+|h(%[.*%])" )
        highlight( name )
    end
end
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 03:21 PM  
Kleo
A Theradrim Guardian

Forum posts: 62
File comments: 23
Uploads: 0
Any chance that this will be updated to work with the latest patch? Pretty please?
Report comment to moderator  
Reply With Quote
Unread 07-08-08, 11:02 PM  
DesolatedMaggot
A Murloc Raider
 
DesolatedMaggot's Avatar

Forum posts: 5
File comments: 23
Uploads: 0
Made my list of favorite mods within the first week of discovering it. Awesome work.

Only thing I'd change is making the slash command shorter. I edited the .lua to /ff instead.
Last edited by DesolatedMaggot : 07-08-08 at 11:03 PM.
Report comment to moderator  
Reply With Quote
Unread 03-20-08, 11:54 AM  
eloora
A Fallenroot Satyr
 
eloora's Avatar

Forum posts: 24
File comments: 22
Uploads: 0
Kind of a bummer that this isn't compatible with popular bag mods like Onebag . I can't stand the giant default bags.
Report comment to moderator  
Reply With Quote
Unread 03-16-08, 09:33 AM  
Boundingox
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 2
Originally posted by KayossZero
This is with out a doubt (if it works!) going to be one of the best mods ever, thanks so much!
Glad you like it. And if for some reason it doesn't work for you, please let me know and I'll do my best to fix it.
Report comment to moderator  
Reply With Quote
Unread 03-15-08, 11:24 PM  
KayossZero
A Kobold Labourer

Forum posts: 0
File comments: 33
Uploads: 0
This is with out a doubt (if it works!) going to be one of the best mods ever, thanks so much!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: