• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Not Possible to automatically mail gold?

    Discussion in 'Honorbuddy Forum' started by Jonasx, Oct 9, 2013.

    1. Jonasx

      Jonasx Member

      Joined:
      Mar 17, 2013
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      6
      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?
       
    2. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      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.
       
    3. Jonasx

      Jonasx Member

      Joined:
      Mar 17, 2013
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      6

      Worked great except for the conformation box, have the lua handy for that?
       
    4. Phyxios

      Phyxios Member

      Joined:
      Jul 18, 2012
      Messages:
      472
      Likes Received:
      5
      Trophy Points:
      18
      mailing gold is a good way to get banned.

      invest in a guild and use the guild bank.
       
    5. mat53

      mat53 New Member

      Joined:
      Jul 14, 2010
      Messages:
      377
      Likes Received:
      2
      Trophy Points:
      0
      Lies. I'm using plugin to mail gold from farmer on banker for months (same account). Stop spreading rumors.
       
    6. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Code:
      Lua.DoString("StaticPopup1Button1:Click()"); 
      
       

    Share This Page