BasicFlaskRoutine - A PoEHUD Flask Manager menu

User Tag List

Page 9 of 39 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 581
  1. #121
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darktimka View Post
    Nop. i added:
    Code:
    "flaskNameToBuffConversion": {
         "Quicksilver Flask": "flask_utility_sprint",
         "Ртутный Флакон": "flask_utility_sprint",
    No effect.
    Well, I'm not sure why that wouldn't work. When you launch PoEHUD, that file is parsed into a dictionary of {FlaskBaseName}: {FlaskBuff}. It then looks up the base name (shown in the error message) inside of that dictionary. If not found (meaning it isn't contained within the FlaskBuffDetails.json file), then it prints the error log shown.

    My best guess is to keep trying because you probably did something wrong on your side. Make sure you are editing the right file (not a separate PoEHUD installation) and that the name is identical to that in the error message.

    BasicFlaskRoutine - A PoEHUD Flask Manager
  2. #122
    darktimka's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I`m sure in program problem. Coz i have STASHIE and it can't see ru names of stash tabs. just displays "???" - so it cant parse RU lang. for that issue i renamed stash tabs for ang names and all work perfectly. i think here is the same problem.
    rechecked twice all parameters and names in flaskNameToBuffConversion still the same problem.

    What code page using .json? windows1251? unicode?
    Last edited by darktimka; 03-26-2018 at 09:59 AM.

  3. #123
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darktimka View Post
    I`m sure in program problem. Coz i have STASHIE and it can't see ru names of stash tabs. just displays "???" - so it cant parse RU lang. for that issue i renamed stash tabs for ang names and all work perfectly. i think here is the same problem.
    rechecked twice all parameters and names in flaskNameToBuffConversion still the same problem.

    What code page using .json? windows1251? unicode?
    This is the exact line of code that deserializes the object. TSettingType is a class that simply contains two Dictionary<string, string>. JsonConvert is part of the Newtonsoft library.
    Code:
    JsonConvert.DeserializeObject<TSettingType>(File.ReadAllText(fileName));
    EDIT: If you want, you can try forking BasicFlaskRoutine and setting the culture of the deserialization to your appropriate language. I'm busy at work and have other projects I'm working on right now.
    Last edited by Sychotix; 03-26-2018 at 10:25 AM.

  4. #124
    darktimka's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Emm dunno what the fcuk, but. If i save file with rus flasks names in UTF-8 - its work, BUT still send an error message now i need to get how to kill error msg DD

    https://s.put.re/R9Uf2tQ.png

    wtf? :P
    Last edited by darktimka; 03-26-2018 at 10:44 AM.

  5. #125
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darktimka View Post
    Emm dunno what the fcuk, but. If i save file with rus flasks names in UTF-8 - its work, BUT still send an error message now i need to get how to kill error msg DD

    https://s.put.re/R9Uf2tQ.png

    wtf? :P
    Do the same thing, but for flaskinfo.json

  6. #126
    darktimka's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Eeei! its work! Thank you!
    And no thanks to newtonsoft developers

  7. #127
    darktimka's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Translate - done. I send it to your email. Thanks again :P

  8. Thanks Sychotix (1 members gave Thanks to darktimka for this useful post)
  9. #128
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darktimka View Post
    Translate - done. I send it to your email. Thanks again :P
    Pushed to repository. Thanks.

  10. #129
    bookx's Avatar Member
    Reputation
    2
    Join Date
    Aug 2017
    Posts
    24
    Thanks G/R
    16/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    twice i was frozen by a strongbox and twice the autopot did not work, but the other auto flask on ailments work though

  11. #130
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bookx View Post
    twice i was frozen by a strongbox and twice the autopot did not work, but the other auto flask on ailments work though
    1) Are you sure you have a flask that cleanses frozen?
    2) Are you sure you have the frozen flask enabled, cure ailments enabled, and the frozen cure ailment enabled?
    3) Are you sure the flask was usable at the time? (had enough non-reserved charges for example)
    4) Are you sure you are fully up to date? This was an issue a LONG time ago if the ailment cleanse was on an instant flask... but has since been fixed.

  12. #131
    bookx's Avatar Member
    Reputation
    2
    Join Date
    Aug 2017
    Posts
    24
    Thanks G/R
    16/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes, im filled with health flask that remove ailments
    yes, all are ticked
    yes, all reserve uses are 0
    i use plugins updater

  13. #132
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bookx View Post
    yes, im filled with health flask that remove ailments
    yes, all are ticked
    yes, all reserve uses are 0
    i use plugins updater
    I've seen people have issues with the plugins updater and my plugins. If you enable debug, does it say "BasicFlaskRoutine: Tick" or "Tick" in the top right?

  14. #133
    bookx's Avatar Member
    Reputation
    2
    Join Date
    Aug 2017
    Posts
    24
    Thanks G/R
    16/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The message you have entered is too short. Please lengthen your message to at least 10 characters

    yup

  15. #134
    bookx's Avatar Member
    Reputation
    2
    Join Date
    Aug 2017
    Posts
    24
    Thanks G/R
    16/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "BasicFlaskRoutine: Tick"

  16. #135
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bookx View Post
    The message you have entered is too short. Please lengthen your message to at least 10 characters

    yup
    I was asking WHICH one does it say. Not if it says one of the two.

    EDIT: I see your other post now. Based on that, it sounds like you are updated properly. What flask is it on? I've had no problems with ailment cleansing and nobody else is reporting that issue.
    Last edited by Sychotix; 03-28-2018 at 12:02 PM.

Page 9 of 39 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [Release] TreeRoutine for PoeHUD plus a Flask Manager
    By Sychotix in forum PoE Bots and Programs
    Replies: 374
    Last Post: 08-15-2024, 03:21 AM
  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: 114
    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 10:00 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