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

Honorbuddy 2.0.0.4245 Discussion Thread

Status
Not open for further replies.
IT doesn't solve the problem. A product is expected to work for its full life.
In my opinion, customers should submit bugs. It doesn't mean we HAVE TO submit bug. WE bought something that works, not the right to build the product with sellers. People stay with HB/GB because it was good in general, better than other bots. If the unstablility still happens, I guess i'm done with this bot.

I had hope a month ago. 2 releases...Everything is worse, except GB2.

Put your big boy panties on and realize you are paying for a product that is in clear violation of Blizzard's EULA and ToU. Be lucky it even exists.
 
For those of you having issues with questing ... download the quest behaviors in post #2. they are updated for 4245
 
I was wondering if they have fixed the problem were when your using mixed mode and port out of a BG that the bot would only follow the Hotspot's and not attack mobs or defend itself in grinding mode.

Unfortunately, no
 
xasset said:
Please explain how to use or where i can find info about these- "SetMailbox, SetVendor, ClearGrindArea, ClearMailbox, ClearVendor now works. Can be used to force set what vendors/mailboxes to use."

They are used inside a QuestOrder in a manner very similar to the <SetGrindArea> element. If specified, only the entities inside the <Set*> elements will be used until a corresponding <Clear* /> element is encountered. In other words a <SetMailbox> will obscure the <Mailboxes> contained at the <HBProfile> level. This obscuring will continue until the QuestOrder issues a <ClearMailbox /> directive.

PHP:
<HBProfile>
    <Mailboxes> <!-- These are obscured while <SetMailbox> in effect.  Unobscured when <ClearMailbox> executed -->
        <Mailbox X="-8908.27" Y="-129.904" Z="80.91549" />
        <Mailbox X="-9456.721" Y="46.77825" Z="56.60653" />
        <Mailbox X="-10643.38" Y="1157.339" Z="33.24381" />
        <Mailbox X="-9250.684" Y="-2144.213" Z="64.02137" />
    </Mailboxes>

    <QuestOrder>
        <!-- ...whatever... -->
        <SetMailbox>
            <Mailboxes>
                <Mailbox X="-9456.721" Y="46.77825" Z="56.60653" />
                <Mailbox X="-9250.684" Y="-2144.213" Z="64.02137" />
            </Mailboxes>
        </SetMailbox>

        <!-- ...whatever... -->

        <ClearMailbox />
    </QuestOrder>
</HBProfile>


The tags are most useful for areas in which NPCs and Mailboxes are phased--they should not be used 'in general'.

I'll try to get some Wiki pages written up in a few days, but am very busy at the moment.

cheers & hope this helped,
chinajade
 
it's great for area's where you have to fly... like deepholm, or hyjal... where a npc / mailbox might be only 200 x / y away, but 300 Z... vs 250 x / y and on the same Z ... so it would repair / mail on the same Z coords (or so) instead of going up and around a mountain

or as CJ said... phasing issues.

during creation of my quest orders, I keep myself repaired (yes, I die too :p ) and I sell most of the junk every hour or so by hand... but until we have proper navmesh that supports corpse runs, and flyto mailbox / vendor (using flightor i assume) ... then a lot of the cata quest orders are not 100% afk'able
 
IB broken ... have tried tanking in Deadmines, Ragefire Chasm and Shadowfang Keep. It won't move ... it just spams the log with:

Code:
Could not generate path from {-233.5502, 2178.357, 81.79081} to {307.1487, 173.5106, 9.615765} (time used: 0 milliseconds) @ FindEndPoly
Could not generate path from {-223.6815, 2174.494, 79.76607} to {307.1487, 173.5106, 9.615765} (time used: 0 milliseconds) @ FindEndPoly

Have tried reinstall and deleting all the meshes ... doesn't work.
 
They are used inside a QuestOrder in a manner very similar to the <SetGrindArea> element. If specified, only the entities inside the <Set*> elements will be used until a corresponding <Clear* /> element is encountered. In other words a <SetMailbox> will obscure the <Mailboxes> contained at the <HBProfile> level. This obscuring will continue until the QuestOrder issues a <ClearMailbox /> directive.

Thx for explanations. So I can used these instead normal <MailBoxes> <Vendors>

Because I have a problem, that in Twilligt Highlands I use one mailbox, but vendor who situated near this mailbox is bugged for usage. so I need to force HB use another vendor who is far away from mailbox. Using <Vendors> doesn't help me, HB just used nearest vendor to mailbox. This Vendor is bugged (((
 
can we get a hotfix for BGbot? This is called "honorbuddy" after all.
 
auto equipment keeps trying to add my skinning knife into my secondary offhand slot xD
 
I keep getting a debug error when telling GB2 to do the mail box... in process of reading this entire thread but just incase someone knows a fix or if it is bugged atm before I get back here figuredi would post.
 
New release in a few, Closing and moving this thread.
 
Status
Not open for further replies.
Back
Top