TreeRoutine for PoeHUD plus a Flask Manager menu

User Tag List

Page 1 of 25 12345 ... LastLast
Results 1 to 15 of 362
  1. #1
    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)

    TreeRoutine for PoeHUD plus a Flask Manager

    Flask Manager(s) using TreeRoutine:
    BasicFlaskRoutine: BasicFlaskRoutine - A PoEHUD Flask Manager
    BuildYourOwnRoutine: TreeRoutine for PoeHUD plus a Flask Manager


    TreeRoutine Library:

    What is it?
    TreeRoutine is an extension of PoeHUD's BaseSettingsPlugin which allows developers to easily implement plugins written using behavior trees and includes a bunch of helper methods to make writing the trees even easier.

    How to use it?
    Simply put, add BaseTreeRoutine and TreeSharp as a reference to your plugin... extend BaseTreeRoutinePlugin, add any newly required methods, assign your tree's root to BaseTreeRoutinePlugin.Tree. If you would like an example implementation, check out BasicFlaskRoutine.

    How do I contribute?
    If you have a bug fix, or a new feature you think should be added... either let me know and MAYBE I'll get around to it. Feel free to create an issue or a pull request with as much detail as possible. Expanding the helper methods (within reason) could be a great way to contribute!

    Github:
    GitHub - sychotixdev/BaseTreeRoutine.

    Examples:
    GitHub - sychotixdev/BasicFlaskRoutine
    GitHub - sychotixdev/FlaskMacroRoutine
    GitHub - sychotixdev/BuildYourOwnRoutine


    Special Thanks:
    Last edited by Sychotix; 03-09-2018 at 12:05 PM.

    TreeRoutine for PoeHUD plus a Flask Manager
  2. Thanks GameHelper, miracle1, tsm-evo, sickndeceived, omnivore, Kaiyum, toadskin, Snugglebuu, Pazitif, noneyatemp, sketax, EthEth, poe1992, Deafwave, snowhawk (15 members gave Thanks to Sychotix for this useful post)
  3. #2
    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)
    BuildYourOwnRoutine

    Description:
    A PoEHUD plugin that allows users to easily create a custom plugin, especially flask managers, to suit their specific needs. Default actions/conditions are built in that are especially useful for flask managers, but more

    Github:
    GitHub - sychotixdev/BuildYourOwnRoutine


    Install:
    1. Install PoEHUD
    2. a) Download the repository as a Zip for the latest version. The necessary files are located within the "Release" folder.
      OR
      b) Download the latest release from Releases * sychotixdev/BuildYourOwnRoutine * GitHub . Note that this may not contain the latest updates
    3. Place the files into your PoEHUD plugin folder. The plugin DLL should be located at "\plugins\BuildYourOwnRoutine\BuildYourOwnRoutine.dll"
    4. Launch PoE/PoEHUD and configure to your liking. Ensure that the plugin is enabled (not red). You can configure the plugin by clicking the show menu button (it will turn not red).


    Features:
    • Ability to build your own profile/plugin using an extensive amount of conditions/actions
    • Ability to save and load previously created profiles
    • Ability to code and load your own custom conditions/actions by writing a class that extends Extension.


    Don't see a feature that you want? Request it, or build your own condition/action! Look at DefaultExtension for an example implementation.

    Requested Features:
    None

    Screenshots:
    Settings Window


    Profile Configuration


    Add Trigger


    Add Condition


    Special Thanks:
    Last edited by Sychotix; 03-24-2018 at 10:49 AM.

  4. #3
    Kaiyum's Avatar Member
    Reputation
    8
    Join Date
    Jan 2018
    Posts
    56
    Thanks G/R
    13/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey,ive been trying to use your version of the flasker but i can't get that to work either..I have updated everything from scratch but still nothing..

  5. #4
    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 Kaiyum View Post
    Hey,ive been trying to use your version of the flasker but i can't get that to work either..I have updated everything from scratch but still nothing..
    Can you enable debug and see what prints out? Last I tested it, it works but I mainly use my own private version (that I will not release). I'll give it another test in a second.

    EDIT: Seems to be working. Make sure you enable your flasks and set their hotkeys.
    Last edited by Sychotix; 01-15-2018 at 10:22 AM.

  6. #5
    Kaiyum's Avatar Member
    Reputation
    8
    Join Date
    Jan 2018
    Posts
    56
    Thanks G/R
    13/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i got it working,will check to make sure on the hotkeys!Thnx

  7. Thanks Sychotix (1 members gave Thanks to Kaiyum for this useful post)
  8. #6
    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 Kaiyum View Post
    Ok i got it working,will check to make sure on the hotkeys!Thnx
    Let me know what you think, and if there are any extra (somewhat quick) features you'd like. Zaafar has a nice flask manager with more features, but it is paid. I don't want to step too much on his feet with my example routine.

  9. Thanks GameHelper (1 members gave Thanks to Sychotix for this useful post)
  10. #7
    Kaiyum's Avatar Member
    Reputation
    8
    Join Date
    Jan 2018
    Posts
    56
    Thanks G/R
    13/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Uhm actually it does what i need it to do right now,im early in the game so just using hp/mana for now..can you add it to the updater? i tried manually but i think it's looking for a different directory than that of your git,not home atm to check the error msg...TIA

  11. #8
    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 Kaiyum View Post
    Uhm actually it does what i need it to do right now,im early in the game so just using hp/mana for now..can you add it to the updater? i tried manually but i think it's looking for a different directory than that of your git,not home atm to check the error msg...TIA
    Not sure what updater you are talking about. I'd need a link to see.

  12. #9
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2423
    Join Date
    Jun 2015
    Posts
    3,039
    Thanks G/R
    452/2168
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Sychotix View Post
    Not sure what updater you are talking about. I'd need a link to see.
    GitHub - Stridemann/PoeHUD_PluginsUpdater: Plugin for updating plugins in PoeHUD

  13. Thanks Sychotix (1 members gave Thanks to GameHelper for this useful post)
  14. #10
    Kaiyum's Avatar Member
    Reputation
    8
    Join Date
    Jan 2018
    Posts
    56
    Thanks G/R
    13/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im sorry guys,I've been jumping from issue to issue locally ,be it formatting my ssd to trying to get kaspersky to work and now the HUD is crashing on me in various ways,i totally forgot to setup notifications for replies...Oh well..

    Yes was referring to this updater,it usually updates everything correctly into the plugins folder..(I say usually coz im having issues) Hope to see u in there

  15. #11
    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 Kaiyum View Post
    Im sorry guys,I've been jumping from issue to issue locally ,be it formatting my ssd to trying to get kaspersky to work and now the HUD is crashing on me in various ways,i totally forgot to setup notifications for replies...Oh well..

    Yes was referring to this updater,it usually updates everything correctly into the plugins folder..(I say usually coz im having issues) Hope to see u in there
    Try now. It should now allow updating to the latest release.

    Here are the settings that I used for testing.

    Plugin:BasicFlaskRoutine
    GitOwner:sychotixdev
    GitName:BasicFlaskRoutine
    ConfigURL:https://raw.githubusercontent.com/sy...dateConfig.txt
    Desctription: Basic flask routine

  16. Thanks toadskin (1 members gave Thanks to Sychotix for this useful post)
  17. #12
    Kaiyum's Avatar Member
    Reputation
    8
    Join Date
    Jan 2018
    Posts
    56
    Thanks G/R
    13/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Try now. It should now allow updating to the latest release.

    Here are the settings that I used for testing.
    Thanks for adding it asap..I will update when i fix the updater,it claims files changed on plugins that don't have new commits..Dropping it for now

  18. #13
    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)
    Speaking of updates, released 1.0.1 of BasicFlaskRoutine. Someone reported that there was a crash happening when running the debuff decorator. Not sure how I missed it... but I think it should be fixed now.

    EDIT: Also looks like the plugin updater is having issues? Says that there is a wrong git config or something?
    EDIT2: Derp, forgot I manually updated my files so it confused the updater. Nevermind.
    Last edited by Sychotix; 01-19-2018 at 11:27 AM.

  19. #14
    Alehopper's Avatar Member
    Reputation
    2
    Join Date
    Jun 2017
    Posts
    13
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why does it say cant find buff on flask 3 etc sometimes ?

  20. #15
    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 Alehopper View Post
    why does it say cant find buff on flask 3 etc sometimes ?
    What flask do you have in slot 3? This means that it is having trouble determining what buff the flask gives by default (i.e. all health potions give a health buff)

Page 1 of 25 12345 ... 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: 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 07:09 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