BasicFlaskRoutine - A PoEHUD Flask Manager menu

User Tag List

Page 5 of 39 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 576
  1. #61
    bla123's Avatar Member
    Reputation
    4
    Join Date
    Mar 2017
    Posts
    45
    Thanks G/R
    6/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice

    its possible to add auto vaal skill uses?

    BasicFlaskRoutine - A PoEHUD Flask Manager
  2. #62
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bla123 View Post
    very nice

    its possible to add auto vaal skill uses?
    No, this is a flask manager. If you want skill usage, you're going to have to use BuildYourOwnRoutine or another plugin.

  3. Thanks bbalthazar (1 members gave Thanks to Sychotix for this useful post)
  4. #63
    bla123's Avatar Member
    Reputation
    4
    Join Date
    Mar 2017
    Posts
    45
    Thanks G/R
    6/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    No, this is a flask manager. If you want skill usage, you're going to have to use BuildYourOwnRoutine or another plugin.
    any tutorials how to add vaal skills?

  5. #64
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bla123 View Post
    any tutorials how to add vaal skills?
    Put the vaal skill on your skillbar somewhere and add an action to use that hotkey based on whatever conditions you want. I haven't added any conditions dealing with skills directly... so there isn't any condition like... "Does skill have a charge" or whatever. If you know how to code, adding your own conditions/actions is fairly easy though.... or you can just let it press that hotkey. Don't think there is an issue with pressing the vaal skill when you don't have a charge.
    Last edited by Sychotix; 03-09-2018 at 08:18 PM.

  6. Thanks bbalthazar (1 members gave Thanks to Sychotix for this useful post)
  7. #65
    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 Sychotix View Post
    What is there to fix? You have it set to use instant flasks at 35%, so it does. At best, I can add special logic for bubbling flasks since they are sort-of a hybrid between instant and recovery flasks... but then you run the risk of using up all of your instant flask charges.
    I think the issue is is that it wont use a instant flask as a normal flask. Using both bubbling and panicked flask. They only seem to proc if I need a instant one.

  8. #66
    bbalthazar's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    6
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This thing is awesome! are you planning to add auto-disconnect?

  9. #67
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bbalthazar View Post
    This thing is awesome! are you planning to add auto-disconnect?
    No, but you can use this plugin for your needs. GitHub - zaafar/AutoQuit

  10. #68
    bbalthazar's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    6
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep, surely will. Thank you!

  11. #69
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nipper View Post
    I think the issue is is that it wont use a instant flask as a normal flask. Using both bubbling and panicked flask. They only seem to proc if I need a instant one.
    While I don't really consider that a bug, I can see the use of using panicked/bubbling flasks as recovery flasks. I have just delivered a change that should do this, plus two additional configurations under Health/Mana flasks to force Panicked and/or Bubbling flasks to ONLY be used for their instant charges.

    Be sure to follow instructions 2a) when installing this new code, as I will not update the official release until more people test this. If anyone runs into any issues with this release, let me know. If you've used it for a while and there are no bugs.... let me know as well.

  12. #70
    RuLight's Avatar Member
    Reputation
    8
    Join Date
    Nov 2013
    Posts
    15
    Thanks G/R
    2/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is it?
    BasicFlaskRoutine - A PoEHUD Flask Manager-gif

  13. #71
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RuLight View Post
    What is it?
    BasicFlaskRoutine - A PoEHUD Flask Manager-gif
    That is a stack trace. It means something went pretty wrong... but it is hard to tell because it is in russian. I'm going to go ahead and guess that it is a null pointer exception since that is the most common... but I don't notice anything on that line that screams NPE. Update to the latest version (using installation step 2a) and let me know if the problem persists (with another screenshot if possible).

  14. #72
    RuLight's Avatar Member
    Reputation
    8
    Join Date
    Nov 2013
    Posts
    15
    Thanks G/R
    2/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    That is a stack trace. It means something went pretty wrong... but it is hard to tell because it is in russian. I'm going to go ahead and guess that it is a null pointer exception since that is the most common... but I don't notice anything on that line that screams NPE. Update to the latest version (using installation step 2a) and let me know if the problem persists (with another screenshot if possible).
    Before that I tried 4 times to install, tried again and everything worked, thanks, the plugin is wonderful!

  15. Thanks Sychotix (1 members gave Thanks to RuLight for this useful post)
  16. #73
    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)
    Bug report:

    Screenshot by Lightshot

    edit:
    it was this flask Screenshot by Lightshot
    Last edited by Nipper; 03-10-2018 at 02:45 PM.

  17. #74
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nipper View Post
    Are you using the latest version? The one that I uploaded containing changes to instant flasks?

  18. #75
    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 Sychotix View Post
    Are you using the latest version? The one that I uploaded containing changes to instant flasks?
    no i am not I will now.

    Edit:
    Updated to the one from 5hours ago and still happens with that flask.
    Last edited by Nipper; 03-10-2018 at 02:49 PM.

Page 5 of 39 FirstFirst 123456789 ... LastLast

Similar Threads

  1. [Release] TreeRoutine for PoeHUD plus a Flask Manager
    By Sychotix in forum PoE Bots and Programs
    Replies: 362
    Last Post: 2 Weeks Ago, 09:53 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. Replies: 27
    Last Post: 12-19-2016, 07:57 AM
All times are GMT -5. The time now is 06:02 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