WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Mail Automation (https://www.wowinterface.com/forums/showthread.php?t=57003)

JDoubleU00 01-31-19 09:35 PM

Mail Automation
 
Is there a mail addon that can do smart mailing similar to what TSM does? In other words, I want to send all leather working materials to my character that has the LW skill. I've not found anything outside of TSM that will do this, but I like being proved wrong in situations like this.

Thanks,

Rilgamon 02-01-19 03:58 PM

I've startet such an addon (zz_Altmail). But I dont have the time to work on it properly.
You would have to download it from my repo at https://wow.grml.de/
And configuration is done in core.lua

There is sendouttable which is a per realm and item category/subcategory list. ('order' and 'skip' are not yet implemented ;) )

Lua Code:
  1. local sendouttable = {
  2.     ['Durotan'] = {
  3.         ['Trade Goods'] = {
  4.             ['Enchanting'] = {
  5.                 ['Rilgana-Tirion'] = {
  6.                     ['order'] = 1,
  7.                     ['skip'] = {},
  8.                 },
  9.             },
  10.             ['Metal & Stone'] = {
  11.                 ['Rilgany-Tirion'] = {
  12.                     ['order'] = 1,
  13.                     ['skip'] = {},
  14.                 },
  15.             },
  16.             ['Herb'] = {
  17.                 ['Rilgana-Tirion'] = {
  18.                     ['order'] = 1,
  19.                     ['skip'] = {},
  20.                 },
  21.             }
  22.         }
  23.     }
  24. }

JDoubleU00 02-01-19 06:45 PM

Quote:

Originally Posted by Rilgamon (Post 331497)
I've startet such an addon (zz_Altmail). But I dont have the time to work on it properly.
You would have to download it from my repo at https://wow.grml.de/
And configuration is done in core.lua

There is sendouttable which is a per realm and item category/subcategory list. ('order' and 'skip' are not yet implemented ;) )

Lua Code:
  1. local sendouttable = {
  2.     ['Durotan'] = {
  3.         ['Trade Goods'] = {
  4.             ['Enchanting'] = {
  5.                 ['Rilgana-Tirion'] = {
  6.                     ['order'] = 1,
  7.                     ['skip'] = {},
  8.                 },
  9.             },
  10.             ['Metal & Stone'] = {
  11.                 ['Rilgany-Tirion'] = {
  12.                     ['order'] = 1,
  13.                     ['skip'] = {},
  14.                 },
  15.             },
  16.             ['Herb'] = {
  17.                 ['Rilgana-Tirion'] = {
  18.                     ['order'] = 1,
  19.                     ['skip'] = {},
  20.                 },
  21.             }
  22.         }
  23.     }
  24. }

Thanks! I'll look into it.

Barleduq 06-26-19 01:56 AM

I realize I'm resurrecting a thread...
 
But have you looked at Mail Commander? I haven't looked for it here, I found it on curse. I haven't played with it much, but it might do what you want.

-Barleduq

JDoubleU00 06-26-19 10:00 AM

Quote:

Originally Posted by Barleduq (Post 332557)
But have you looked at Mail Commander? I haven't looked for it here, I found it on curse. I haven't played with it much, but it might do what you want.

-Barleduq

I haven't had the time to properly look at the code, but Mail Commander has promise. I'm still planing on figuring out the code for my own learning.

Thanks!


All times are GMT -6. The time now is 08:20 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI