TreeRoutine for PoeHUD plus a Flask Manager menu

User Tag List

Page 10 of 25 FirstFirst ... 67891011121314 ... LastLast
Results 136 to 150 of 375
  1. #136
    akfgedfsas's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    62
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome, thank you.

    TreeRoutine for PoeHUD plus a Flask Manager
  2. #137
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,996
    Thanks G/R
    294/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Daxten View Post
    Would it be hard to support Mouse Up / Mouse Down as a Condition?

    The Vaal casting seems not to work for me, I setuped the hotkey and checked the skill, also generally Actions seem to not fill out the form if you edit them
    Yeah, the editing can be a bit funky. Mouse hotkeys don't seem to be supported by PoeHUD's hotkey thing. You could try editing the configuration with the desired keycode here though. Virtual-Key Codes (Windows)

  3. #138
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by Sychotix View Post
    Yeah, the editing can be a bit funky. Mouse hotkeys don't seem to be supported by PoeHUD's hotkey thing. You could try editing the configuration with the desired keycode here though. Virtual-Key Codes (Windows)

    poehud does support mouse up and mouse down on it's imgui menu...
    not sure if that will help you or not.

  4. #139
    darkdex52's Avatar Member
    Reputation
    9
    Join Date
    May 2009
    Posts
    73
    Thanks G/R
    6/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way how to make a routine that checks for 2 or more curses before applying ailment flask? Everything I try doesn't seem to work, it either drinks on first curse or doesn't drink at all.

    Also, for curses, even though I set in my action to reserve charges from life flask when removing curses, it doesn't seem to actually reserve anything.

    Code:
    {"Name":"","Composite":{"Name":"curse_temp","Type":2,"ConditionList":[{"Parameters":{"Invert":"False","SearchingBuff":"curse_temporal_chains","SearchStringString":"tem"},"Linker":null,"Owner":"Default","Name":"PlayerHasBuffConditionFactory"},{"Parameters":{"Invert":"False","SearchingBuff":"curse_elemental_weakness","SearchStringString":"eleme"},"Linker":1,"Owner":"Default","Name":"PlayerHasBuffConditionFactory"}],"Children":[{"Name":"flask","Type":3,"ConditionList":[],"Children":[],"Action":{"Parameters":{"useLife":"False","useMana":"False","useHybrid":"False","useInstant":"False","useDefense":"False","useOffense":"False","useUtility":"False","useSpeedrun":"False","useUnique":"False","useOffenseAndSpeedrun":"False","usePoison":"False","useFreeze":"False","useIgnite":"False","useShock":"False","useBleed":"False","useCurse":"True","reserveFlaskCharges":"2"},"Owner":"Default","Name":"UseFlaskTypeActionFactory"}}],"Action":null}}
    Last edited by darkdex52; 06-04-2018 at 02:22 AM.

  5. #140
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,996
    Thanks G/R
    294/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darkdex52 View Post
    Is there any way how to make a routine that checks for 2 or more curses before applying ailment flask? Everything I try doesn't seem to work, it either drinks on first curse or doesn't drink at all.

    Also, for curses, even though I set in my action to reserve charges from life flask when removing curses, it doesn't seem to actually reserve anything.

    Code:
    {"Name":"","Composite":{"Name":"curse_temp","Type":2,"ConditionList":[{"Parameters":{"Invert":"False","SearchingBuff":"curse_temporal_chains","SearchStringString":"tem"},"Linker":null,"Owner":"Default","Name":"PlayerHasBuffConditionFactory"},{"Parameters":{"Invert":"False","SearchingBuff":"curse_elemental_weakness","SearchStringString":"eleme"},"Linker":1,"Owner":"Default","Name":"PlayerHasBuffConditionFactory"}],"Children":[{"Name":"flask","Type":3,"ConditionList":[],"Children":[],"Action":{"Parameters":{"useLife":"False","useMana":"False","useHybrid":"False","useInstant":"False","useDefense":"False","useOffense":"False","useUtility":"False","useSpeedrun":"False","useUnique":"False","useOffenseAndSpeedrun":"False","usePoison":"False","useFreeze":"False","useIgnite":"False","useShock":"False","useBleed":"False","useCurse":"True","reserveFlaskCharges":"2"},"Owner":"Default","Name":"UseFlaskTypeActionFactory"}}],"Action":null}}
    Looks like your tree has the linker between the two conditions set to OR and not AND. That would be your problem. There is no generic "If I have more than two curses" logic. You would probably have to write your own code for that.

    I also just fixed the reserved charges. Update your plugin.

  6. Thanks darkdex52 (1 members gave Thanks to Sychotix for this useful post)
  7. #141
    noneyatemp's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2014
    Posts
    177
    Thanks G/R
    249/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you disable the bloop bloop bloop sound?

  8. #142
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,996
    Thanks G/R
    294/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noneyatemp View Post
    How do you disable the bloop bloop bloop sound?
    By giving me more information so that I can fix it. I delivered a change yesterday that is a random guess as to what might be causing it, but I have yet to have it happen to me. Enable debug mode and see what it says. Others have stated that it might have something to do with quicksilver potions... but I didn't notice anything wrong with the code.

  9. #143
    owned23leech's Avatar Member
    Reputation
    2
    Join Date
    Jul 2017
    Posts
    19
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So what's the best option for Atziri's Promise?

  10. #144
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,996
    Thanks G/R
    294/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by owned23leech View Post
    So what's the best option for Atziri's Promise?
    Gonna need to be more specific than that. I can only give you suggestions on how you might implement logic, not write the logic for you.

  11. #145
    owned23leech's Avatar Member
    Reputation
    2
    Join Date
    Jul 2017
    Posts
    19
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Gonna need to be more specific than that. I can only give you suggestions on how you might implement logic, not write the logic for you.
    atziri.jpeg

    Never mind, found the right settings after digging a bit deeper. This tool is really awsome!
    Attached Thumbnails Attached Thumbnails TreeRoutine for PoeHUD plus a Flask Manager-atziri-jpeg  

  12. #146
    DJS's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    40
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Often i had this issue (and often died because i don't see my enemies :-)

    3.png

    Last league i had this too. Now same issue, with other tree. and even in hideout without moving and without any player action or monster appearance. it suddenly can come up .
    Any idea where too look?

  13. #147
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,996
    Thanks G/R
    294/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DJS View Post
    Often i had this issue (and often died because i don't see my enemies :-)

    3.png

    Last league i had this too. Now same issue, with other tree. and even in hideout without moving and without any player action or monster appearance. it suddenly can come up .
    Any idea where too look?
    Report the issue earlier then

    Fixed. Update your plugin. It was an update to TreeRoutine.dll, so make sure you update any plugin that uses it.

  14. Thanks DJS (1 members gave Thanks to Sychotix for this useful post)
  15. #148
    DJS's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    40
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    holy moly you are crazy fast, awesome.
    first testrun was successful. Thank You!
    if i only had known about this fast bugfix i really had report early :-)
    but i wasn't sure if i stress the tree too much or whatever and i wanted to do more tests before reporting. wrong decision in this case :-)

  16. #149
    DJS's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    40
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but still error, looks similar

    4.png

  17. #150
    ocp123's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm using the basic flask routine, it seems my diamond flask and Atziri's Promise just drinks no matter what

Page 10 of 25 FirstFirst ... 67891011121314 ... LastLast

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: 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. 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:28 PM. 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