LiquidAtoR
Community Developer
- Joined
- Jan 15, 2010
- Messages
- 1,430
Heya,
This is my first post on the new forums, and alas it's gonna be a "it's not working" post.
The mining part of HB. It kills the mob next to the node, but then ignores the node (and yes, harvest minerals is ticked). Increased loot radius to 100 (someone said to try it, but no effect).
Then we get to the vendoring/mailing part. I have specifically set in the profile not to sell white and up but mail them (I rather sort the stuff myself than let the bot sell away stuff I can use on an alt). Unfortunately it sells away everything except for blue and purple stuff.
This is the code in the profile concerning the vendoring and mailing of items. Each subprofile has it's own mailbox.
These problems occured with both the upgraded HB and when that failed I tried a fresh install which produced the same problems. Any suggestions?
This is my first post on the new forums, and alas it's gonna be a "it's not working" post.
The mining part of HB. It kills the mob next to the node, but then ignores the node (and yes, harvest minerals is ticked). Increased loot radius to 100 (someone said to try it, but no effect).
Then we get to the vendoring/mailing part. I have specifically set in the profile not to sell white and up but mail them (I rather sort the stuff myself than let the bot sell away stuff I can use on an alt). Unfortunately it sells away everything except for blue and purple stuff.
This is the code in the profile concerning the vendoring and mailing of items. Each subprofile has it's own mailbox.
Code:
<SellGrey>True</SellGrey>
<SellWhite>False</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>
These problems occured with both the upgraded HB and when that failed I tried a fresh install which produced the same problems. Any suggestions?