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

Search results

  1. P

    Incursion plugin glitch.

    When that happens, did you not explore the entire Incursion and die?
  2. P

    Exilebuddy 3.3 Status Thread

    An update for tonight's hotfix was deployed an hour ago. In addition, another Beta is being built right now to fix a new issue with custom routines that were not based on OldRoutine introduced in the previous Beta. A new Release will be built really soon as well. The updates should fix another...
  3. P

    Vaal Haste/Aura Problem

    Can you please provide a log. If you're using MapBot, there was a bug that will be fixed in the next version where the blacklisted ids weren't known, so it'd cast it anyways, so that might be your issue. If youre only using questbot that sounds like a bug, but that shouldn't happen with the fixes.
  4. P

    Blade flurry/Charged dash issue with releasing

    We'll check it out soon!
  5. P

    guess I have to be the one to ask. Is the bot not updated? Tells me wrong version but I dl'd todays.

    New builds for the hotfix will be out soon, but yes, the bot was updated and working before it fine.
  6. P

    Aura?

    Just put one aura on your hotbar, and the bot will cast them for you! You'll have to manually blacklist the skill ids if you don't want certain auras to be cast though.
  7. P

    Strange thing

    That exception is related to your CR, Alcor75CombatRoutine. Basically, memory the routine was reading became invalid, and it never could recover. It's basically an issue devs have to code around, because of how volatile memory in this game is. There's nothing to change in the API to help avoid...
  8. P

    Blade flurry/Charged dash issue with releasing

    you most likely had another error to actually crash EB. No, auras are still the same and are used for a lot of code, so worse case it will simply throw an exception in the routine and show a lot of red text. OldRoutine is a big example routine that doesn't really have user friendly code to...
  9. P

    Strange thing

    Please post your own log of the exception because neither of those are curses and his error is something most likely with curses!
  10. P

    Exilebuddy 3.3 Status Thread

    Release #369 has just been deployed! Downtime compensation will be given out soon. We thank users for their patience and testing.
  11. P

    Blade flurry/Charged dash issue with releasing

    To clear all held keys so they are no longer being pressed, you can use: LokiPoe.ProcessHookManager.ClearAllKeyStates(); then you can send a key release LokiPoe.Input.SimulateKeyEvent(LokiPoe.Input.Binding.detonate_mines, false, false, true); Although I'm not sure if the client actually...
  12. P

    Strange thing

    Can you please tell me the skills on your skillbar?
  13. P

    Exilebuddy 3.3 Status Thread

    Depending on final feedback in the next 24 hours, we'll deploy the Release version for the update as most things seem to be good enough. Beta has had a few updates to things, so be sure to use the latest #1736 version just deployed.
  14. P

    Problem With Rf Stuck

    Please test Beta #1736 to see if the issues talked about are better now.
  15. P

    How can let the "ChaosRecipe" work?

    It's working as expected, and has been tested for 3.3 already. Set a tab for it, and it'll save rares of the minimal ilvl you specify into it, then when you have a complete set, it'll vendor them.
  16. P

    Problem With Rf Stuck

    Some band-aid fixes for additional Vaal skill issues will be in the next Beta a well. The problem is that non-vaal skills inherit the "vaal" tag now. OldRoutine uses the "vaal" tag to figure out if a skill is a vaal skill. Basically, a a bit of logic needs to change in OldRoutine to account for...
  17. P

    Problems with plugins?

    ": warning" can be ignored, CTRL + F to find ": error" and that is what you need to fix. There's a few threads talking about AIF and fixes though, but if you want to fix them yourself, check the alpha patch notes and if you see something mentioned that gives you an error now, update it!
  18. P

    Can't install

    Yes, right now there is no Release version built for 3.3, only Beta. You can find the Beta link in this thread: https://www.thebuddyforum.com/threads/exilebuddy-release-thread-3-3.419393/ A new Release version will be made as soon as some addition issues users have reported have been fixed!
  19. P

    Item Filter Editor and Unique

    Not by default. The item filter is in need of a rewrite as it was from a previous version of this game, and updates to it will come post-3.3.
  20. P

    Problem to start the program

    Make sure you do not have some overlay or Firewall/AV that is interfering. Basically, when the bot went to attach to the client and hook DirectX, the client crashed, which typically means there's something interfering with rendering and EB is unable to work correctly.
Back
Top