TreeRoutine for PoeHUD plus a Flask Manager menu

User Tag List

Page 23 of 25 FirstFirst ... 19202122232425 LastLast
Results 331 to 345 of 362
  1. #331
    gahehe's Avatar Member
    Reputation
    4
    Join Date
    Nov 2016
    Posts
    15
    Thanks G/R
    5/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    another bug is, when I link Leap Slam with Blood Magic, the health flask pops every time I use Leap Slam. Removing Blood Magic link then the issue gone.

    TreeRoutine for PoeHUD plus a Flask Manager
  2. #332
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gahehe View Post
    another bug is, when I link Leap Slam with Blood Magic, the health flask pops every time I use Leap Slam. Removing Blood Magic link then the issue gone.
    Maybe reduce your life percent? Don't know if I'd consider that a bug if your config is just triggering for lower life.

  3. #333
    Senotin's Avatar Member
    Reputation
    2
    Join Date
    Oct 2017
    Posts
    23
    Thanks G/R
    61/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way to use movespeed flask while moving with cyclone? I remember there was another version of this plugin, or I somehow did it myself some leagues ago, but I can't remember how I did it now...

  4. #334
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Senotin View Post
    Any way to use movespeed flask while moving with cyclone? I remember there was another version of this plugin, or I somehow did it myself some leagues ago, but I can't remember how I did it now...
    I believe this is already supported in ExileAPI.

  5. Thanks Senotin (1 members gave Thanks to Sychotix for this useful post)
  6. #335
    Illium's Avatar Active Member
    Reputation
    19
    Join Date
    Jan 2018
    Posts
    43
    Thanks G/R
    14/17
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Senotin View Post
    Any way to use movespeed flask while moving with cyclone? I remember there was another version of this plugin, or I somehow did it myself some leagues ago, but I can't remember how I did it now...
    Hi.

    U can use this fork. Compiled here.
    https://github.com/IlliumIv
    Pls create a issue on GitHub if you are looking for fixes for plugins.

  7. #336
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Illium View Post
    Hi.

    U can use this fork. Compiled here.
    ExileAPI has build in logic for the isMoving flag to return true while channeling cyclone. Was there additional logic needed for it?

  8. #337
    Illium's Avatar Active Member
    Reputation
    19
    Join Date
    Jan 2018
    Posts
    43
    Thanks G/R
    14/17
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    ExileAPI has build in logic for the isMoving flag to return true while channeling cyclone. Was there additional logic needed for it?
    Yep, it no more makes sense. I didn't know about the change.
    https://github.com/IlliumIv
    Pls create a issue on GitHub if you are looking for fixes for plugins.

  9. #338
    xaiyx's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where is the difference in your hud fork and the one from tehcheat ?

  10. #339
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xaiyx View Post
    where is the difference in your hud fork and the one from tehcheat ?
    If you mean mine, they are two completely separate version of HUD. Use TehCheat's version.

  11. #340
    IvresseMB's Avatar Member
    Reputation
    7
    Join Date
    Jan 2009
    Posts
    12
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi ! Any idea on how to get the BasicFlaskRoutine plugin to treat Forbidden Taste (quartz flask with insta-full hp recovery) as an instant health potion as opposed to a defensive flask? Tried to mess around with the flaskinfo.json but couldn't get anything going except reclassifying as a life flask, but it's not treated as an instant health one

  12. #341
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by IvresseMB View Post
    Hi ! Any idea on how to get the BasicFlaskRoutine plugin to treat Forbidden Taste (quartz flask with insta-full hp recovery) as an instant health potion as opposed to a defensive flask? Tried to mess around with the flaskinfo.json but couldn't get anything going except reclassifying as a life flask, but it's not treated as an instant health one
    It would probably take code changes to support it being instant. Try using BuildYourOwnRoutine, that might do it for ya.

  13. Thanks IvresseMB (1 members gave Thanks to Sychotix for this useful post)
  14. #342
    IvresseMB's Avatar Member
    Reputation
    7
    Join Date
    Jan 2009
    Posts
    12
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    It would probably take code changes to support it being instant. Try using BuildYourOwnRoutine, that might do it for ya.
    Was afraid of that - oh well, sounds like a weekend project Thanks !

  15. #343
    V4mpyr's Avatar Member
    Reputation
    1
    Join Date
    Nov 2018
    Posts
    82
    Thanks G/R
    21/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, Question about flasker.

    Currently using the last version of exile api. Within the basic flask routine, I'm trying to pop unique flasks such as Deodras, Wiseoak not on life present but when monster 1 appears within range to use onkill. I'd like to use my movespeed flask as soon as it can. I've played around with a few different settinsg but cant seem to figure out how I mess up. I've tried making life/es/mana at 100 and thought it would just pop them without any triggers but doesn't seem to be the case. Can someone steer me in the right direction.. cheers.

    Kind regards,
    Vamp

  16. #344
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by V4mpyr View Post
    Hello, Question about flasker.

    Currently using the last version of exile api. Within the basic flask routine, I'm trying to pop unique flasks such as Deodras, Wiseoak not on life present but when monster 1 appears within range to use onkill. I'd like to use my movespeed flask as soon as it can. I've played around with a few different settinsg but cant seem to figure out how I mess up. I've tried making life/es/mana at 100 and thought it would just pop them without any triggers but doesn't seem to be the case. Can someone steer me in the right direction.. cheers.

    Kind regards,
    Vamp
    Turn on debug mode.

  17. #345
    BossManAdrostos's Avatar Member
    Reputation
    4
    Join Date
    Mar 2018
    Posts
    40
    Thanks G/R
    32/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello Sychotix, can you help me out with something.

    whenever i try to make a decorator and include "playerhasbuff" condition, whenever i try to fill out the condition it almost never lets me actually filter buffs. ill type in the name of a buff, or part of the name of the buff and the drop down menu will be stuck on ignite and it will be blank. maybe 1 out of 10 times i can get it to say some buffs, but usually not the buffs im actually searching for. however even when i filter for buffs that i know the drop down menu should be able to give me options for such as "bleeding" in the filter- it still is blank most of the time.

    is there a way around this issue, or a fix? did i do something wrong?

Similar Threads

  1. [Release] STASHIE - a stash managing plugin for PoeHud
    By Preaches in forum PoE Bots and Programs
    Replies: 554
    Last Post: 04-10-2023, 03:11 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. 4 WoW accounts for Sale/Trade T6 Druid For SALE.. PLUS MORE!!!
    By Badlah in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 10
    Last Post: 07-16-2008, 10:16 PM
All times are GMT -5. The time now is 05:17 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