Expeller
Purpose
Provides a macro that can be used to grind Prospecting (Jewelcrafting), Milling (Inscription) and Enchanting (Disenchant) on the materials in ones inventory.
It will try to find the next highest stack that can be processed automatically. This eliminates the need to constantly hunt and peck across your bags for stacks of items.
Disenchanting Rules
Items that are of green quality, bind on equip, and not soul-bound are targeted by the disenchanting logic.This is pretty much the common-case for our guild enchanter when he visits the mailbox.
Known issues/limitations:
- Does not operate on banked items.
- Will not try to run around and stack the herbs itself.
For reasons of the api, the macro will only update when out of combat.
Usage
When you first login, a macro should be created for your particular character. Simply drag the macro to your action bars and click-away! Until I can figure out a better method this is the only way to click the SecureActionButton that is created. Specifically the macro code:
/click ExpellerRunButton
Credits
Credit goes to Prospector by kergoth for the initial idea, this is a derivative of his/her work and has been mostly rewritten.
Bugs
For bugs/issues/features please use the Ticket system.
If I only wanted blues that would be the way to do it. I'm interested in both blues and greens.
@tordenflesk
Yes, it should be commented already a reference to "green items" or something. Just change it to (rarity = 1 or rarity = 2) something like that.
I'm sorry I cannot be more specific, but I don't have access to the code (I am currently out of town). I'll be able to look at it and give a more specific answer in about a week or so.
How would I add blues? I'm guessing it's at line 238, but I don't know how to have both 2 and 3 as a rarity.
It's really annoying when I just want to DE my greens and expeller keeps trying to mill my herbs. There should be seperate buttons for each.
[52138] = 500, -- Pyrite Ore
to
[52183] = 500, -- Pyrite Ore
Pyrite has item nr. 52183 - http://www.wowhead.com/item=52183
No Errors, nothing.
Does it just work with the english client or do you know an addon with the same function for the german one?
Minor issue I know :)
Breakables does a simular task.(it's broken at the moment.) You might find usefull inspiration there.
7: Expeller = LibStub("AceAddon-3.0"):NewAddon("Expeller", "AceConsole-3.0", "AceEvent-3.0")
I haven't a clue why the .toc file's inclusion of the enUS.lua file isn't working, but I couldn't figure that out so I just put the contents in the base file...it's a workaround that works, but it's poor programming practice so if dekimsey can fix it proper-like we'd all appreciate it ;)