[PoE-Wingman] - Auto-Flask, Auto-Quit & more (AHK, pixel) menu

User Tag List

Page 9 of 24 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 346
  1. #121
    Letoucan's Avatar Member
    Reputation
    1
    Join Date
    Jun 2019
    Posts
    33
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebbandit View Post
    well that was cool poking around in the code for this, I went ahead and added the hotkey for popping all your flasks into the GUI. AutoHotkey is pretty easy to figure out, cool program. I used code from another project I ran across on github in order to make the keybindings pass through, and then just copied the format he was using in this code for the hotkey stuff.

    Adds:
    Puts flasks on cooldown when you manually use them.
    Checks if chat is open and pauses, but doesnt work if you have the stash open (looking into that next)
    Hit all your flasks at once, and added a GUI element in the hotkey section to use this. (default is CapsLock)

    Attachment 67906
    hey bandit. Since you are good with recoding this do you think you could possibly fix the auto quit issues? theres one where it auto quits as soon as the darkness hits you regardless of health in delve and then anywhere else it simply doesnt react fast enough to be used

    [PoE-Wingman] - Auto-Flask, Auto-Quit & more (AHK, pixel)
  2. #122
    thebbandit's Avatar Contributor
    Reputation
    243
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/204
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Need to do some kind of pixel check for being inside delve, like checking for the resource bar next to map. Then just set it to exit on loop when it see that. Would simply disable during delve.

    I don't use that portion of this though so that's not on my list of todo's.

    In the meantime I did the similar thing I described for stash or inventory being open to pause the script.
    Last edited by thebbandit; 06-28-2019 at 12:50 PM.

  3. #123
    Letoucan's Avatar Member
    Reputation
    1
    Join Date
    Jun 2019
    Posts
    33
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebbandit View Post
    Need to do some kind of pixel check for being inside delve, like checking for the resource bar next to map. Then just set it to exit on loop when it see that. Would simply disable during delve.

    I don't use that portion of this though so that's not on my list of todo's.

    In the meantime I did the similar thing I described for stash or inventory being open to pause the script.
    Gotcha yeah, dont want to disable it because thats already an option with a key press. Wish there was a chicken scritp that worked properly meaning fast enough to react and not when its not supposed to like in delve

  4. #124
    thebbandit's Avatar Contributor
    Reputation
    243
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/204
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    I added another gui element into the options. It is firing off 20, 25, .... 95 mana pixel checks even if you dont need it. So I put in a way to disable them. this removes several pixel checks which should speed up the script if you do not need mana to be monitored.

    Previous additions:
    Puts flasks on cooldown when you manually use them.
    Checks if chat is open and pauses
    Hit all your flasks at once, and added a GUI element in the hotkey section to use this. (default is CapsLock)

    this adds:
    Pauses script when stash or inventory page is open
    Gives you a checkbox to disable the mana check.
    League icon has been updated to legion.

    PoE-Wingman-1.2.1 bandit edit v2.zip
    Last edited by thebbandit; 06-28-2019 at 03:10 PM.

  5. Thanks judge001 (1 members gave Thanks to thebbandit for this useful post)
  6. #125
    xde's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebbandit View Post
    I added another gui element into the options. It is firing off 20, 25, .... 95 mana pixel checks even if you dont need it. So I put in a way to disable them. this removes several pixel checks which should speed up the script if you do not need mana to be monitored.

    Previous additions:
    Puts flasks on cooldown when you manually use them.
    Checks if chat is open and pauses
    Hit all your flasks at once, and added a GUI element in the hotkey section to use this. (default is CapsLock)

    this adds:
    Pauses script when stash or inventory page is open
    Gives you a checkbox to disable the mana check.
    League icon has been updated to legion.

    PoE-Wingman-1.2.1 bandit edit v2.zip
    Thank you, some very nice changes

  7. #126
    Bombtrap's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    - first run flasks auto-popped. I messed with CD time and it wont work anymore even i deleting script and downloading again
    - Status not showing on bottom left

    What i have to do to flasks pop automatically?

  8. #127
    pojosotos's Avatar Member
    Reputation
    3
    Join Date
    Jun 2019
    Posts
    15
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone experiencing that as well? When you tap the button you've set up to trigger the flask, it's not gonna pop it, unless you hold the button for half a second?
    If you tap-tap-tap-tap its not, if you hold for a bit its good :Z

  9. #128
    hacker143's Avatar Knight
    Reputation
    21
    Join Date
    Mar 2017
    Posts
    219
    Thanks G/R
    32/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebbandit View Post
    I added another gui element into the options. It is firing off 20, 25, .... 95 mana pixel checks even if you dont need it. So I put in a way to disable them. this removes several pixel checks which should speed up the script if you do not need mana to be monitored.

    Previous additions:
    Puts flasks on cooldown when you manually use them.
    Checks if chat is open and pauses
    Hit all your flasks at once, and added a GUI element in the hotkey section to use this. (default is CapsLock)

    this adds:
    Pauses script when stash or inventory page is open
    Gives you a checkbox to disable the mana check.
    League icon has been updated to legion.

    PoE-Wingman-1.2.1 bandit edit v2.zip
    TY very much for updating it but it seems v1.1.1 is still faster in activating the flasks

  10. #129
    thebbandit's Avatar Contributor
    Reputation
    243
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/204
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hacker143 View Post
    TY very much for updating it but it seems v1.1.1 is still faster in activating the flasks
    ok I will need to look into what method he is using to fire the flasks in that version.

    I looked at it and just much lighter code without all the gui stuff, basically its the same thing except the mana only checks for basically empty.

    I went ahead and made most of the same modifications into the 1.1.1 codebase and it is working. Going to try this one out for a while to see if it works, the GUI improvement is nice but not really necessary. lutbot lite has key f12 to quit so i matched this script with its keys. I will probably just integrate the f12 hotkey into this script so I will not need lutbot alongside trade macro.


    passthrough for each individual pot slot
    capslock for all pots manual
    pots stop when chat or inventory/stash is open.
    Swapped the keys to alt+f11 for pots and alt+f12 for autoquit
    PoE-Wingman v1.1 bandit edit v1.zip
    Last edited by thebbandit; 06-29-2019 at 10:37 PM.

  11. Thanks judge001, ayyylmao95 (2 members gave Thanks to thebbandit for this useful post)
  12. #130
    OHNaGe's Avatar Member
    Reputation
    13
    Join Date
    Jun 2012
    Posts
    34
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebbandit View Post
    ok I will need to look into what method he is using to fire the flasks in that version.

    I looked at it and just much lighter code without all the gui stuff, basically its the same thing except the mana only checks for basically empty.

    I went ahead and made most of the same modifications into the 1.1.1 codebase and it is working. Going to try this one out for a while to see if it works, the GUI improvement is nice but not really necessary. lutbot lite has key f12 to quit so i matched this script with its keys. I will probably just integrate the f12 hotkey into this script so I will not need lutbot alongside trade macro.


    passthrough for each individual pot slot
    capslock for all pots manual
    pots stop when chat or inventory/stash is open.
    Swapped the keys to alt+f11 for pots and alt+f12 for autoquit
    PoE-Wingman v1.1 bandit edit v1.zip
    Now if you could just fix 1.1.1 so the autoquit doesnt trigger with loading screens we would be in business. :-) Geat work though. Its good to see this having some updates. Thanks for your contributions!

  13. #131
    thebbandit's Avatar Contributor
    Reputation
    243
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/204
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    I dont use the auto-quit so its not on my todo :P I just like the hands free potions.

  14. Thanks judge001 (1 members gave Thanks to thebbandit for this useful post)
  15. #132
    thebbandit's Avatar Contributor
    Reputation
    243
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/204
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Since the 1.1 version is running so much faster than the bloated 1.2 version, I have gone ahead and transfered some of the nice UI improvements from the newer version into this old codebase. I also added a manual logout button to replace lutbot lite. This might be as good as ill be able to make this version of the code. I don't have the proper understanding of the workings in order to even attempt at figuring out the delve thing.

    Previous changes:
    passthrough for each individual pot slot
    capslock for all pots manual
    pots stop when chat or inventory/stash is open.
    Swapped the keys to alt+f11 for pots and alt+f12 for autoquit

    new:
    Keybindings in GUI
    Fixed portal scroll not saving or loading X and Y pos
    Added keybinding for manual logout

    GUI.png

    PoE-Wingman v1.1 bandit edit v2.zip

  16. Thanks judge001 (1 members gave Thanks to thebbandit for this useful post)
  17. #133
    thebbandit's Avatar Contributor
    Reputation
    243
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/204
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Thought I was done editing this, but instead fixed a few things and added another feature to this as well!
    Using inspiration from Quicklooks and using the Pulover macro creation tool I have written a pixel search that identifies all items in inventory.

    It is not perfect and gets caught up on items that remain red background after identifying them such as unequipable. If the pixel search loop gets stuck on an item you can stop the loop with the same keybinding, or closing your inventory, or losing focus on the game window.

    The fix for the logouts in between screens was stale data, so I just pulled fresh pixels when it fires the quit action. If it can match the onchar variable then its time to quit.

    I am looking for other utilities that would be useful for everyone and not bloat up the main flasks loop. Anyone with feature requests other than delve issue LMK! its been fun working on this


    Previous changes:
    passthrough for each individual pot slot
    capslock for all pots manual
    pots stop when chat or inventory/stash is open.
    Swapped the keys to alt+f11 for pots and alt+f12 for autoquit
    Keybindings in GUI
    Fixed portal scroll not saving or loading X and Y pos
    Added keybinding for manual logout

    Added:
    Hotkey for Identifying inventory and optionally sending to vendor/stash (sends a ctrl+click)
    Edit boxes to input your Wisdom scroll location for the above hotkey.
    Moved the logout hotkey next to the autoquit hotkey.
    Fixed logout issue in loading screens when using auto-quit

    GUI.png

    PoE-Wingman v1.1 bandit edit v3.zip

  18. Thanks Gutsuu, judge001, OHNaGe (3 members gave Thanks to thebbandit for this useful post)
  19. #134
    smokestree's Avatar Member
    Reputation
    1
    Join Date
    Jul 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry a noob here. I had some questions on setup. I wanted to know how to setup the program to run Unique flasks like Witchfire Brew and Flask of Jade Reflexes? Also wanted to know what the Duration and Rbutton and W button means?

    I have it working. Any help would be appreciated!

  20. #135
    YunhOLee's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    25
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebbandit View Post
    The fix for the logouts in between screens was stale data, so I just pulled fresh pixels when it fires the quit action. If it can match the onchar variable then its time to quit.

    I am looking for other utilities that would be useful for everyone and not bloat up the main flasks loop. Anyone with feature requests other than delve issue LMK! its been fun working on this
    Thank you so much for all your work on this script so far bandit, as for other utilities i'd really appreciate and i think a few others would too, if you could somehow add a pixel search for auto-detonating mines when it detects that we have some placed onto the ground.

Page 9 of 24 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [Selling] Selling PoE bot,Auto Quest,Map,Chaos Recipe,Lab
    By chenlaoban in forum Path of Exile Accounts Buy Sell Trade
    Replies: 0
    Last Post: 08-23-2018, 08:21 AM
  2. Is any working auto quit script?
    By metaldlugiewlosyma in forum PoE Bots and Programs
    Replies: 22
    Last Post: 08-20-2017, 05:11 AM
  3. [Selling] Pokemon Bot for sale! Auto Catch ✔ Auto Poke-stop ✔ Auto Walk and More! ✔
    By elo.killers in forum Pokemon GO Buy Sell Trade
    Replies: 2
    Last Post: 08-03-2016, 07:51 PM
  4. PQR Arena auto-quit/join
    By superxdude in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 12-14-2013, 08:02 PM
  5. [NEW] Auto Userbar+Banner+More
    By Maree in forum Community Chat
    Replies: 16
    Last Post: 04-11-2009, 02:07 PM
All times are GMT -5. The time now is 10:33 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