A few points...
1. To the profile you've shown us, you should add some
<Mailboxes> and
<Vendors> elements. They take the following form...
HTML:
<Mailboxes>
<!-- several mailboxes here -->
<Mailbox ...whatever... />
</Mailboxes>
<Vendors>
<!-- several vendors here -->
<Vendor ...whatever... />
</Vendors>
You're use of
<SetVendors> looks correct, but you might try moving it to a simple
<Vendors> element as shown in the Wiki's
sample Questing profile.
In any case, it appears Honorbuddy is trying to mail something (I don't know why), but can't find a mailbox. HB may just be unhappy with the fact that it doesn't know about the existence of even one mailbox.
2. Deleting
<HBInstallDir>/Protected Items.xml and
<HBInstallDir>/ForceMail.xml should arrange to sell everything in your bags that is not soulbound or conjured. As you suggest, that should include the Runic Healing potion and all non-conjured food.
3. I can't tell if its forum botching, or mis-typing, but your line...
HTML:
<If Condition="(Me.FreeBagSlots < 100)" >
should read (note the "&lt;" instead of "<")...
HTML:
<If Condition="(Me.FreeBagSlots < 100)" >
4, I'm confused, still. The following line is not in your log, and
must be if
ForceSetVendor is being executed...
Goal: Scheduled run for Sell
I think the
ForceSetVendor line in the QuestOrder is waiting to be executed until after Honorbuddy can mail something.
So something is seriously amiss, and we're sorry we're having a beast of a time pinning it down. Try the suggestions above, and at least see if that moves you further along.
cheers,
chinajade