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

How to collect gold from mailbox?

ManyAsOne

New Member
Joined
Jan 5, 2012
Messages
1
Reaction score
0
Hey guys,

I'm working on a custom AH bot PB profile atm and encountered a problem. Ive got a single toon playing banker/crafter/seller role and his mail is constantly flooded with mats, so when he checks it, he gets the last boxes, fills his bags and goes to sell it or craft some things, and doesn't get any gold. Then my farmers send him more and more, so he keeps getting mats and letting gold further at the mail queue. I'm literally sitting on golden mountain covered with tons of fish and leather atm.:)

So, i've been thinking, if there is a way to make him get gold at first at mail check? As far as i understand, it must be something similar to Inrego's send gold via mail script.
Any help would be appreciated.
Thanks.
 
Code:
GetMailAction ItemID="0" CheckNewMail="True" GetMailType="AllItems" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="1"

This should get all the mails in the mailbox. Just change the "MinFreeBagSlots="1" to your needs :) ( And don't forget to add < /> )

If you were looking for something that only picks up all the gold i have no idea :P
 
Back
Top