BasicFlaskRoutine - A PoEHUD Flask Manager menu

User Tag List

Page 3 of 39 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 576
  1. #31
    marvix's Avatar Member
    Reputation
    3
    Join Date
    Feb 2007
    Posts
    41
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post

    Like this? It is already implemented. Follow step 2a in the installation instructions.
    no mate.. it was made by xxxyz or some thing like that. it would auto shieldcharge/lightwarp/flamdash when u start moving after x time

    BasicFlaskRoutine - A PoEHUD Flask Manager
  2. #32
    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 marvix View Post
    no mate.. it was made by xxxyz or some thing like that. it would auto shieldcharge/lightwarp/flamdash when u start moving after x time
    That sounds like a separate plugin. This is a flask manager. You can easily implement this with BuildYourOwnRoutine if you want. Add a decorator with the moving condition of 1500ms and then send the hotkey for your movement ability.

  3. #33
    marvix's Avatar Member
    Reputation
    3
    Join Date
    Feb 2007
    Posts
    41
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have no idea how to do that. i will try to look around and see. it was really helpful.. thanks alot any way mate for ur work!
    Last edited by marvix; 03-08-2018 at 11:53 AM.

  4. #34
    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 marvix View Post
    i have no idea how to do that. i will try to look around and see. it was really helpful.. thanks alot any way mate for ur work!
    GitHub - sychotixdev/BuildYourOwnRoutine: A PoEHUD plugin designed for a non-programmer to create their own custom plugins
    Originally released here TreeRoutine for PoeHUD plus a Flask Manager

    I've done what I can to make it user friendly, but it is a more advanced tool.

  5. #35
    totembuild's Avatar Member
    Reputation
    2
    Join Date
    Mar 2018
    Posts
    7
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not working, error says flask's not found

    https://i.imgur.com/REsY4bG.jpg

    2560 x 1440 resolution, if that might be the cause

  6. #36
    DirectorOfTheCafe's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Screenshot by Lightshot
    Screenshot by Lightshot

    System.IO.FileNotFoundException: Синтаксическая ошибка в имени файла, имени папки или метке тома. (Исключение из HRESULT: 0x8007007B)
    в System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
    в Trinet.Core.IO.Ntfs.SafeNativeMethods.ThrowIOError(Int32 errorCode, String path)
    в Trinet.Core.IO.Ntfs.SafeNativeMethods.ThrowLastIOError(String path)
    в Trinet.Core.IO.Ntfs.SafeNativeMethods.SafeGetFileAttributes(String name)
    в Trinet.Core.IO.Ntfs.FileSystem.AlternateDataStreamExists(FileSystemInfo file, String streamName)
    в PoeHUD.Hud.PluginExtension.PluginExtensionPlugin.ProcessFile_Real(String path)
    в PoeHUD.Hud.PluginExtension.PluginExtensionPlugin.TryLoadDll(String path, String dir)
    в PoeHUD.Hud.PluginExtension.PluginExtensionPlugin.SearchPlugins()
    в PoeHUD.Hud.PluginExtension.PluginExtensionPlugin..ctor(GameController gameController, Graphics graphics)
    в PoeHUD.Hud.ExternalOverlay.<OnLoad>d__14.MoveNext()
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
    в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

  7. #37
    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 DirectorOfTheCafe View Post
    Screenshot by Lightshot
    Screenshot by Lightshot

    System.IO.FileNotFoundException: Синтаксическая ошибка в имени файла, имени папки или метке тома. (Исключение из HRESULT: 0x8007007B)
    в System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
    в Trinet.Core.IO.Ntfs.SafeNativeMethods.ThrowIOError(Int32 errorCode, String path)
    в Trinet.Core.IO.Ntfs.SafeNativeMethods.ThrowLastIOError(String path)
    в Trinet.Core.IO.Ntfs.SafeNativeMethods.SafeGetFileAttributes(String name)
    в Trinet.Core.IO.Ntfs.FileSystem.AlternateDataStreamExists(FileSystemInfo file, String streamName)
    в PoeHUD.Hud.PluginExtension.PluginExtensionPlugin.ProcessFile_Real(String path)
    в PoeHUD.Hud.PluginExtension.PluginExtensionPlugin.TryLoadDll(String path, String dir)
    в PoeHUD.Hud.PluginExtension.PluginExtensionPlugin.SearchPlugins()
    в PoeHUD.Hud.PluginExtension.PluginExtensionPlugin..ctor(GameController gameController, Graphics graphics)
    в PoeHUD.Hud.ExternalOverlay.<OnLoad>d__14.MoveNext()
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
    в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    Have you tried any other plugins? This exception looks to be thrown in PoEHUD while attempting to load the plugin. (English translation = Syntax error in file name, folder name, or volume label)

  8. #38
    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 totembuild View Post
    not working, error says flask's not found

    https://i.imgur.com/REsY4bG.jpg

    2560 x 1440 resolution, if that might be the cause
    Can you show me the debug log displaying all flasks and their types? It looks like you have a silver flask, so I would expect it to get used. Did you modify the flaskinfo.json in a way that might make a silver flask not a speedrun/offensive flask?

  9. #39
    DirectorOfTheCafe's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All plugins doesn't work with same error(( Any idea on how to fix it?

  10. #40
    totembuild's Avatar Member
    Reputation
    2
    Join Date
    Mar 2018
    Posts
    7
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where can i find the debug log, also i haven't modified any of the files

  11. #41
    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 totembuild View Post
    where can i find the debug log, also i haven't modified any of the files
    Top right it should list all flasks that you are using when it tries to use a flasktype ... easiest way is to enable the speed flasks and move around

    @DirectorOfTheCafe: I don't know. Try putting PoEHUD in the root C:\ in like... "C:\PoEHUD" and make sure you launch it as administrator. If that doesn't help, post in the PoEHUD thread or go into the discord and ask in the support section.
    Last edited by Sychotix; 03-08-2018 at 01:38 PM.

  12. #42
    totembuild's Avatar Member
    Reputation
    2
    Join Date
    Mar 2018
    Posts
    7
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Top right it should list all flasks that you are using when it tries to use a flasktype ... easiest way is to enable the speed flasks and move around
    https://i.imgur.com/OdKavSL.png

    you mean this?

  13. #43
    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 totembuild View Post
    Looks like no flasks are being found. Two things, update to the latest version I used pushed using step 2a from the installation and restart your computer. I believe you may be experiencing a weird offset issue when finding the flask entities.

    Code:
                Entity currentFlask = Core.Cache.SavedIngameState.IngameUi.InventoryPanel[InventoryIndex.Flask][flaskIndex, 0, 5];

  14. #44
    totembuild's Avatar Member
    Reputation
    2
    Join Date
    Mar 2018
    Posts
    7
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Looks like no flasks are being found. Two things, update to the latest version I used pushed using step 2a from the installation and restart your computer. I believe you may be experiencing a weird offset issue when finding the flask entities.

    Code:
                Entity currentFlask = Core.Cache.SavedIngameState.IngameUi.InventoryPanel[InventoryIndex.Flask][flaskIndex, 0, 5];
    i have downloaded the latest version from github and restarted, now the log looks like this:

  15. #45
    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 totembuild View Post
    i have downloaded the latest version from github and restarted, now the log looks like this:
    Download the latest version again. Logging for coroutines needs a bit of work, but temporarily I added my own exception logging. Hopefully the formatting doesn't end up looking too nasty.

Page 3 of 39 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [Release] TreeRoutine for PoeHUD plus a Flask Manager
    By Sychotix in forum PoE Bots and Programs
    Replies: 361
    Last Post: 12-14-2023, 09:52 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 08:26 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