BasicFlaskRoutine - A PoEHUD Flask Manager menu

User Tag List

Page 33 of 39 FirstFirst ... 293031323334353637 ... LastLast
Results 481 to 495 of 576
  1. #481
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Maestrolp View Post
    Do i need some additional software installed so Advanced tool tip plugin can work.
    I got some error.
    advtooltip — imgbb.com
    Try the ExileApi thread, not the BasicFlaskRoutine thread.

    BasicFlaskRoutine - A PoEHUD Flask Manager
  2. #482
    martti96's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    22
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to add a feature to use skills at % hp? Like bone armour or steelskin?

  3. #483
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by martti96 View Post
    Is it possible to add a feature to use skills at % hp? Like bone armour or steelskin?
    Possible, yes. Use BuildYourOwnRoutine (Built into BasicFlaskRoutine) for this purpose right now though.

  4. #484
    hitline85's Avatar Member
    Reputation
    2
    Join Date
    Apr 2017
    Posts
    24
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to use the ExileApi thread, not the BasicFlaskRoutine thread? can you explain in more detail? otherwise I’m a ram ...

  5. #485
    martti96's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    22
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Possible, yes. Use BuildYourOwnRoutine (Built into BasicFlaskRoutine) for this purpose right now though.
    Oh, never saw the profile tab and wasn't able to figure it out. Really simple to use. Nice

  6. #486
    Yaebalgysya's Avatar Member
    Reputation
    2
    Join Date
    Mar 2014
    Posts
    16
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    any fix possible?

  7. #487
    sikurat's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    19
    Thanks G/R
    13/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by martti96 View Post
    Oh, never saw the profile tab and wasn't able to figure it out. Really simple to use. Nice
    tell me how to use it?

  8. #488
    BrasileirinhoPe's Avatar Member
    Reputation
    4
    Join Date
    Oct 2015
    Posts
    43
    Thanks G/R
    40/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any ideia how make work to me?
    poe.png

  9. #489
    HugKitten's Avatar Active Member
    Reputation
    56
    Join Date
    Sep 2016
    Posts
    52
    Thanks G/R
    8/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to build an auto buff into basic flask routine and I'm not sure what I'm doing wrong. Here's my Json profile for it:
    Code:
    {
      "Name": "",
      "Composite": {
        "Name": "Rutine",
        "Type": 0,
        "AlwaysContinue": false,
        "ConditionList": [],
        "Children": [
          {
            "Name": "Auto Buff",
            "Type": 0,
            "AlwaysContinue": false,
            "ConditionList": [],
            "Children": [
              {
                "Name": "Blood Rage Timer",
                "Type": 2,
                "AlwaysContinue": true,
                "ConditionList": [
                  {
                    "Parameters": {
                      "Invert": "False",
                      "TimerName": "Blood Rage Timer\u0000\u0000mer",
                      "TimeElapsed": "11131",
                      "TrueIfStopped": "False"
                    },
                    "Linker": 1,
                    "Owner": "Default",
                    "Name": "TimerConditionFactory"
                  }
                ],
                "Children": [
                  {
                    "Name": "Blood rage",
                    "Type": 3,
                    "AlwaysContinue": false,
                    "ConditionList": [],
                    "Children": [],
                    "Action": {
                      "Parameters": {
                        "key": "82"
                      },
                      "Owner": "Default",
                      "Name": "SendKeyActionFactory"
                    }
                  }
                ],
                "Action": null
              },
              {
                "Name": "Withering Step Timer",
                "Type": 2,
                "AlwaysContinue": true,
                "ConditionList": [
                  {
                    "Parameters": {
                      "Invert": "False",
                      "TimerName": "Withering Step Timer",
                      "TimeElapsed": "5711",
                      "TrueIfStopped": "False"
                    },
                    "Linker": 1,
                    "Owner": "Default",
                    "Name": "TimerConditionFactory"
                  }
                ],
                "Children": [
                  {
                    "Name": "Withering Step",
                    "Type": 3,
                    "AlwaysContinue": false,
                    "ConditionList": [],
                    "Children": [],
                    "Action": {
                      "Parameters": {
                        "key": "69",
                        "TimerName": "",
                        "ForceStop": "False"
                      },
                      "Owner": "Default",
                      "Name": "SendKeyActionFactory"
                    }
                  }
                ],
                "Action": null
              }
            ],
            "Action": null
          }
        ],
        "Action": null
      }
    }
    Last edited by HugKitten; 10-08-2019 at 04:23 PM.

  10. #490
    dirkbach666's Avatar Active Member
    Reputation
    24
    Join Date
    Aug 2013
    Posts
    57
    Thanks G/R
    38/22
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    i get an error with critical strike chance crafted on flask.. Similar to Yaebalgysya 3 posts up. Can you plz fix those bugs?

    edit: commented out the line with the "is it unique?"-error. works so far
    Last edited by dirkbach666; 10-14-2019 at 02:40 PM.

  11. #491
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    32
    Join Date
    Jan 2018
    Posts
    152
    Thanks G/R
    36/30
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    using this with exileapi.
    can we set the defensive flask to only trigger on hp and ignore es value all together? cause using this with soul tether and it pops my flasks all the time due to being at 0 es outside of combat

  12. #492
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xeratzy View Post
    using this with exileapi.
    can we set the defensive flask to only trigger on hp and ignore es value all together? cause using this with soul tether and it pops my flasks all the time due to being at 0 es outside of combat
    Set the value to 0 for ES.

  13. #493
    Araitz's Avatar Member
    Reputation
    1
    Join Date
    Oct 2017
    Posts
    50
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its working this pluggin?

  14. #494
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Try it and find out. I haven't tried using ExileAPI much yet. Was sticking with hud-lite

  15. #495
    skules's Avatar Member
    Reputation
    9
    Join Date
    Mar 2009
    Posts
    228
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working at the moment with ExileApi

Page 33 of 39 FirstFirst ... 293031323334353637 ... LastLast

Similar Threads

  1. [Release] TreeRoutine for PoeHUD plus a Flask Manager
    By Sychotix in forum PoE Bots and Programs
    Replies: 364
    Last Post: 1 Day Ago, 03:03 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: 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 02:50 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