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

Search results

  1. P

    High ping when using ExileBuddy

    Can you please download a clean copy of ExilebuddyBeta, don't use any extra plugins or copy stuff settings over, and just do a test run to see if the problem still happens. If it does, then I'm not sure what your problem is, because there's nothing in EB to affect your ping like the logs are...
  2. P

    [3.0] Golem, Aura, Harbinger, Orb Of Storms, Routine and more

    Delete this whole block of code: Or here's the edited GolemRoutine.cs file: https://gist.github.com/pushedx/6e6f5931a4ece33beb1748f62fbfba6b I should also mention, there will be a few more OldRoutine updates so routines like this that modify OldRoutine, should also be updated with those...
  3. P

    ADD grinding feature to MAP BOT

    The next update will have logic to support using the hideout for QuestBot Grinding and being able to use /hideout to get to the hideout for QB and MB. Please note, we do not think this will make your botting safer, but it's an option we can support with minimal code changes, and the API...
  4. P

    [3.0] Golem, Aura, Harbinger, Orb Of Storms, Routine and more

    'throw_net' was removed from the client for 3.3, so you should remove any Bestiary related logic!
  5. P

    Exilebuddy always up ?

    Exilebuddy requires regular downtime when there is a client patch. Downtime is usually a few hours at minimal, but can run longer depending on what actually changes in the game client. This game patches a lot, usually a few times a week on average, but sometimes a lot more.
  6. P

    DND in crossbot settings

    /dnd is no longer supported as an option because of client changes not too long ago preventing us from knowing the state of it: https://www.pathofexile.com/forum/view-thread/2126983#p15446212 The API still supports using the chat command, and users can add their own code to run dnd if they...
  7. P

    High ping when using ExileBuddy

    It honestly looks like you're connecting to game servers that are far away from your region. What region are you logging in with in the game client? Are you partying with someone or joining someone else's instances?
  8. P

    HC Build

    I think the general consensus is Glad/Jugg builds as of late because of how insane they get survivability wise. Should check PoE forums but go for a 1H with shield type of build, lots of life, and find some ethical(TM) uniques on poe.trade to level with.
  9. P

    Banned, -10accaunts 3 days.

    Moved to Ban Reports
  10. P

    Follow the Leader (for Lab?)

    You should most likely just wait until the Party changes and for the API to update to support it, since that'd make this infinitely easier than it currently is. Yes, it's possible and the API gives you everything you need, but you have to code a bunch of logic to do this. It's easier to make a...
  11. P

    ADD grinding feature to MAP BOT

    I'll talk with ExVault about this and post the results later. There's unintended side effects that can result as _Grumpy_ mentioned, so be aware of that if you start changing code.
  12. P

    chaos recipe addon

    We added official support via the item filter system a while ago.
  13. P

    Alcor messing up

    Moved to Support
  14. P

    LabRunner not running - don't have valid subscription

    Just to let you know, we are not associated with that plugin, so you'll have to contact the author for support. It's ok to use this forum for that, but Support cannot help you with this specific issue.
  15. P

    Defensive

    OldRoutine is a glorified face tank routine that is meant to cover the largest class of skills you just spam in the game. There are certain types of builds that just don't work well with it because you need specialized logic to avoid getting too close and staying back while your totems (or...
  16. P

    High ping when using ExileBuddy

    Please post a full log so I can see what it says about the time things take. Also, what is your botting hardware. You can try starting the bot in town to avoid that for your first run, but it sounds more like you have a hardware limitation issue. The few big spikes the first time you run the...
  17. P

    EB freeze when i minimize poe window

    You have to have the game client active and rendering for Exilebuddy to work! It can be in the background, but it cannot be minimized.
  18. P

    Logging Causes BAD fps lag

    Rather than writing a long technical reply explaining all this, let me just say: Logging is important because the game changes frequently. What works today, can randomly break from a patch tomorrow, and unless you're logging the important stuff, you won't know why it's broken or what is...
  19. P

    High ping when using ExileBuddy

    There's nothing inherent to EB to increase your ping, but running a bunch of code like it does will increase your frame time some, but not your ping. The client is incorrectly reporting it due to the way it's coded. You can try running a clean install with no extra plugins to gauge base...
  20. P

    Quest Bot stuck at "EssenceOfArtist" interaction with map error

    Thanks, we'll check into it. The code already handles that case. It opens map device and checks for the item first, and then your inventory and only throws an exception if none is found in either place. It's possible you are having a latency issue where the map is not being detected in the...
Back
Top