May 22, 20223 yr 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.
May 22, 20223 yr 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 🙂
May 22, 20223 yr Author This is great, appreciate the quick response. Thank you! Still very new to WROBOT and its abilities
May 22, 20223 yr 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 🙂
May 24, 20223 yr Author 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
Create an account or sign in to comment