What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Not Possible to automatically mail gold?

Jonasx

Member
Joined
Mar 17, 2013
Messages
47
Reaction score
0
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.
 
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.


Worked great except for the conformation box, have the lua handy for that?
 
mailing gold is a good way to get banned.

invest in a guild and use the guild bank.
 
mailing gold is a good way to get banned.

invest in a guild and use the guild bank.

Lies. I'm using plugin to mail gold from farmer on banker for months (same account). Stop spreading rumors.
 
Back
Top