ExileCore2 - advanced QoL framework menu

User Tag List

Page 2 of 41 FirstFirst 123456 ... LastLast
Results 16 to 30 of 604
  1. #16
    sanx's Avatar Member
    Reputation
    2
    Join Date
    Oct 2017
    Posts
    10
    Thanks G/R
    15/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    auto quit possible?

    ExileCore2 - advanced QoL framework
  2. #17
    shlovian's Avatar Member
    Reputation
    1
    Join Date
    Jan 2025
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tks a lot for posting! I'm trying to use PluginUpdater to download radar plugins, but always advise me that fail to connect github.com. In fact I do can open that website in my Edge. So is there any other ways to get the latest plugins for POE2?
    BTW, I cannot open github without using VPN tools, and I'm using limited account to launch POE2. I'm not sure if this is why I cannot download plugins from github? Any way to help me? tks a lot in advance.
    Last edited by shlovian; 01-17-2025 at 09:08 PM.

  3. #18
    Konrad Martulewicz's Avatar Active Member
    Reputation
    17
    Join Date
    Oct 2014
    Posts
    18
    Thanks G/R
    0/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot sir, glad the free version is finally out! (sorry for not donating but im poor )
    Last edited by Konrad Martulewicz; 01-17-2025 at 08:40 PM. Reason: fixed issue idk somehow worked

  4. #19
    dtmajors's Avatar Member
    Reputation
    12
    Join Date
    Sep 2009
    Posts
    160
    Thanks G/R
    30/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great thanks for the release I'll try it out. Can we get a working link to a auto-pot/quit repo please? Not seeing anything in the plugin updater for such a thing.

  5. Thanks aliulumulu (1 members gave Thanks to dtmajors for this useful post)
  6. #20
    XeronicZeal's Avatar Member
    Reputation
    2
    Join Date
    Dec 2024
    Posts
    4
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    browing plugins and sadly I dont see any logout macro. I got some other ones to work though so thank you.

  7. Thanks aliulumulu (1 members gave Thanks to XeronicZeal for this useful post)
  8. #21
    minhquan299's Avatar Member
    Reputation
    1
    Join Date
    Nov 2024
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "stashie with ling" doesnt work

  9. #22
    anonuser037's Avatar Member
    Reputation
    10
    Join Date
    Jan 2025
    Posts
    17
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The radar seems to have an erroneous line in the top-right section on each map. Is this to be expected?



  10. #23
    Konrad Martulewicz's Avatar Active Member
    Reputation
    17
    Join Date
    Oct 2014
    Posts
    18
    Thanks G/R
    0/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry but how exactly can i insert that line in ReAgent?
    Like can i access that property or not ?
    Tried Buffs["charged_staff_attack"].Timer <= 5 but doesnt seem to work as theres no property named Timer



    //edit
    i see now. too bad i cant use everything from that state info just predefined properties
    Last edited by Konrad Martulewicz; 01-17-2025 at 10:10 PM.

  11. #24
    dtmajors's Avatar Member
    Reputation
    12
    Join Date
    Sep 2009
    Posts
    160
    Thanks G/R
    30/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone has idiot proof instructions for setting up flasks or a profile import for Reagent please let us know.

  12. #25
    Konrad Martulewicz's Avatar Active Member
    Reputation
    17
    Join Date
    Oct 2014
    Posts
    18
    Thanks G/R
    0/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dtmajors View Post
    If anyone has idiot proof instructions for setting up flasks or a profile import for Reagent please let us know.
    HP Potions (for both CI Eternal Youth or Life)
    Code:
    SinceLastActivation(0.5) && (Vitals.HP.Current > 2 && Vitals.HP.Percent <= 70 && Flasks.Flask1.Canbeused && !Flasks.Flask1.Active) ||
    (Vitals.HP.Current == 1 && Vitals.ES.Percent <= 75 && Flasks.Flask1.Canbeused && !Flasks.Flask1.Active)
    MP Potions (for low mana effect)
    Code:
    SinceLastActivation(0.5) && Vitals.MANA.Percent <= 34 && Flasks.Flask2.CanBeUsed && !Flasks.Flask2.Active
    These may be far from perfect, just wrote them myself and im newbie
    (just add new profile, set key for 1/2 or w/e u have flasks bound to and copy paste into the rule)
    Last edited by Konrad Martulewicz; 01-17-2025 at 10:36 PM.

  13. Thanks Cheeyeo, endkarn, MAPAK, andriel666, zxcvbn911, Ne01, MrTi (7 members gave Thanks to Konrad Martulewicz for this useful post)
  14. #26
    dtmajors's Avatar Member
    Reputation
    12
    Join Date
    Sep 2009
    Posts
    160
    Thanks G/R
    30/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Konrad Martulewicz View Post
    HP Potions (for both CI Eternal Youth or Life)
    Code:
    SinceLastActivation(0.5) && (Vitals.HP.Current > 2 && Vitals.HP.Percent <= 70 && Flasks.Flask1.Canbeused && !Flasks.Flask1.Active) ||
    (Vitals.HP.Current == 1 && Vitals.ES.Percent <= 75 && Flasks.Flask1.Canbeused && !Flasks.Flask1.Active)
    MP Potions (for low mana effect)
    Code:
    SinceLastActivation(0.5) && Vitals.MANA.Percent <= 34 && Flasks.Flask2.CanBeUsed && !Flasks.Flask2.Active
    These may be far from perfect, just wrote them myself and im newbie
    (just add new profile, set key for 1/2 or w/e u have flasks bound to and copy paste into the rule)
    nice ty any insight into autoquit?

  15. #27
    ElPuchangon's Avatar Member
    Reputation
    1
    Join Date
    Feb 2024
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    which plugin is that? where did you got it?

  16. #28
    superngus's Avatar Member
    Reputation
    1
    Join Date
    Dec 2024
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for some reason, I cant access the discord channel anymore @@, can anyone give some guide? thank you

  17. #29
    loergi's Avatar Member
    Reputation
    1
    Join Date
    Dec 2024
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Loader_BKduDL0KmD.png

    Someone know how to fix it? Oo
    Activated Prefere Source Plugins but didnt work for me =/

  18. #30
    jinglypuff's Avatar Member
    Reputation
    1
    Join Date
    Jun 2020
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to make radar and MinimapIcons work for gamepad controls?

Page 2 of 41 FirstFirst 123456 ... LastLast

Similar Threads

  1. [Guide] How to make advanced scripts - thought process framework with example
    By EthEth in forum PoE Bots and Programs
    Replies: 17
    Last Post: 4 Weeks Ago, 01:00 AM
  2. Guide to 3 paths of advanced leatherworking
    By xlAnonym0uslx in forum World of Warcraft Guides
    Replies: 1
    Last Post: 04-21-2025, 06:50 PM
  3. Tackle Box v0.2 Advanced Fishing Bot!
    By lopolop in forum World of Warcraft Bots and Programs
    Replies: 66
    Last Post: 03-17-2007, 08:41 AM
  4. Advanced reloger
    By LightWave in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 01-23-2007, 03:51 PM
All times are GMT -5. The time now is 06:27 AM. 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