Download
(12Kb)
Download
Updated: 10-30-09 04:14 PM
Pictures
File Info
Updated:10-30-09 04:14 PM
Created:10-14-09 04:57 PM
Downloads:3,365
Favorites:20
MD5:

Mule Filter

Version: r41
by: ArrchDK [More]

Announcement 12/08/2010
While I can't say for sure that I am coming back to WoW, let alone addon development, I have been contemplating playing again. If I do decide to do so, and I decide that I want to start developing Addons again, then I would pick this project back up.

Summary
This was created for a guildy, but I decided to upload it to WoWI in case others were looking for something like it.

Create up to 10 filters per server that will automatically send all mail items within a specified criteria to a specified recipient. Criteria can be disenchantables, subcatagorized by rarity or specified item names. All filters created will be listed within the main GUI.

Visual Indicators
Filters with grayed recipients and criteria do not have any available criteria within the player's bags.
Filters with golden names and criteria have one or more available critieria within the player's bags. To see a list of what criteria was found, mouse over the button and a tooltip will appear"
- Grayed critiers = not found.
- Golden criteria = found.

Commands
To create a filter, click the "Create Filter" Button.
To approve all found filters, click "Approve All"
To approve a single filter, remove a filter, or change a filter, click the appropriate filter.
To enable "Auto-run," a feature that will send all the filtered mail out when you open your inbox, simply click "Auto-run" in the top right.

--[[ Release Notes r41 ]]--
-- Fixed small typo causing bank error.

--[[ Release Notes r40 ]]--
[[ Fixes ]]
-- Reworked code for sending mail and for scanning to optimize and hopefully eliminate some issues with mail not sending.
-- Resolved issue with sending more than 12 items.
-- Changed check for soulbound items to checking if item is sendable, and applied it to all functions. This will eliminate issues with the addon trying to send unsendable items
-- Resolved issue with screen not updating properly after sending an item.

--[[ Release Notes r30 ]]--
[[ Features ]]
-- Added Auto Run feature which will automatically run all found filters when the Mail box is opened.
[[ Fixes ]]
-- Rearranged code and renamed objects to be more streamlined
-- Fixed text display for update notification command.
-- Fixed .TOC description information
-- Fixed issue with update lib that was causing people to receive errors.

--[[ Release Notes r20 ]]--
[[ Features ]]
-- Added version notification lib file. If party, raid, guild or battleground member has newer version, player is notified. '/mf' to toggle notification on/off
-- Pressing tab while the Send To and Item Name edit boxes have focus will toggle cursor between them.
-- Modified function to allow more than 12 items to be sent at once (Multiple mails)
-- Creater "Filter" button within bank tab that will show a dropdown menu of available filters that can be run. Running a filter will transfer all items that fit the criteria from the bank to the player's inventory.
[[ Fixes ]]
-- Slight adjustment to Filter tab location, should look more streamlined now.
-- No longer shows filter found items and will not run filter if player is on character of recipient.
-- Removed print statement on start-up and unnecessary functon that was being used for test purposes.
-- If player closes Mail Panel w/ a Dropdown menu open, dropdown menu will also close.
-- Fixed start-up message (had an unnecessary 'v')
Optional Files (0)


Post A Reply Comment Options
Unread 12-08-10, 05:33 PM  
ArrchDK
A Fallenroot Satyr
 
ArrchDK's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 9
Uploads: 1
Re: Anyone know of an alternative?

Originally posted by geoff741
Anyone know an alternative? This addon was great and saved me tons of time, its a shame its gone
There doesn't seem to be one, but since Cataclysm has come out, I've considered playing WoW again. If I do so, I can't say for sure that I will start developing again, but this would be the first project I would pick back up.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 01:45 AM  
geoff741
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
Anyone know of an alternative?

Anyone know an alternative? This addon was great and saved me tons of time, its a shame its gone
Report comment to moderator  
Reply With Quote
Unread 09-15-10, 11:12 PM  
Direbane
A Kobold Labourer

Forum posts: 1
File comments: 13
Uploads: 0
Re: Few more edits/tweaks

Originally posted by Manaman
[b]Fixed a few of the graphic anomalies:

Arrchfilter.lua

lines 354 and 355, change from...
Thanks for posting these changes to alleviate some of the LUA errors that occur when using this addon.

I do have a question about your changes though. It seems that the changes you list have completely removed the "Filters" button from my mailbox frame.

That being the case, it prevents me from configuring the addon.

Is there an alternate method of invoking the configuration screen, or does one have to setup their filters before applying your changes?
Report comment to moderator  
Reply With Quote
Unread 07-03-10, 01:48 PM  
ArrchDK
A Fallenroot Satyr
 
ArrchDK's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 9
Uploads: 1
Sorry, the development of InventoryFilter was halted indefinitely. My account has been inactive for quite some time and I stopped playing. I can't bring myself to spend money on the game to develop addons. Sorry
Report comment to moderator  
Reply With Quote
Unread 06-29-10, 05:14 AM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
Few more edits/tweaks

Fixed a few of the graphic anomalies:

Arrchfilter.lua

lines 354 and 355, change from

Code:
_G[self:GetName().."ButtonTextNote"]:Hide()
_G[self:GetName().."ButtonTextSummonButton"]:Hide()
To

Code:
_G[self:GetName().."Status"]:Hide()
_G[self:GetName().."GameIcon"]:Hide()

Arrchfilter.xml

Line 359 from
Code:
<AbsDimension x="20" y="-25"/>
to
Code:
<AbsDimension x="75" y="-25"/>
Line 385 from
Code:
<AbsDimension x="10" y="0"/>
to
Code:
<AbsDimension x="0" y="0"/>
Line 518
Code:
<AbsDimension x="12" y="-5"/>
to
Code:
<AbsDimension x="-10" y="-5"/>
Line 534
Code:
<AbsDimension x="25" y="0"/>
to
Code:
<AbsDimension x="20" y="0"/>
Line 546
Code:
<AbsDimension x="-25" y="0"/>
to
Code:
<AbsDimension x="-20" y="0"/>


This should all alleviate the edit box being off center, the random icons, and a few other things. Hope someone finds it helpful.
Report comment to moderator  
Reply With Quote
Unread 06-26-10, 09:28 AM  
thunndaar
A Murloc Raider
 
thunndaar's Avatar

Forum posts: 7
File comments: 10
Uploads: 2
Re: To anyone that may care

Originally posted by Manaman
I found out a hack to get this to at least function after the recent patch. (3.3.5) I commented out lines 354 and 355. The mod at least functions now, but there appear to a few graphic anomalies in the UI now. But it functions. If I find a more proper fix to the code, I will post it. Maybe the author will be back by then.

thanks for taking the time to post this.

i'm not sure if invfilter is actually under development still ;[
Report comment to moderator  
Reply With Quote
Unread 06-26-10, 03:19 AM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
To anyone that may care

I found out a hack to get this to at least function after the recent patch. (3.3.5) I commented out lines 354 and 355. The mod at least functions now, but there appear to a few graphic anomalies in the UI now. But it functions. If I find a more proper fix to the code, I will post it. Maybe the author will be back by then.
Report comment to moderator  
Reply With Quote
Unread 06-25-10, 12:35 AM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
Alternative

Anyone happen to know an alternative mod for this function?
Report comment to moderator  
Reply With Quote
Unread 06-23-10, 11:35 PM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
3.3.5 broken?

Error message:

Code:
Date: 2010-06-23 22:31:20
ID: 1
Error occured in: Global
Count: 10
Message: ..\AddOns\ArrchFilter\ArrchFilter.lua line 354:
   attempt to index field '?' (a nil value)
Debug:
   [C]: ?
   ArrchFilter\ArrchFilter.lua:354:
      ArrchFilter\ArrchFilter.lua:352
AddOns:
  DBMTukui, v
  Swatter, v5.9.4758 (WhackyWallaby)
  ActionBarSaver, v
  Ailo, v
  AntiSlack, v1.1.5
  AraBrokerGuildFriends, vr24
  AraBrokerTradeskills, vr34
  ArkInventory, v3.02
  ArrchFilter, vr41 http://www.wowinterface.com/downloads/info14895-MuleFilter.html
  FuBar, v
  FuBar2Broker, vr88-release
  Outfitter, v5.0b8
  BlizRuntimeLib_enUS v3.3.5.30300 <us>
  (ck=16e)
Edit: Will check out your new project. Didn't notice it until after I posted this. Hopefully it works.

Edit Edit: I see InvFilter is still highly in development and not available to try out yet? How is the progress on that? Any chance you could debug this one in the mean time, I have become a bit dependent on it. Thank you for anything you can do to help.
Last edited by Manaman : 06-23-10 at 11:43 PM.
Report comment to moderator  
Reply With Quote
Unread 01-25-10, 06:10 PM  
thunndaar
A Murloc Raider
 
thunndaar's Avatar

Forum posts: 7
File comments: 10
Uploads: 2
Originally posted by ArrchDK
At this point it would be pointless to troubleshoot.

The new version I am working on has completely rewritten code.
i cant wait. i have 2 accounts and i do faction transfers of recipes,etc.

this really is a time saver.
Report comment to moderator  
Reply With Quote
Unread 01-25-10, 11:33 AM  
ArrchDK
A Fallenroot Satyr
 
ArrchDK's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 9
Uploads: 1
At this point it would be pointless to troubleshoot.

The new version I am working on has completely rewritten code.
Report comment to moderator  
Reply With Quote
Unread 01-23-10, 10:53 PM  
thunndaar
A Murloc Raider
 
thunndaar's Avatar

Forum posts: 7
File comments: 10
Uploads: 2
absolutely will not work for me, even with all other addons turned off.

i have the user's name in there up top, i shift clicked the names in there, one
line at a time, i approved it.. and it wont send.
i have it set up as auto too

anybody know what i might be doing wrong?

--edit---

correction, so far it doesnt work with
Cat Carrier (Silver Tabby)
Cat Carrier (Cornish Rex)
Cat Carrier (Bombay)


but works with moth eggs
Last edited by thunndaar : 01-24-10 at 01:09 PM.
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 04:05 PM  
ArrchDK
A Fallenroot Satyr
 
ArrchDK's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 9
Uploads: 1
Mule Filter v1.0 is in the works. I've revamped the the interface to be more user friendly, and am planning on adding wildcard support as well as redoing how filter information is stored to help alleviate some of the issues seen so far.
Report comment to moderator  
Reply With Quote
Unread 12-31-09, 11:03 AM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
I have noticed an issue where it will send all of what would be split between characters to one character only. Say I have Cloth going to character X, Relics going to character Y, and Enchanting mats going to character Z. I will log into character X to find that all three types of items went to him, and not the other 2 characters.
Report comment to moderator  
Reply With Quote
Unread 12-23-09, 07:18 AM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
Suggested feature addition: Bank support.

I suggest that we be able to filter stuff that goes straight into our banks and/or guild banks on a regular basis as well. I would say having a button that displays when guild bank/bank are open that we click to add the items to the destination. For instance, I always bank the annoying Vyrkul bones, and I always guild bank lower scrolls, etc... Would be nice to click a single button when I visit either place and have it move all that stuff where I really want it.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: