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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Is this even possible with HB??

blueline1337

New Member
Joined
Jun 12, 2013
Messages
37
I wrote a grind profile. It works great.

But I want the bot to use my mount with the merchant on it and sell an item every time he gets it.

From the basic knowledge of writing scripts here, I don't think its possible.

Any feedback would be appreciated. Thanks folks.
 
Honorbuddy should naturally detect if you have the mount or not - and use it accordingly.

If I'm not mistaken, as of r.750, the bot has been ignoring it.
I haven't really tested this much though, just referencing based off of my user reports.
 
I was able to use the repair mount using what I have below but this was when I was running the 3 custom behaviours directly, haven't tested this when the HB actually calls for <Vendor>

HTML:
<Vendors> 
<CustomBehavior Macro="/use Grand Expedition Yak" File="RunMacro"/> 
<CustomBehavior File="InteractWith" MobId="62822"/> 
<CustomBehavior File="ForceSetVendor" DoSell="true" DoRepair="true"/> 
</Vendors>
 
I was able to use the repair mount using what I have below but this was when I was running the 3 custom behaviours directly, haven't tested this when the HB actually calls for <Vendor>

HTML:
<Vendors> 
<CustomBehavior Macro="/use Grand Expedition Yak" File="RunMacro"/> 
<CustomBehavior File="InteractWith" MobId="62822"/> 
<CustomBehavior File="ForceSetVendor" DoSell="true" DoRepair="true"/> 
</Vendors>
That's QuestOrder logic, you couldn't use that in the Vendor logic.
Vendors Class

Would cause errors.
 
That's QuestOrder logic, you couldn't use that in the Vendor logic.
Vendors Class

Would cause errors.

Haven't tried it within Vendor but I guess you could use this temporarily to sell at certain intervals? At least until HB will do it natively again.

You could create a quest profile to with a grind area under a while condition so that while you don't have the specific item you are looking to sell, grind in that area, otherwise mount up and sell.

Any thoughts on this Echo?
 
Back
Top