- The profile is a converted GB1 profile for Borean Tundra.
Then the profile most likely does not have a mailbox included.
- I don't understand your question, I thought the GB2 mode has its own mailbox implementation (mail when bags are full, mail to alt, empty bags, etc.) as I was standing next to a mail node and trying to mail.
Yes, GB2 has it's own function to perform mailing. It does not have a database of all the mailboxes in the game. Hence why a profile will need to have a definition of the Mailbox location included, otherwise the bot will be unable to automatically mail.
You can quite easily do this yourself.
- Stand on the mailbox
- Click on "Developer tools" in HB
- In the upper left corner there is "local player info", click the "refresh" button there (the two blue round arrows)
- Double-click the coordinates
- Go to the HB window, log tab
- Select the "hotspot" line there
- Open the profile .xml file
- Add the following code within the HBProfile tag:
PHP:
<Mailboxes>
<Mailbox X="-9429.86" Y="-968.0162" Z="111.0119" />
</Mailboxes>
Where for the X=, Y= and Z= you use the numbers from the copied "hotspot" line.
Now you've added Mailbox support to your profile and your toon will automatically mail and you'll be able to use the "Empty bags now" feature.