TreeRoutine for PoeHUD plus a Flask Manager menu

User Tag List

Page 17 of 25 FirstFirst ... 131415161718192021 ... LastLast
Results 241 to 255 of 365
  1. #241
    mrcreat1ve's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    35
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Path of Exile Help me pls? i have this error

    TreeRoutine for PoeHUD plus a Flask Manager
  2. #242
    AsylioN's Avatar Active Member
    Reputation
    49
    Join Date
    Jun 2016
    Posts
    58
    Thanks G/R
    6/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrcreat1ve View Post
    Path of Exile Help me pls? i have this error
    This is an issue with POEHUD after 3.7.2 patch. Wait for an update.

  3. #243
    guydark's Avatar Member
    Reputation
    2
    Join Date
    Dec 2014
    Posts
    15
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is yet another line for the crafted crit chance flask that puts up an error whenever it tries to use it, i added it to my own flaskinfo file but here's the line so you can add it to the release version

    "JunMaster2LocalFlaskCriticalStrikeChanceDuringFlaskEffect1": 8,

    (it's not one of the 2 that were already in the file)

  4. #244
    jaff095's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    19
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to update PlayerHasBuffConditionFactory list by myself? I could not find steel skin buff in the list. I used debug and found the buff is called quick_guard. Please let me know if this is something I can add by myself. Thanks

    Edit: nvm, I figured it out by manually edit the profile
    Last edited by jaff095; 06-25-2019 at 12:59 AM.

  5. #245
    jaff095's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    19
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to have a CD timer after the initial trigger before another trigger? I tried to use TimerConditionFactory as a decorator, but it would just trigger the skill after X amount of time after the requirements were made.

  6. #246
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jaff095 View Post
    Is there a way to have a CD timer after the initial trigger before another trigger? I tried to use TimerConditionFactory as a decorator, but it would just trigger the skill after X amount of time after the requirements were made.
    If (timer1true) {
    startTimer2();
    stoptimer1();
    }
    if(timer2true){
    stoptimer2();
    starttimer1();
    }

  7. #247
    jaff095's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    19
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got this error

    Imgur: The magic of the Internet

    it did not use defense flask as I set it to use when there are more than 10 monsters around.

    and this is the profile i am using. It was working fine a week ago before I took a break from POE

    Error - Google Drive

  8. #248
    jnz9513's Avatar Member
    Reputation
    7
    Join Date
    Dec 2013
    Posts
    77
    Thanks G/R
    10/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    May I ask what is you guys condition for using phase run? Is it below xhealth or monster count?

  9. #249
    n1ce0n3_v2's Avatar Member
    Reputation
    1
    Join Date
    Aug 2019
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry, if that question was already answered, but I can't really find an answer.
    Is there a way to make a flask be used, depending on the other flask's charges amount?
    I'm currently using overflowing chalice, and would like it to get used only if flask 2+3+4 amount is <50%
    Thanks

  10. #250
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by n1ce0n3_v2 View Post
    Sorry, if that question was already answered, but I can't really find an answer.
    Is there a way to make a flask be used, depending on the other flask's charges amount?
    I'm currently using overflowing chalice, and would like it to get used only if flask 2+3+4 amount is <50%
    Thanks
    Not currently, but with a little bit of time you could write a condition for that.

  11. #251
    n1ce0n3_v2's Avatar Member
    Reputation
    1
    Join Date
    Aug 2019
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, I've somewhat figured how to make what I wanted. When I go in decorator options and tick "always continue" it doesn't save the flag, is it supposed to be like this?
    Though, if I change that line in config from false to true, and reload the profile - it works as expected
    Last edited by n1ce0n3_v2; 08-04-2019 at 09:51 PM.

  12. #252
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Just so people know, BasicFlaskRoutine should now be updated for Qvin's HUD. I'm going to have to throw TreeRoutine into the plugins as Qvin's hud doesn't currently support having supporting libraries. I've kinda wanted to do this for a while anyways, and may rewrite the plugin (or make a new one) anyways.

  13. Thanks CornFlake101, Keitosz (2 members gave Thanks to Sychotix for this useful post)
  14. #253
    Keitosz's Avatar Member
    Reputation
    7
    Join Date
    Dec 2018
    Posts
    32
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Just so people know, BasicFlaskRoutine should now be updated for Qvin's HUD. I'm going to have to throw TreeRoutine into the plugins as Qvin's hud doesn't currently support having supporting libraries. I've kinda wanted to do this for a while anyways, and may rewrite the plugin (or make a new one) anyways.
    I used BuildYourOwnRoutine to use flasks on a skill hotkey. Could you add that to BasicFlaskRoutine in the meantime?

  15. #254
    CornFlake101's Avatar Member
    Reputation
    8
    Join Date
    Jul 2013
    Posts
    101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey there, could you briefly explain how to use your updated BFR with Qvin's HUD please.

  16. #255
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CornFlake101 View Post
    Hey there, could you briefly explain how to use your updated BFR with Qvin's HUD please.
    Put it in the PoeHelper\Plugins\Compiled\BasicFlaskRoutine\ folder. Make sure you rename it to match BasicFlaskRoutine.

  17. Thanks CornFlake101 (1 members gave Thanks to Sychotix for this useful post)
Page 17 of 25 FirstFirst ... 131415161718192021 ... LastLast

Similar Threads

  1. [Release] STASHIE - a stash managing plugin for PoeHud
    By Preaches in forum PoE Bots and Programs
    Replies: 554
    Last Post: 04-10-2023, 03:11 PM
  2. [Tool] Simple Flask Manager for PoeHUD
    By GameHelper in forum PoE Bots and Programs
    Replies: 212
    Last Post: 08-10-2021, 12:53 PM
  3. [Selling] [Tool] Simple Flask Manager Plugin For PoeHUD
    By GameHelper in forum PoE Buy Sell Trade
    Replies: 115
    Last Post: 04-08-2018, 10:31 PM
  4. PoeHUD Plugin: Flask Manager
    By Treasure_Box in forum PoE Bots and Programs
    Replies: 1138
    Last Post: 03-05-2018, 08:48 PM
  5. 4 WoW accounts for Sale/Trade T6 Druid For SALE.. PLUS MORE!!!
    By Badlah in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 10
    Last Post: 07-16-2008, 10:16 PM
All times are GMT -5. The time now is 04:37 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search