Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.33 KB

File metadata and controls

18 lines (13 loc) · 1.33 KB

BasicFlaskRoutine

BasicFlaskRoutine is a PoeHUD plugin example using BaseTreeRoutine. It is a rewrite of AutoFlaskManager to give some insight as to how plugin written using a BaseTreeRoutine compares to the original.

Credits

paypal

Plugin Development

  • Requires PoeHUD. Either add PoeHUD.exe as a reference, or download the repository and reference the project
  • Requires TreeSharp. Add this project as a reference, or add TreeSharp.dll as a reference from a completed plugin.
  • Requires [BaseTreeRoutine.] (https://github.com/sychotixdev/BaseTreeRoutine) Add this project as a reference, or add BaseTreeRoutine.dll from a release as a reference.