PoeHUD Plugin: Flask Manager menu

Shout-Out

User Tag List

Page 22 of 76 FirstFirst ... 18192021222324252672 ... LastLast
Results 316 to 330 of 1139
  1. #316
    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 Treasure_Box View Post
    Yeah this is what i was working on

    Code:
     
    private bool _WarningFlaskSpeed = false;
    
    if (_WarnFlaskSpeed != true)
    {
       LogError("Warning: Speed Run mod is ignored on mana/life/hybrid flasks.", errmsg_time);
       newFlask.FlaskAction2 = FlaskAction.NONE;
       _WarnFlaskSpeed = true;
     }
      else
      {
       newFlask.FlaskAction2 = FlaskAction.NONE;
       }
    }
    still need to do the reset part for when you disable or change flask to reset the flag.
    looks good, for reset part, there would be a function toggleflaskmanager (something like that)
    in enable part of that function u can add following line.
    _WarningFlaskSpeed = false;


    P.S I would suggest to people to learn not to use speed mods on life/mana/hybrid flask and use Alt orb on them. As speed mod is useless on these flasks. Thing is if your life get full, speed will end...so if u have 90% life then speed mod will only be up for like 1sec....
    IN short life/mana/hybrid flask greatly reduce the duration of the speed mod.



    ==update==
    updated the readme with installation instructions + added some FAQs in the github.
    GitHub - Xcesius/AutoFlaskManager
    Last edited by GameHelper; 03-06-2017 at 03:26 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

    PoeHUD Plugin: Flask Manager
  2. #317
    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 Horgrath View Post
    In file flaskbind.json got only one line: {"k":[49,50,51,52,53]}
    Q: My AutoFlask Manager is not working/I have binded the flask to other keys.
    A: Change the keys info in flaskbind.json
    which is in config folder of this flask manager.
    You need to add ASCII of your keys,
    you can google ASCII table to lookup your keys to ASCII translation.
    If I did not reply to you, it mean the question you are asking is stupid.

  3. #318
    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 zaafar View Post
    Q: My AutoFlask Manager is not working/I have binded the flask to other keys.
    A: Change the keys info in flaskbind.json
    which is in config folder of this flask manager.
    You need to add ASCII of your keys,
    you can google ASCII table to lookup your keys to ASCII translation.
    Thanks ill add to FAQ

  4. #319
    Horgrath's Avatar Member
    Reputation
    2
    Join Date
    May 2016
    Posts
    27
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I changed keybind: {"k":[81,87,69,82,84]} but still autoflask dosent work.

  5. #320
    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 Horgrath View Post
    I changed keybind: {"k":[81,87,69,82,84]} but still autoflask dosent work.
    Hint Look at ASCii 97 and higher.
    Last edited by Treasure_Box; 03-06-2017 at 04:14 PM.

  6. #321
    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)
    check if you want capital Q,W,R,T,Y or small q,w,r,t,y


    @treasure
    check the FAQ and their answers in github and add them in your first post, if you want.
    and also I have changed the answer to that question. found a better answer.
    GitHub - Xcesius/AutoFlaskManager
    If I did not reply to you, it mean the question you are asking is stupid.

  7. Thanks Treasure_Box (1 members gave Thanks to GameHelper for this useful post)
  8. #322
    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)
    Ah yeah case maters.

    Yeah that FAQ has some of the same info i had, but looks better. Lets just make that the FAQ area.
    Last edited by Treasure_Box; 03-06-2017 at 03:51 PM.

  9. #323
    bewbtube's Avatar Member
    Reputation
    5
    Join Date
    Mar 2013
    Posts
    62
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    I agree with you that's why u have the option to change it to 3000ms or 4000ms or even 5000ms.
    When you hover/select auto drink flask menu, there is a delay option where millisecond is written, u can change it to any value u want.
    Good luck.
    where do i change it to any value I want, I'm not seeing how. I can move the slider up and down from 1 - 4, but I see no way to input a value.

  10. #324
    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 bewbtube View Post
    where do i change it to any value I want, I'm not seeing how. I can move the slider up and down from 1 - 4, but I see no way to input a value.
    totally delete your old autoflaskmanager and install a new one.
    If I did not reply to you, it mean the question you are asking is stupid.

  11. #325
    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 zaafar View Post
    looks good, for reset part, there would be a function toggleflaskmanager (something like that)
    in enable part of that function u can add following line.
    _WarningFlaskSpeed = false;
    I've done that, just need to add flag rearm for : slot disable/enable(shouldn't be to hard to figure out), and if flask is removed/replaced with flask with same mod (this may be the hardest part because of current logic structure)

    Pushed a new source & compile update of the first two features, so it should be less spamish now. just remember you will not get an updated warning as of yet for flask disable/change condition.
    Last edited by Treasure_Box; 03-06-2017 at 05:00 PM.

  12. #326
    Horgrath's Avatar Member
    Reputation
    2
    Join Date
    May 2016
    Posts
    27
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Work. Thanks for help.

  13. #327
    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)
    ==There is an update, download latest (compiled) version from the github link.==
    - it won't spam Speed Run warning with mana/life flask. Just say it once. ( Thx Treasure ).
    - It won't spam flask X,Y,Z not used logs. It will say that in debug more only.
    If I did not reply to you, it mean the question you are asking is stupid.

  14. Thanks Kronix, mizwar89, toadskin (3 members gave Thanks to GameHelper for this useful post)
  15. #328
    switchpinf's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please implement support of the new "Wise Oak Bismuth Flask". It's pretty much the same as the regular Bismuth Flask and plugin uses it properly, but the spams error about its name not being found.
    Thank you for your work

  16. #329
    snakescrin's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys, got two questions:

    1. Every time when I entered a map with curse mod, flask manager stopped working. Is this normal?
    2. Is "use Quicksilver flask with X+ charges" option removed? Because I can only find the "delay" option for quicksilver now.

    Thanks
    Last edited by snakescrin; 03-07-2017 at 01:33 AM.

  17. #330
    Mike2012's Avatar Member
    Reputation
    8
    Join Date
    Oct 2012
    Posts
    85
    Thanks G/R
    44/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heya Folks!

    I've noticed that my autoflasker plugin (x64 PoeHud, Non Steam) doesnt use life flasks in slots 2,3,4,5. - It only uses the first slot life flask and seems to ignore the other flasks (full).
    I didn't change the keybinds, its still 1,2,3,4,5 (default).

    Is anyone else experiencing the same issue with AutoFlasker?

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 01:31 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