How is it you get it to mail like greens to whatever character you have enchanting on?
how do you setup the mailing?
And it doesnt seem to be selling everything maybe like 15-20 items each time at vendor
I think if you look into profile and search for something to do with mailing you could use this to modify it to whatever you want to mail.
Quote Originally Posted by Trepanator View Post
I wonder how to modify this profiles to deposit not just cloths but other items as well.
Anyone can point me on the right direction ?
You would have to modify the Lua 'if' filter.
PHP Code:
if n and strfind(n,"53010"

then
53010 is the item ID of Embersilk Cloth.
If you were to repeat the code, but add another item ID, it would deposit it also.
Ex:
PHP Code:
if n and strfind(n,"53010"

or n and strfind(n,"123456"

then
Item rarities are also identified by a HEX color. So you could filter an entire rarity with using that.
Grey: ff9d9d9d
White: ffffffff
Green: ff1eff00
Blue: ff0070dd
Purple: ffa335ee
Answering your second question I can only say Gundrak Profile is selling everything, I am not sure about the rest of the profiles as I only run Gundrak. Check are you running the latest revision and if you still not selling everything then maybe post report ?