ExileCore2 - advanced QoL framework menu

User Tag List

Page 3 of 41 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 604
  1. #31
    Nguyen Ken's Avatar Member
    Reputation
    2
    Join Date
    Oct 2014
    Posts
    16
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, thanks for sharing, work perfect after some setup ^^

    ExileCore2 - advanced QoL framework
  2. #32
    xyf1's Avatar Member
    Reputation
    2
    Join Date
    Feb 2013
    Posts
    28
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOL,can we got AutoHotKeyTrigger?

  3. #33
    Nguyen Ken's Avatar Member
    Reputation
    2
    Join Date
    Oct 2014
    Posts
    16
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xyf1 View Post
    LOL,can we got AutoHotKeyTrigger?
    Already a plugin for it, reagent i think

  4. #34
    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)
    Can anyone explain on how to do the following with Reagent.

    Charged Staff at 3 power charges if charged stacks do not = 3 already? This plugin seems very confusing and I cannot find any detailed documentation for it.

  5. #35
    Nguyen Ken's Avatar Member
    Reputation
    2
    Join Date
    Oct 2014
    Posts
    16
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dtmajors View Post
    Can anyone explain on how to do the following with Reagent.

    Charged Staff at 3 power charges if charged stacks do not = 3 already? This plugin seems very confusing and I cannot find any detailed documentation for it.
    Google how to write LinQ syntax, and use in app DevHelper to see all the states
    You will need to check Player.Buffs list for it

  6. #36
    cheatH13's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2017
    Posts
    25
    Thanks G/R
    4/10
    Trade Feedback
    1 (100%)
    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)
    Can you give sample for managing Power Charges with charged staff and flicker?

  7. #37
    xyf1's Avatar Member
    Reputation
    2
    Join Date
    Feb 2013
    Posts
    28
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nguyen Ken View Post
    Already a plugin for it, reagent i think

    Dont know how to use Reagent

  8. #38
    qjawns3385's Avatar Member
    Reputation
    1
    Join Date
    Jan 2025
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To use the auto-pickup feature, what file extension should be used when placing files in the specified path?

  9. #39
    jsmead39's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Error when installing any plugins

    Originally Posted by qjawns3385 View Post
    To use the auto-pickup feature, what file extension should be used when placing files in the specified path?
    I just get an error when I have plugins installed with this.
    Attached Thumbnails Attached Thumbnails ExileCore2 - advanced QoL framework-ss-png  

  10. #40
    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 Nguyen Ken View Post
    Google how to write LinQ syntax, and use in app DevHelper to see all the states
    You will need to check Player.Buffs list for it
    I'm really trying over here.

    {"Name":"power_charge","Exists":true, ":20.0,"Charges":3

    AllSkills":[{"Name":"ChargedStaffPlayer","Id":64,""Exists":true,"CanBeUsed":true,"IsUsing":f alse,"UseStage":2,MaxUses":1,"MaxCooldown":0.0,"RemainingUses":0,"Cooldowns":[

    I've even tried using Ai trying to make heads or tails how I put this into correct syntax to work to use my e key and its coming up with things like !Buffs.Exists(buff => buff.Name == "ChargedStaffPlayer") &&
    Buffs.Count(buff => buff.Name == "power_charge" && buff.Charges == 3) == 1

    which isnt working at all

  11. #41
    neoikkokx's Avatar Member
    Reputation
    10
    Join Date
    Dec 2024
    Posts
    9
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How in the hell is there no discord server for this? Lol.

  12. #42
    saltyninja's Avatar Member
    Reputation
    3
    Join Date
    Feb 2020
    Posts
    26
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by anonuser037 View Post
    Beautiful, I got everything working as expected. Thank you again, you're the best!

    I installed all the plugins and none of them are showing monster radar on the map mind pointing me in the right direction?

  13. #43
    cheatH13's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2017
    Posts
    25
    Thanks G/R
    4/10
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by neoikkokx View Post
    How in the hell is there no discord server for this? Lol.
    there is, but it's was made private after the free release. only people allowed there right now are those who paid for the early access of the tool.

  14. #44
    Hevock999's Avatar Member
    Reputation
    1
    Join Date
    Oct 2024
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So no customer support for free users?

  15. #45
    932914988's Avatar Member
    Reputation
    1
    Join Date
    Feb 2017
    Posts
    12
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cannot download plugin unknown certificate lookup failure :16777280

Page 3 of 41 FirstFirst 1234567 ... 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 08:47 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