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

Search results

  1. P

    Performance Question

    Performance issues are an inherent part of this game. People always complain about EB performance, but fail to understand the simple fact this game changes significantly every single expansion, and every single expansion, there's performance issues at first because GGG changes stuff. Just read...
  2. P

    Modifying BasicExplorer

    To answer your question, you write a new IExplorer, and then replace the instances of the "GridExplorer" type with your explorer in the Default code. IExplorer doesn't support easy type switching like PlayerMover or Routines, because there's no reason to change it. It's for one very specific...
  3. P

    Couple of questions about making a plugin and the exilebuddy API.

    1: Make sure to see the "[3.0+] Developers Guide To Setting Up A Project" on how to setup a project. You have two options: - "Link" the source files directly to your project (Add as Link), replicating the folder structure of the plugin itself. - "Reference" a compiled Default assembly that gets...
  4. P

    Need settings in OldRoutine max totem

    Yes, you cannot put a totem on your main attack skill, because those slots are for skills you spam! Thanks _Grumpy_, that's correct
  5. P

    Open portal scroll before the coming to Incrusion portal on map

    It'll be put on the todo list!
  6. P

    tcp chicken?

    thebuddyforums does not allow posting exe files, and we do not support using extra programs like this. However, yes it's possible and people have posted plugins for it in the past, but they are not up to date now. Users may use it if they want, but we do not support it.
  7. P

    Help With Bot Move

    You'd need to write a custom routine specific to your build, and handle the complexities of what you're asking. Not attacking monsters directly has its own side effects, so if you're only letting skeletons kill for you, you could easily run into issues where there minion AI doesn't handle...
  8. P

    Bot not starting

    Make sure your client is not minimized and you do not have an overlay program or some other 3rd party utility (such as shadowplay, afterburner, etc..) that is interfering with the game rendering.
  9. P

    Insane amount of stucks.

    For Sewers Tilesets (Act 3/Act 8) you can go to PlayerMovers -> OldPlayerMover -> MoveRange, and try to increase that to like 20ish and it should help alleviate the problem. I don't know if that would cause any side effects in other tilesets though, so that's why there was no change for 3.3...
  10. P

    Cyclone problems

    You need a custom routine for Cyclone that is coded to deal with the skill issues. Skill casting for Cyclone was improved around 3.0 I think it was or 3.1, but it still has issues and needs special logic to be handled ideally. OldRoutine is a generic routine for casting skills that you spam...
  11. P

    How to use customized stash tabs?

    You might have just had a weird settings sync issue from what you had on the GUI and what the bot was pulling since seetings save from the extensions UI once once switch to another UI. Just for reference, it supports stash tabs by name and not just number!
  12. P

    Awful Performance. From stable 30fps to 4-30

    Don't frame restrict the game to 30 fps or use vsync unless you can handle the frame drops you're asking about. In doing so, you're basically adding extra delay time to game rendering, which then affects EB as it does things, adding more frame time so your 30 fps drops even lower because the...
  13. P

    PathOfExileSteam.exe has stopped working - On EB launch

    Check what Tony mentioned, this is due to an overlay related issue alongside your Steam client.
  14. P

    Loading error...any ideas please?

    In addition, make sure your Exilebuddy is not minimized and you are not running some fullscreen application or movie that prevents PoE from rendering.
  15. P

    Error when updating ...

    This is a Windows issues: https://www.thebuddyforum.com/threads/updater-error.407685/ Please give that a try and get back to us.
  16. P

    Incursion plugin glitch.

    There's two cases users have described that would have to be handled somehow: 1. You load into the Incursion side area, explorer adds the tiles around you for explorations as you move, but when you die and get teleported out, when exploration completes for the main area, it still has those...
  17. P

    Forcehideout

    This is not supported, and while it's possible for users to code this, I don't it's something we'll add.
  18. P

    What are you going to do with the antichite?

    Closed. Sorry, but we do not hold open talks about this topic. If we need to make a statement about something, we will, and it will usually be associated with downtime. If you would like to see previous, now outdated threads about this issue...
  19. P

    [3.3] SkillBlacklist Guide

    SkillBlacklist Guide The SkillBlacklist allows users to mark skills that should not be used. Any code that uses skills should check the SkillBlacklist to make sure it doesn't use a skill the user does not want. The most common use for SkillBlacklist is to prevent the bot from using certain...
  20. P

    Upcoming OldRoutine Setting Changes

    We'd like to give users a heads up that the next Beta/Release of Exilebuddy with change an OldRoutine setting that will require users to reapply the setting via a new system. The setting is: BlacklistedSkillIds There are three main reasons for this inconveniencing change right now. 1. With the...
Back
Top