PoeHUD Plugin: Flask Manager menu

Shout-Out

User Tag List

Page 35 of 76 FirstFirst ... 313233343536373839 ... LastLast
Results 511 to 525 of 1139
  1. #511
    Kronix's Avatar Member
    Reputation
    7
    Join Date
    Jan 2014
    Posts
    14
    Thanks G/R
    27/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by exezz View Post
    Hello man,

    Thank you so much for reply to my post. Yea, I rather tell you what I am using and what hotkey do I need to click before spell. I want to use diamond flask on button 3 and vessel of vinktar on button 4 before I click vaalspark.

    and how you described b) version it sounds very good. I appreciate your help, Could I message you in PM?

    Code:
    ; Path of Exile Personal Macros
    ; ------------------------------------
    
    #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
    #Warn  ; Enable warnings to assist with detecting common errors.
    #Persistent ; Only the user can kill the application
    #SingleInstance force ; Don't need multiple script copies
    #MaxThreadsPerHotkey 2 
    SendMode Event
    CoordMode, Mouse, Client
    #IfWinActive, Path of Exile ahk_class POEWindowClass
    
    ~Enter::Suspend			; Pause script when chat opens
    $q::Send 34q				; Drink flask 3 and 4 before casting skill when skill hotkey 'Q' is pressed || change or add numbers to change which flask is used, change 'q' to change which skill is the trigger
    
    ^WheelUp::SendInput {Left}		; ctrl-mouse wheel up toggles stash tabs left
    ^WheelDown::SendInput {Right}	; ctrl-mouse wheel down toggles stash tabs right	
    ~RButton & WheelDown::Send {Right}    ; Hold down right mouse button and mouse wheel scroll to go through tabs, mouse can be anywhere on the screen
    ~RButton & WheelUp::Send {Left}
    	
    ~RButton & LButton::     ; Hold down Right Mouse Button and Left Click on any item to move from Inventory to Stash or vice versa: (Mimics Ctrl+Left Click)	
    {
    	BlockInput On
    	Send ^{Click}
    	BlockInput Off
    	Return
    }
    Copy, and save this with the .ahk file extension, or download below and run.
    I added a couple of my favorite macros as well and added comments after each macro to explain it. If you have questions, let me know.

    Had to rar it because I can't attach an ahk file.
    PoE - Personal Macro.rar

    *Note: If you're using ItemInfo, TradeMacro, or another complex script for PoE, then you may want to take the macros you like (not the initialization code at the top of the script) and paste them into their respective "additional macros" file to avoid conflicting scripts. Let me know if this is the case.
    Last edited by Kronix; 04-06-2017 at 03:51 PM.

    PoeHUD Plugin: Flask Manager
  2. #512
    excort's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    May 2010
    Posts
    12
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey, sry if I am missing something, this is what I got in the ErrorLog:


    Log Entry : 7:37:09 AM Friday, April 7, 2017
    Method error: Render : System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
    at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
    at FlaskManager.Helpers.PoeProcessHandler.ExitPoe(String ExeName, String arguments) in C:\Users\Zaafar\Desktop\ooo\PoEHUD\src\bin\x64\Debug\plugins\AutoFlaskManager\He lpers\PoeProcessHandler.cs:line 22
    at FlaskManager.Flask_Manager.FlaskManagerCore.Render() in C:\Users\Zaafar\Desktop\ooo\PoEHUD\src\bin\x64\Debug\plugins\AutoFlaskManager\Fl ask Manager\FlaskManagerCore.cs:line 136
    at PoeHUD.Plugins.BasePlugin.iRender()
    -------------------------------

    I know I am missing something simple, sry for the trouble

  3. #513
    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 frozzarn View Post
    Thanks for getting back to me @zaafar
    btw I forgot, it does have a panic auto quit button.
    it's F4.


    Originally Posted by excort View Post
    hey, sry if I am missing something, this is what I got in the ErrorLog:


    Log Entry : 7:37:09 AM Friday, April 7, 2017
    Method error: Render : System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
    at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
    at FlaskManager.Helpers.PoeProcessHandler.ExitPoe(String ExeName, String arguments) in C:\Users\Zaafar\Desktop\ooo\PoEHUD\src\bin\x64\Debug\plugins\AutoFlaskManager\He lpers\PoeProcessHandler.cs:line 22
    at FlaskManager.Flask_Manager.FlaskManagerCore.Render() in C:\Users\Zaafar\Desktop\ooo\PoEHUD\src\bin\x64\Debug\plugins\AutoFlaskManager\Fl ask Manager\FlaskManagerCore.cs:line 136
    at PoeHUD.Plugins.BasePlugin.iRender()
    -------------------------------

    I know I am missing something simple, sry for the trouble

    you don't have cports.exe in your poehud folder, where there is poehud exe. put cports.exe too
    AutoFlaskManager/Readme.md at master * Xcesius/AutoFlaskManager * GitHub
    Last edited by GameHelper; 04-07-2017 at 12:38 AM.
    If I did not reply to you, it mean the question you are asking is stupid.

  4. #514
    jli2's Avatar Member
    Reputation
    2
    Join Date
    Mar 2015
    Posts
    18
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have put 64bit version of cport with poehud. It opened together with hud. However, when it trigger the autoquit, it always wants to open another copy of cport because it cannot find it. Any idea?

  5. #515
    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)
    Put cports.exe in c:\windows\system32 and delete it from poehud folder.
    If I did not reply to you, it mean the question you are asking is stupid.

  6. #516
    misterhacker's Avatar Member
    Reputation
    4
    Join Date
    Feb 2015
    Posts
    149
    Thanks G/R
    22/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Zaafar,why flask manager do not working on unique map: The Hall of Grand Masters???
    Simple,no one flask work on that map?

  7. #517
    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 misterhacker View Post
    Zaafar,why flask manager do not working on unique map: The Hall of Grand Masters???
    Simple,no one flask work on that map?
    really? flask manager doesn't work on a unique map??? I didn't knew that.
    Also, I am not rich enough to test hall of grand masters right now...
    If I did not reply to you, it mean the question you are asking is stupid.

  8. #518
    misterhacker's Avatar Member
    Reputation
    4
    Join Date
    Feb 2015
    Posts
    149
    Thanks G/R
    22/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    really? flask manager doesn't work on a unique map??? I didn't knew that.
    Also, I am not rich enough to test hall of grand masters right now...
    Its ok now. I just restart PoEHUD,and now all flask works perfectly.
    By the way,today i all day get some red text errors on screen,i press f8 to take screenshot,to send on you,but when i want to see that photo,loool,they take screenshot from all hideout,but there is no on photo to see red error text msg,wtf???

    I am new user for flask manager,can you tell me,how i can report,how to send on you,when i get on screen red text error msg?

  9. #519
    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)
    press prtsc ( print screen ) button rather than F8.
    If I did not reply to you, it mean the question you are asking is stupid.

  10. #520
    misterhacker's Avatar Member
    Reputation
    4
    Join Date
    Feb 2015
    Posts
    149
    Thanks G/R
    22/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    press prtsc ( print screen ) button rather than F8.
    When i go in stash i get same error all day,yesterday everything works perfectly.
    This is the error what i get:

    PoeHUD Plugin: Flask Manager-error-gif
    Last edited by misterhacker; 04-11-2017 at 07:23 AM.

  11. #521
    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 misterhacker View Post
    When i go in stash i get same error all day,yesterday everything works perfectly.
    This is the error what i get:

    PoeHUD Plugin: Flask Manager-error-gif
    That's one bug I am still working on,
    If I did not reply to you, it mean the question you are asking is stupid.

  12. Thanks toadskin, tsm-evo (2 members gave Thanks to GameHelper for this useful post)
  13. #522
    potatotree's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get the constant invalid flask data constantly when playing a pathfinder, with the exact same set of flasks on an aurabot I get no errors and it works perfectly. The debug log doesn't show anything. Using the most recent compile of hud and the plugin, but it has been an issue for awhile.

  14. #523
    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 potatotree View Post
    I get the constant invalid flask data constantly when playing a pathfinder, with the exact same set of flasks on an aurabot I get no errors and it works perfectly. The debug log doesn't show anything. Using the most recent compile of hud and the plugin, but it has been an issue for awhile.
    invalid flask data isn't an error/issue.
    it appears when plugin updates flask charges. just turn off debug logs.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. Thanks toadskin, levelmax (2 members gave Thanks to GameHelper for this useful post)
  16. #524
    misterhacker's Avatar Member
    Reputation
    4
    Join Date
    Feb 2015
    Posts
    149
    Thanks G/R
    22/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just come from Legacy to Standard league,to test couple my builds,and flask manager on standard do not work.
    Does anyone else have this problem?

    I try both version to use flasks,wih active flask when i use skill,and drink flask on life/es,no one version work.
    I also restart PoEHUD,and the problem is same. Flask manager do not work on Standard league.
    But,when i go from Standard to Legacy league,Flask manager work perfectly

  17. #525
    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 misterhacker View Post
    I just come from Legacy to Standard league,to test couple my builds,and flask manager on standard do not work.
    Does anyone else have this problem?

    I try both version to use flasks,wih active flask when i use skill,and drink flask on life/es,no one version work.
    I also restart PoEHUD,and the problem is same. Flask manager do not work on Standard league.
    But,when i go from Standard to Legacy league,Flask manager work perfectly
    I play in standard league and flask manager works there.
    If I did not reply to you, it mean the question you are asking is stupid.

Page 35 of 76 FirstFirst ... 313233343536373839 ... LastLast

Similar Threads

  1. Replies: 27
    Last Post: 12-19-2016, 07:57 AM
  2. Managed to get a lot of cd keys
    By fallingforme in forum World of Warcraft General
    Replies: 15
    Last Post: 02-18-2007, 04:32 PM
  3. Where can i get a Cord mod/plugin?
    By Mike3667 in forum World of Warcraft General
    Replies: 1
    Last Post: 09-09-2006, 07:20 PM
  4. TUU's Guide: Building and Managing a successful guild
    By Örpheus in forum World of Warcraft Guides
    Replies: 2
    Last Post: 09-06-2006, 04:06 PM
All times are GMT -5. The time now is 07:31 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