Eightball 0 Posted May 22, 2022 Share Posted May 22, 2022 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 https://wrobot.eu/forums/topic/14382-iso-plugin-to-mail-to-multiple-toons/ Share on other sites More sharing options...
Sharpzee 5 Posted May 22, 2022 Share Posted May 22, 2022 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 https://wrobot.eu/forums/topic/14382-iso-plugin-to-mail-to-multiple-toons/#findComment-65680 Share on other sites More sharing options...
Eightball 0 Posted May 22, 2022 Author Share Posted May 22, 2022 This is great, appreciate the quick response. Thank you! Still very new to WROBOT and its abilities Link to comment https://wrobot.eu/forums/topic/14382-iso-plugin-to-mail-to-multiple-toons/#findComment-65681 Share on other sites More sharing options...
Sharpzee 5 Posted May 22, 2022 Share Posted May 22, 2022 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 🙂 Link to comment https://wrobot.eu/forums/topic/14382-iso-plugin-to-mail-to-multiple-toons/#findComment-65682 Share on other sites More sharing options...
Eightball 0 Posted May 24, 2022 Author Share Posted May 24, 2022 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 https://wrobot.eu/forums/topic/14382-iso-plugin-to-mail-to-multiple-toons/#findComment-65701 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now