BreachArea - ExileCore menu

Shout-Out

User Tag List

Results 1 to 13 of 13
  1. #1
    EjikEjikovich's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2024
    Posts
    15
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    BreachArea - ExileCore

    This is a test script. Leave your feedback if you think something should be added or modified

    This is a small script that displays the future radius of the Breach before its activation and creates the radius of the Breach opening after its activation.

    The Breach has randomized size(450-470+-) and duration(53-57+-), which I cannot track. Potentially, this could be implemented through memory, but it’s not something I can do due to a lack of skills.




    Installation:
    1. github link: GitHub - EjikTheHedgehog/BreachAreaAboba
    2. Download zip from git and put files from archive into plugins -> Source OR copy git link and insert into PluginUpdater -> Add

    Jan 25 2025
    - Added color settings for static and dynamic radius.
    - Added sliders to adjust the radius and duration.
    - Added a debug menu (might be needed for fixing bugs I’m currently unaware of).
    - Added a setting for the thickness of the radius.
    - Added the option to hide the static radius display.
    - Added the option to hide the static radius display after clearing.
    - Added the option to disable the dynamic radius.
    Last edited by EjikEjikovich; 01-25-2025 at 09:50 AM.

    BreachArea - ExileCore
  2. Thanks zoukerbou, kromatikal, limpopooo, poeking99, kral324, mordac (6 members gave Thanks to EjikEjikovich for this useful post)
  3. #2
    zoukerbou's Avatar Member
    Reputation
    7
    Join Date
    Dec 2024
    Posts
    12
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this, that's a great idea, especially with those shitty maps layouts.

    Maybe someone can help you find those memory pointers that would be a nice addition.

  4. #3
    genarte's Avatar Member
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    41
    Thanks G/R
    5/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is interesting to show only the breach that is currently being opened.
    a.jpg

  5. #4
    kromatikal's Avatar Member
    Reputation
    3
    Join Date
    May 2015
    Posts
    30
    Thanks G/R
    53/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you! Great idea

    For future updates, if possible I'd love to see an option (maybe a checkbox) to adjust expanding circle and timer for breach atlas passives such as Sustained Siege (30% slower) or Interdimensional Assault (30% faster).

    Thanks again for your awesome work!


    EDIT: Just remembered there are also tablets with faster breach open/close that might be affecting a map, however this should probably be readable from the map properties
    Last edited by kromatikal; 01-23-2025 at 04:24 PM.

  6. Thanks EjikEjikovich (1 members gave Thanks to kromatikal for this useful post)
  7. #5
    kromatikal's Avatar Member
    Reputation
    3
    Join Date
    May 2015
    Posts
    30
    Thanks G/R
    53/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by genarte View Post
    It is interesting to show only the breach that is currently being opened.
    a.jpg
    I also thought about this, it might be a bit messy for a 10 breach map

    Maybe activate the corresponding circle by player proximity to the breach hand, hiding the others?

  8. #6
    EjikEjikovich's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2024
    Posts
    15
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, friends. In the coming days, I will try to rewrite the script, cleaning up the code and the menu. I will also add a limit to the number of displayed breaches, an option to disable already cleared breaches, and a bit of customization.

    As for the incorrect display, there may be some issues. At the moment, due to the randomization of duration and area radius, the expansion speed often ends up being too fast or too slow. I've already mentioned that the only way to resolve this is through memory reading. However, I don't have the skills to implement that. There are mods that speed up or slow down the expansion rate, and I can track those, but I really don’t want to do that since the best solution would be to read the radius and current width directly from memory.

  9. Thanks ddt442, kromatikal, poeking99 (3 members gave Thanks to EjikEjikovich for this useful post)
  10. #7
    kromatikal's Avatar Member
    Reputation
    3
    Join Date
    May 2015
    Posts
    30
    Thanks G/R
    53/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EjikEjikovich View Post
    Hi, friends. In the coming days, I will try to rewrite the script, cleaning up the code and the menu. I will also add a limit to the number of displayed breaches, an option to disable already cleared breaches, and a bit of customization.

    As for the incorrect display, there may be some issues. At the moment, due to the randomization of duration and area radius, the expansion speed often ends up being too fast or too slow. I've already mentioned that the only way to resolve this is through memory reading. However, I don't have the skills to implement that. There are mods that speed up or slow down the expansion rate, and I can track those, but I really don’t want to do that since the best solution would be to read the radius and current width directly from memory.
    That sounds awesome! Thank you so much.

    Let's hope someone can chime in and help with the memory reading process

  11. #8
    EjikEjikovich's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2024
    Posts
    15
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Uploaded the update, but I couldn’t test the script for bugs. The limitation on the number of displayed Breaches might not work.

    - Added color settings for static and dynamic radius.
    - Added sliders to adjust the radius and duration.
    - Added a debug menu (might be needed for fixing bugs I’m currently unaware of).
    - Added a setting for the thickness of the radius.
    - Added the option to hide the static radius display.
    - Added the option to hide the static radius display after clearing.
    - Added the option to disable the dynamic radius.

    If you encounter any issues, please let me know.

    Oh, and the timer isn’t working yet. I plan to try implementing a visually visible timer using images, but later.
    Last edited by EjikEjikovich; 01-24-2025 at 10:32 PM.

  12. Thanks kromatikal, poeking99, limpopooo (3 members gave Thanks to EjikEjikovich for this useful post)
  13. #9
    kromatikal's Avatar Member
    Reputation
    3
    Join Date
    May 2015
    Posts
    30
    Thanks G/R
    53/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking awesome so far! Thank you for your work!

  14. #10
    montish's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A great addition would be a way to add way points where we can set multiple way points that we can then follow. Pre-optimizing the path.

  15. #11
    Bigssauro's Avatar Member
    Reputation
    1
    Join Date
    Feb 2025
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, thanks for the plugin
    one question, how i can learn to create plugin like this?
    what i need study?

  16. #12
    Owner7913's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    25
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love the plugin - Would it be possible to show a list somewhere like when you enter how many breaches the area gonna have, or atleast a list on how many breaches you have been running?

  17. #13
    Owner7913's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    25
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also would it be possible to scale the white ring speed, based on the actual speed selected in atlas tree?

Similar Threads

  1. [Release] Tablets Filter - ExileCore
    By EjikEjikovich in forum Path of Exile 2 Bots and Program
    Replies: 17
    Last Post: 03-10-2025, 02:58 AM
  2. ExileCore
    By XiNoMaHc in forum Path of Exile
    Replies: 10
    Last Post: 09-10-2020, 09:55 PM
All times are GMT -5. The time now is 10:45 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search