PoeHUD Plugin: Flask Manager menu

User Tag List

Page 4 of 76 FirstFirst 1234567854 ... LastLast
Results 46 to 60 of 1139
  1. #46
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Horgrath View Post
    Auto flask dosent work. Dont use any flask and turning off all auras while moving. WTF!
    Provide details please,
    Did u bind 1,2,3,4 for some other purposes other than drinking flask?
    Last edited by GameHelper; 01-29-2017 at 01:51 PM.

    PoeHUD Plugin: Flask Manager
  2. #47
    ratfer's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Russian game language. Not Work.
    FPS broken.
    Last edited by ratfer; 01-30-2017 at 10:20 AM.

  3. #48
    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)
    Flask bind: Q,W,E,R,T. I used razer naga mouse bind skills 1,2,3,4,5,6.

  4. #49
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Horgrath View Post
    Flask bind: Q,W,E,R,T. I used razer naga mouse bind skills 1,2,3,4,5,6.
    okay, i will think of a way to make flask keys generic, currently it's only 1,2,3,4,5
    If I did not reply to you, it mean the question you are asking is stupid.

  5. Thanks toadskin (1 members gave Thanks to GameHelper for this useful post)
  6. #50
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    okay, i will think of a way to make flask keys generic, currently it's only 1,2,3,4,5
    One possible way we are thinking right now is making a config file for bindings. So you need to set them up manually, as zaafar says it's currently only 1,2,3,4,5 that's supported

  7. #51
    i_Louis's Avatar Member
    Reputation
    3
    Join Date
    Nov 2016
    Posts
    39
    Thanks G/R
    18/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    okay, i will think of a way to make flask keys generic, currently it's only 1,2,3,4,5
    I also use number keys for skills so having the plugin work using different bindings would be great.

  8. #52
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    ==Update==
    - Drink mana/health flasks on low life
    - Burning, Bleeding, Shock etc etc flasks are working now ( this need some testing ).
    - You can configure your flask binded keys using "flaskbind.json" file. After editing the file, put this file in config folder.
    - New UI: Put lightBackground.png in textures folder (till cheat accept my pull request..or it will be for ever ).


    ==editing flaskbind.json==
    1: Use acii table on http://www.asciitable.com/index/asciifull.gif link.
    2: Select the Char u want from 5th row and add it's decimal value into the flaskbind.json file.
    E.g: For Q, W, E, R, T you will get 81, 87, 69, 82, 84


    Attachment 48570
    If I did not reply to you, it mean the question you are asking is stupid.

  9. Thanks toadskin (1 members gave Thanks to GameHelper for this useful post)
  10. #53
    ratfer's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    ==Update==
    - Drink mana/health flasks on low life
    - Burning, Bleeding, Shock etc etc flasks are working now ( this need some testing ).
    - You can configure your flask binded keys using "flaskbind.json" file. After editing the file, put this file in config folder.
    - New UI: Put lightBackground.png in textures folder (till cheat accept my pull request..or it will be for ever ).


    ==editing flaskbind.json==
    1: Use acii table on http://www.asciitable.com/index/asciifull.gif link.
    2: Select the Char u want from 5th row and add it's decimal value into the flaskbind.json file.
    E.g: For Q, W, E, R, T you will get 81, 87, 69, 82, 84


    Attachment 48570
    Mana Flask not used.

  11. #54
    ilikestuff's Avatar Member
    Reputation
    10
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    6/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why not just read the flask hotkeys from 'production_Config.ini' in '%userprofile%\documents\My Games\Path of Exile' ?
    Code:
    use_flask_in_slot1=49
    use_flask_in_slot2=50
    use_flask_in_slot3=51
    use_flask_in_slot4=52
    use_flask_in_slot5=53

  12. #55
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by ratfer View Post
    Mana Flask not used.
    Detail?

    Originally Posted by ilikestuff View Post
    Why not just read the flask hotkeys from 'production_Config.ini' in '%userprofile%\documents\My Games\Path of Exile' ?
    Code:
    use_flask_in_slot1=49
    use_flask_in_slot2=50
    use_flask_in_slot3=51
    use_flask_in_slot4=52
    use_flask_in_slot5=53
    Nice, I didn't knew about that, is it constant for steam and non steam???
    Last edited by GameHelper; 01-31-2017 at 01:27 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  13. #56
    NoLifeNexus's Avatar Member
    Reputation
    5
    Join Date
    Jan 2017
    Posts
    17
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ratfer View Post
    Mana Flask not used.
    Same issue mana pot not fired after reaching threshold, would mana reservations be the issue?
    Last edited by NoLifeNexus; 01-31-2017 at 06:57 PM.

  14. #57
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by NoLifeNexus View Post
    Same issue mana pot not fired after reaching threshold, would mana reservations be the issue?
    Is life flask working?? Cuz life and mana flask have same logic.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #58
    ilikestuff's Avatar Member
    Reputation
    10
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    6/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Nice, I didn't knew about that, is it constant for steam and non steam???
    beta-autopot/Autopot.ahk at master * badplayerr/beta-autopot * GitHub
    Looks like steam and nonsteam are the same. The Garena ones have a different filename.

  16. #59
    NoLifeNexus's Avatar Member
    Reputation
    5
    Join Date
    Jan 2017
    Posts
    17
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Is life flask working?? Cuz life and mana flask have same logic.
    No Life flasks are not working either, pot doesnt trigger

  17. #60
    NoLifeNexus's Avatar Member
    Reputation
    5
    Join Date
    Jan 2017
    Posts
    17
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NoLifeNexus View Post
    No Life flasks are not working either, pot doesnt trigger
    figured it out, having an Amethyst flask equipped was breaking it.

  18. Thanks GameHelper (1 members gave Thanks to NoLifeNexus for this useful post)
Page 4 of 76 FirstFirst 1234567854 ... 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 06:05 AM. 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