So i ran this profile for about an hour and watched as the bags filled and got lots of boe's and other things. but the problem is, the bot sold everything including the epics. so i took a look at the script:
<?xml version="1.0"?>
-<HBProfile version="1" creator="Dellza">
<Name>Bastion of Twilight Trash Farm R2</Name>
<MinLevel>1</MinLevel>
<MaxLevel>876</MaxLevel>
<MinDurability>0.2</MinDurability>
<MinFreeBagSlots>3</MinFreeBagSlots>
<MailGrey>False</MailGrey>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>False</MailBlue>
<MailPurple>False</MailPurple>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>True</SellBlue>
<SellPurple>True</SellPurple>
<TargetElites>True</TargetElites>
as you can see it says not to mail purples but to sell them instead. so what i did is i changed it to sell greens and mail purples. and now it just flys straight to the ground and stops the bot because it says: bags full stopping bot. i am running this bot on questing.
<?xml version="1.0"?>
-<HBProfile version="1" creator="Dellza">
<Name>Bastion of Twilight Trash Farm R2</Name>
<MinLevel>1</MinLevel>
<MaxLevel>876</MaxLevel>
<MinDurability>0.2</MinDurability>
<MinFreeBagSlots>3</MinFreeBagSlots>
<MailGrey>False</MailGrey>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>False</MailBlue>
<MailPurple>False</MailPurple>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>True</SellBlue>
<SellPurple>True</SellPurple>
<TargetElites>True</TargetElites>
as you can see it says not to mail purples but to sell them instead. so what i did is i changed it to sell greens and mail purples. and now it just flys straight to the ground and stops the bot because it says: bags full stopping bot. i am running this bot on questing.