• Visit Rebornbuddy
  • Is this even possible with HB??

    Discussion in 'Requests & Discussion' started by blueline1337, Oct 21, 2014.

    1. blueline1337

      blueline1337 New Member

      Joined:
      Jun 12, 2013
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    2. Tactica

      Tactica Member

      Joined:
      Oct 12, 2014
      Messages:
      234
      Likes Received:
      7
      Trophy Points:
      18
    3. nooblet

      nooblet Active Member

      Joined:
      May 4, 2012
      Messages:
      1,419
      Likes Received:
      12
      Trophy Points:
      38
      I thought it was built into HB already
       
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      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.
       
    5. alpha2twin

      alpha2twin Member

      Joined:
      Oct 18, 2011
      Messages:
      186
      Likes Received:
      1
      Trophy Points:
      18
      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>
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      That's QuestOrder logic, you couldn't use that in the Vendor logic.
      Vendors Class

      Would cause errors.
       
    7. alpha2twin

      alpha2twin Member

      Joined:
      Oct 18, 2011
      Messages:
      186
      Likes Received:
      1
      Trophy Points:
      18
      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?
       

    Share This Page