Jump to content

ISO Plugin to mail to multiple toons


Eightball

Recommended Posts

I am look for a plugin that will mail items to different toons. 

EX:

mail to "tailor" [list of items], mail to: "blacksmith' [list of items], mail to: "alchemist" [List of Items], mail to: "auction toon" [List of Items] etc.

if there is not one or a way to set this up with WROBOT I would gladly hire someone to make such plugin for me.

 

Link to comment
Share on other sites

You could create a Quester profile in which you did something like:

RunCode => 

wManager.wManagerSetting.CurrentSetting.MailRecipient("name1");

wManager.wManagerSetting.CurrentSetting.ForceMailList.Add("Itemname1");

wManager.Wow.Bot.States.ToTown.ForceToTown = true;

Wait => 

1000

RunCode => 

wManager.wManagerSetting.CurrentSetting.ForceMailList.Remove("Itemname1");

RunCode =>

wManager.wManagerSetting.CurrentSetting.MailRecipient("name2");

wManager.wManagerSetting.CurrentSetting.ForceMailList.Add("Itemname2");

wManager.Wow.Bot.States.ToTown.ForceToTown = true;

-------------------------------------------------------------------------------

I use this in one of my Farming profiles, and it will send Saronite to one character and eternals to another 🙂

 

Link to comment
Share on other sites

On 5/22/2022 at 12:50 PM, Sharpzee said:

No problem 🙂 

If you require any further help, just shoot me a message on Discord = Sharpzee#4301 and I'll do what I can to assist 🙂 

appreciate that, Ill let you know if I need help. Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...