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

selling items

BaronVonAwesome said:
Hello! Can u help me with my profile plz? Toon dont sell runic healing potion, food and drink (but he sells runic mana potion). Protecteditems and forcemail from HB folder was deleted. But he just clicking on vendor over and over again... forever! (there is no errors in wow)
Hullo, Baron,

The partial log doesn't help much. I'm going to guess one of the following:
  • You're using an old version of Honorbuddy, or
  • You've damaged your ForceSetVendor behavior by overwriting it with one from somewhere else.

The reason I say this, is I'm not seeing a line that *must* be in the log file if everything in your installation were hunky-dory.

cheers,
chinajade
 
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 &lt;SetVendors&gt; looks correct, but you might try moving it to a simple &lt;Vendors&gt; 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 &lt;HBInstallDir&gt;/Protected Items.xml and &lt;HBInstallDir&gt;/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 "&amp;lt;" instead of "<")...
HTML:
<If Condition="(Me.FreeBagSlots &lt; 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
 
Last edited:
You shouldn't have to solve the problem via addons. If you've found legitimate bugs, please feel free to submit them in BugTracker. If you do, please attach your full log, and describe the problem in as much detail as you can.

You might find this Wiki article informative...
[wiki]Honorbuddy: About ProtectedItems and ForceMail[/wiki]

Since you're relatively new to our Community, you may find this whole section useful.. :D
[wiki]HonorBuddy: Getting Started as a New User[/wiki]


Glad your problem is (mostly) repaired.

cheers,
chinajade
 
Last edited:
Back
Top