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

Users Requests (Bot additions / fixes / etc)

Which feature(s) do you want? (Multiple accepted)

  • Native Flying

    Votes: 0 0.0%
  • Better BG Logic (Explain)

    Votes: 0 0.0%
  • IB AFK (Explain)

    Votes: 0 0.0%
  • Water Support

    Votes: 0 0.0%
  • FP's fixed

    Votes: 0 0.0%
  • Better Documentation

    Votes: 0 0.0%
  • Use Guild/Prof Perks (Explain)

    Votes: 0 0.0%
  • Other (Explain Thoroughly)

    Votes: 0 0.0%
  • Native 'Use Transports'

    Votes: 0 0.0%

  • Total voters
    0
Status
Not open for further replies.
Implement a feature that let's people reverse a GB2 profile, just turning it around and making it go the other way around. Shouldn't be too hard to implement.

Already in.

Pathing type circle or bounce does this...
 
I don't know how to explain this... I think the bot takes too narrow turns and knows 'too well' where it can and can't go.
Problem #1: The bot tries to take the corner around the lamp with 0.001 inches away from the lamp, mathematically it can! But eventually a minor lag will cause the bot to get stuck a second. (I think, happens for me sometimes)
Problem #2: Once again the bot knows it can go behind the mailbox behind the house and then under that branch in the woods. But no human would try that because it's a risk or getting stuck.

I would trick the bot to think it is twice the size when pathing. I think this would cause less problem with stuck and make it more human-like. Better to take a detour than get stuck?
 
i would love a bit more profile writing ability in PB. At the moment i was level mining and herb 1-525 and found that it wouldnt do it in on sitting because i couldnt find the right profile (tried the one in PB and it kept stopping for some reason) if it was possible to do it that in PB itself you could go us this profile until and do this , then this Etc. that would be sweet
 
Ok I am not sure if i am not allowed to have other bot names in my post but it is just for an example and i will try it, If it is bad just say and i will edit my post out

Okk so here goes, I would like to see this bot have a built in IRC plugin, Not one that you just get but one that allows you to connect to chat and have irc on your phone and be able to reply to whispers
Something like Pirox did, That was the main reason i kept on using that bot was because i could IRC through my phone and reply to all the whispers i wanted with better notifacations. It would be a cool idea to add
that in even if it is something to difficult its an opinion.

My second Is better Bg movement and aggro. I would like to see this portion of the bot go a very long way since it is already on its way to do so. It needs a better combat system something that
can keep up to the pace of a real player without looking bot like, I would like too see it havea feature to use WASD keys to move so its not always lag turning in a bg, it looks way to fake and the time it takes for the bot to scan a bg and render the profile as its moving is way to long and this should be changed, It has to look like its moving all the time not stopped for 10 seconds here and 30 seconds there. It needs a faster loader i suppose.

=) All points i think are a bit vaild and if anything seems wrong or unbelievable just tell me.
 
I would really like to see HB take screenshots on the scoreboard at the end of every BG, and also when someone whispers you or talks about you in chat! one of the things i loved most about pirox!
 
Timed Empty Bags function (GB2).

Many times my herbs fill up my 2 herb bags before ore fills up my 2 ore bags and GB2 continues to fly around trying to fill all of my bags, meaning that it only gathers ore while still flying my ore/herb route - greatly diminishing my nodes/hour. If I could empty my bags every 5 hours or so this problem would be alleviated.
 
With my druid, sometimes when its low health or mid health, it waits till it gains some health back, but seen as the druid can heal itself why not make the profile heal itself up abit so it doesn't have to wait around, then it will save time and mean slightly quicker leveling.
 
Having a problem with a Druid, its where ever it should be at level 46/47 (Don't know what the place is called)
And its walking into a load of mobs and not attacking them or anything.
 

Attachments

Ummm questing problem in Eastern plaguelands theres a quest called "Heroes of darrowshire" the book is glitched and i can collect it and i try to abandon it and my char keep recollecting it and i would also liek to know how to ignore that quest ? thank you kick

I know it belongs in kicks threads but i got lost and coudlnt post in ur old one :(
 
Now this may seem like a small request but as someone who can be running up to 13 accounts at a time on several different computers i thought it would be helpful. Now i know if the windows are minimized and at the taskbar, u can mouse over and see the names of the character, but what about if you put it in the actual window somewhere, that way itll show Honorbuddy - Attached to WoW with ID XXXX + Toons name. Figured it shouldnt be too hard to implement and its just a minor change, would like to see if it could go into the next release =]
 
Last edited:
I think you should make a ground herbalism profile because all the ones there is right now are crap and dont work that well.
 
timestamps in the log window of the bot would be nice.

They gave us the ability to make plugins for a reason, its easily implemented, its not that pretty but it works.

Code:
namespace GeekyTime
{
    using System;
    using System.Drawing;
    using Styx.Helpers;
    using Styx.Plugins.PluginClass;


    public class GeekyTime : HBPlugin
    {
        public override string Name
        {
            get { return "GeekyTime"; }
        }


        public override string Author
        {
            get { return "Geeekzor"; }
        }


        public override Version Version
        {
            get { return new Version(1, 0); }
        }


        public bool IsInit { get; set; }


        public override void Initialize()
        {
            if (IsInit)
                return;


            Logging.OnWrite += this.Logging_OnWrite;


            IsInit = true;


            base.Initialize();
        }


        public override void Dispose()
        {
            IsInit = false;


            Logging.OnWrite -= this.Logging_OnWrite;


            base.Dispose();
        }


        private void Logging_OnWrite(string message, Color col)
        {
            // Date and Time
            //var oS = string.Format("[{0}]", DateTime.Now.ToString(CultureInfo.InvariantCulture));


            // Time Only
            var oS = string.Format("[{0}]", DateTime.Now.ToLongTimeString());


            // Don't write if its message we previously logged.
            if (message.Substring(0, 3) == oS.Substring(0, 3)) return;


            // To reduce confusion, write a part of the message after the timestamp.
            var pS = string.Format("{0} {1}", oS, message.Substring(0, message.IndexOf(' ')));


            // Write to the log.
            Logging.Write(col, pS);
        }


        public override void Pulse()
        {
        }
    }
}
 
Last edited:
I have a really simple one to start. If you have a few minutes one day, would you go back and update all your old profiles in your SVN to max level of 91?

I was setting up my wife for Dalaran fishing tourney and the profile wouldn't work because it was still tagged w/ max level of 81. I fixed it, changed it to 86, but now your SVN folder shows a red ! mark instead of the green check mark. With MoP coming out and new max 90, it's just pre-emptive to change them now!

Thanks for all the great profiles!
 
i need some help, my when i log into the honorbuddy bot it dosnt work, it just comes up with some error report.
 
Definitely need better BG logic. One of my pet peeves is how the bot is often simply over-active in BG's. There needs to be more variables and branching out in behavior in the bot that way you don't see 3-4 people constantly stacked up on one another in bg's like AV.

And why must the bot constantly be moving from node to node in EOTS, AB, etc? Why not just go to a node/flag that that has already been captured and just defend it. Or in AV, after killing Belinda on horde side, why not go to Stormpike GY and just defend that the rest of the game instead of constantly moving back and forth looking for the 'biggest fight'.

BGbuddy has come a long way but sometimes I think it's just trying to do too much. We need more variation of profiles as well as a more liberal option of defending nodes instead of constantly having to be on the move, further raising the risk of getting stuck/getting noticed as being a bot through awkward movements.
 
usually the window just looses focus, and you need to find it in your windows taskbar and change its position/size, maximize it usually helps
 
i have chosen native flying , water support and use teleports as these are my top priorities then comes BG but i think mashtag or whatever his name is gonna update his BgBot botbase and we'll be better
 
Status
Not open for further replies.
Back
Top