I've just begun to try to automate all my bots functions. I've hit a wall trying to send gold though. I've tried PB's built in Mail Item function - doesn't work I've tried a plugin for the purpose - doesn't work I've tried several Lua strings - not working. I assume at one time this did work, I'm i missing something or is it currently broken?
Code: Lua.DoString("MailFrameTab2:Click();"); Lua.DoString("SendMailNameEditBox:SetText(\"WHOTOMAIL\"); "); // Name of the one to mail Lua.DoString("SendMailSubjectEditBox:SetText(\"Mailing some Gold\"); "); Lua.DoString("SendMailMoneyGold:SetText(\"GOLDAMMOUNT\"); "); // Ammount of gold to send // Here you should have a small wait before clicking Lua.DoString("SendMailMailButton:Click();"); Or you can look at my Quest Behavior CODMail, edit it and make it NOT click the COD button.
Lies. I'm using plugin to mail gold from farmer on banker for months (same account). Stop spreading rumors.