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

Search results

  1. xsol

    [Apoc - Nesox] Question

    ouch! after rereading http://www.thebuddyforum.com/buddy-bots/announcements/45-gatherbuddy-honorbuddy-forum-rules-guidelines.html I do apologize for rule breaking, thanks for not c r a c k i n g down on me kick
  2. xsol

    Possible feature to help with randomization

    ... state driven agent design 1 behavior trees + state + contextual choice selection based on priority with a dash of random isn't ai??? this other thing will take years to build up its database, but maybe eventually if you divide networks into "instincts", "motivators", "needs", "wants"...
  3. xsol

    Why this forum isnt private or subscribers only?

    the point is not valid; as the cat is out of the bag it is a little to late to close and lock the doors anyway hard headed person is hard headed done trolling
  4. xsol

    Why this forum isnt private or subscribers only?

    you bought a bot not profiles made by other users
  5. xsol

    Why this forum isnt private or subscribers only?

    of course not, but from a business point of view most traffic directed here is a plus and will generate sales. getting caught has little to do with what blizzard knows and more to do with doing stupid things hiding will do nothing for you. Sites like ownedcore simply use private section to...
  6. xsol

    Why this forum isnt private or subscribers only?

    If there was such a thing I would have to guess it would be for contributors only; using your logic what right do you have to look at the profiles and plugins others worked hard to create???
  7. xsol

    Why this forum isnt private or subscribers only?

    what? free advertising? sweet!
  8. xsol

    Possible feature to help with randomization

    pathPrecision determines how far from x,y,z it is ok to move to the next xml element a.k.a. instruction.
  9. xsol

    [Plugin] MyBuddy.Local a.k.a Follow Me

    There is currently no support in DB for working with group that I have found, if they add these commands I would work to enable groups.
  10. xsol

    Worried about a ban? Need a profile scheduler? Read.

    Grim,no hate just an idea, you should integrate the break taker plugin and allow for random time between profile changes. I think right now breaktaker and your plugin could conflict, but if your plugin handled the break taking as well everything would be good.
  11. xsol

    C#/C++ guru, need your help

    SetWindowLong function -4 Three Ways to Inject Your Code into Another Process - CodeProject in theory you would inject, subclass the window resize unload. I'm not sure if you can just hijack a WndProc from another process any more. SetWindowLong probably will not do it as there is...
  12. xsol

    [Plugin] MyBuddy.Local a.k.a Follow Me

    The looting has never worked. The best working version seems to be the version that uses the leader plugin or the AutoFollow beta 1. I may be working on this some in the next few days, but what I have in mind will be major changes so don't expect any updates soon?
  13. xsol

    How does DB do things that you're not supposed to be able to do?

    The tp happens when running Act 1 - The fallen star on a new toon the first time the inventory fills; you can reproduce it with my profile (or any) and a new lvl1
  14. xsol

    [Apoc - Nesox] Question

    GPH for that matter is totally pointless ;) but it is so cool a trendy :0
  15. xsol

    [Apoc - Nesox] Question

    I was also trying to consider things like AGB, but eventually things like AGB may not be needed or popular I suppose.
  16. xsol

    How to keep my plugin pulsing?

    Yeah, I had that problem too, but I believe I was able to avoid it 95% by wrapping everything in if(null != ZetaDia.Me) { } and other checks because the bot can change game/memory scope while you are examining the memory because you are not being regulated by the main thread...
  17. xsol

    [Apoc - Nesox] Question

    Is Chance an internal function?
  18. xsol

    Link: Another case of Botters reporting Botters

    i often wonder if I need to read every line of js on battle.net to check for referral sniffers omg http://www.youtube.com/watch?v=sMH37KIfYUg
  19. xsol

    [Apoc - Nesox] Question

    This is a simple question, and for those who will want to flame go ahead. Way back in time, as far back as I can remember, people have theorized that game companies log and detect movement and other actions; which they then analyze and use to ban botters. People have been encouraged to add...
  20. xsol

    How to keep my plugin pulsing?

    This will work, you just have to be sure to check for null etc before using things in your thread and using Invoke would probably be a good idea... I would just replace pulse with a thread and manage the thread in OnInit/Enable OnShutdown/Disable as long as you are careful should be no problems
Back
Top