PoeHUD Plugin: Flask Manager menu

Shout-Out

User Tag List

Page 29 of 76 FirstFirst ... 252627282930313233 ... LastLast
Results 421 to 435 of 1139
  1. #421
    Nipper's Avatar Member
    Reputation
    12
    Join Date
    Jun 2013
    Posts
    115
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I updated today and noticed some stuff.

    I play a RF Guy so I changed the ruby flask to a health flask via flaskinfro form 5 to 2 it works no problem.


    But I saw the feature instant recovery. So my question is how do I set it to use a remove burn as a instant recovery flask? I tied looking int he configs to tweak it to work but I can't see anyway to doing this. If this not able to be done I would like to request this feature.

    PoeHUD Plugin: Flask Manager
  2. #422
    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)
    @zaafar Please check my pull request.

  3. Thanks Treasure_Box (1 members gave Thanks to AsylioN for this useful post)
  4. #423
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AsylioN View Post
    @zaafar Please check my pull request.
    Thanks for contributing.

  5. Thanks AsylioN (1 members gave Thanks to Treasure_Box for this useful post)
  6. #424
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by Nipper View Post
    I updated today and noticed some stuff.
    I play a RF Guy so I changed the ruby flask to a health flask via flaskinfro form 5 to 2 it works no problem.
    But I saw the feature instant recovery. So my question is how do I set it to use a remove burn as a instant recovery flask? I tied looking int he configs to tweak it to work but I can't see anyway to doing this. If this not able to be done I would like to request this feature.
    Sorry I haven't played RF guy ever. So explain me what do you want step by step?
    As far as I can understand you want to use ruby (now acting as health) flask with instant health recover feature.

    Can you show me your ruby flask ( printscreen it or ctrl+C ctrl+V it )
    If I did not reply to you, it mean the question you are asking is stupid.

  7. #425
    Nipper's Avatar Member
    Reputation
    12
    Join Date
    Jun 2013
    Posts
    115
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Sorry I haven't played RF guy ever. So explain me what do you want step by step?
    As far as I can understand you want to use ruby (now acting as health) flask with instant health recover feature.

    Can you show me your ruby flask ( printscreen it or ctrl+C ctrl+V it )
    No, All I did for RF was change my ruby to act as a health I can do that in the flask config. But what I would like is for ones like this one http://image.prntscr.com/image/c5cb3...0cb4d9a16a.png with the ignite to work under the instant recovery options. This way it will use my ruby at 70 and if it goes down to fast it will use my remove burning to remove my RF.

    My request is, is there a way to select which mods work under the instant recovery option this way I can add the remove burn to that list to get it to work under it. Or maybe a way of selecting which flask to only be used under the instant recovery option that would work as well. Maybe a RF option toggle turn these settings on and off would be handy as well or back end config would be nice.

  8. #426
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    currently instant mod is hard coded....This request is too specific to RF builds and only 1 person have asked for it, so I won't implement a new feature.
    What you can do is, compile your own version of flaskmanager and change the following line.

    Code:
     if (mod.Name.ToLower().Contains("instant"))
    to

    Code:
     if (mod.Name.ToLower().Contains("instant") || mod.Name.Contains("FlaskDispellsBurning"))

    this will consider flasks with remove burning as instant flask.
    If I did not reply to you, it mean the question you are asking is stupid.

  9. #427
    Nipper's Avatar Member
    Reputation
    12
    Join Date
    Jun 2013
    Posts
    115
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    currently instant mod is hard coded....This request is too specific to RF builds and only 1 person have asked for it, so I won't implement a new feature.
    What you can do is, compile your own version of flaskmanager and change the following line.

    Code:
     if (mod.Name.ToLower().Contains("instant"))
    to

    Code:
     if (mod.Name.ToLower().Contains("instant") || mod.Name.Contains("FlaskDispellsBurning"))

    this will consider flasks with remove burning as instant flask.
    Well think you can add this in the backend. Like what you did with selecting what flasks are what. Much like I did for ruby as health.

  10. #428
    phrozenlife's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    11
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    low level characters(such as lv 1) keep disconnected from server, when i off the autoquit function with flaskmanager, it will not happend. please check this out.

  11. #429
    Nipper's Avatar Member
    Reputation
    12
    Join Date
    Jun 2013
    Posts
    115
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Missing unique flask name.

    "Forbidden Taste": 5,

  12. #430
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by phrozenlife View Post
    low level characters(such as lv 1) keep disconnected from server, when i off the autoquit function with flaskmanager, it will not happend. please check this out.
    Fix your settings,


    Also, Update to latest verison
    Last edited by GameHelper; 03-19-2017 at 04:37 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  13. #431
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nipper View Post
    Missing unique flask name.

    "Forbidden Taste": 5,
    Thanks, line 33 was missing an "r", its been fixed and source has been updated.
    Last edited by Treasure_Box; 03-19-2017 at 04:09 PM.

  14. #432
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    ==Update==

    1: If Max ES is 0 then ES based triggers ( ES based autoquit, or ES based def/off flasks) won't pop.

    Download the latest version from github repo.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. Thanks toadskin, tsm-evo (2 members gave Thanks to GameHelper for this useful post)
  16. #433
    asdefxcv's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    33
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So i've used it for the past 3 days, i've noticed that it doesn't use Basalt flask.

    Plus is there a way to notice combat is engaged or minions are around to avoid using defensive flask after taking some damage ?

    Sometimes it just doesn't react to flask use, but i don't have a log yet, dunno why and how.

  17. #434
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by asdefxcv View Post
    So i've used it for the past 3 days, i've noticed that it doesn't use Basalt flask.

    Plus is there a way to notice combat is engaged or minions are around to avoid using defensive flask after taking some damage ?

    Sometimes it just doesn't react to flask use, but i don't have a log yet, dunno why and how.
    Basalt flask works as a defensive flask show me the debug logs.

    There is no way ( in poehud ) to notice combat is engaged other than 2 things
    1: We can see if a skill is used.
    2: Health/ES reduces....

    For offensive flask we can either use only 2 or 1 and 2 combined to trigger the flask.
    For defensive flask we only use 2 to trigger the flask.


    Show me debug logs of each issue.
    If I did not reply to you, it mean the question you are asking is stupid.

  18. Thanks toadskin (1 members gave Thanks to GameHelper for this useful post)
  19. #435
    JackSmoke's Avatar Member
    Reputation
    1
    Join Date
    Nov 2010
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have to be this guy, but I just can't seem to get it to show up in PoeHUD.

    The worst thing is that I feel really bad because I haven't found similar cases of people having the same issues and the GitHub Readme.MD telling me I suck is even worse. But I'll still ask: "Why doesn't the flask manager show up in PoeHUD?"

    folder structure: ./poehud/plugins/autoflaskmanger-master

    I had to create the plugins folder myself, but I guess that's okay.

Page 29 of 76 FirstFirst ... 252627282930313233 ... LastLast

Similar Threads

  1. Replies: 27
    Last Post: 12-19-2016, 07:57 AM
  2. Managed to get a lot of cd keys
    By fallingforme in forum World of Warcraft General
    Replies: 15
    Last Post: 02-18-2007, 04:32 PM
  3. Where can i get a Cord mod/plugin?
    By Mike3667 in forum World of Warcraft General
    Replies: 1
    Last Post: 09-09-2006, 07:20 PM
  4. TUU's Guide: Building and Managing a successful guild
    By Örpheus in forum World of Warcraft Guides
    Replies: 2
    Last Post: 09-06-2006, 04:06 PM
All times are GMT -5. The time now is 04:08 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