[WingmanReloaded] Auto (Flask, Quit, Mine, Spell) & Loot (Manage, Filter, Click) menu

User Tag List

View Poll Results: Rate of patches

Voters
90. This poll is closed
  • Keep em coming, incrimental updates as they are made

    70 77.78%
  • Only patch bugs, seperate new features to another branch

    20 22.22%
Page 26 of 70 FirstFirst ... 222324252627282930 ... LastLast
Results 376 to 390 of 1046
  1. #376
    vtkc's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SirocoStore View Post
    with last update automines not working. i did a fresh install, tried to recalibrate again several times nothing works
    Yup the Auto miner is broken.

    [WingmanReloaded] Auto (Flask, Quit, Mine, Spell) & Loot (Manage, Filter, Click)
  2. #377
    noneyatemp's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2014
    Posts
    177
    Thanks G/R
    249/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vtkc View Post
    Yup the Auto miner is broken.
    Just use the older version .8 of Wingman until its fixed.

  3. #378
    noneyatemp's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2014
    Posts
    177
    Thanks G/R
    249/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebbandit View Post
    For those having issues with the detonate mines, they are working but you need to recalibrate the color. I standardized the name of the variables and the key when I made all the modifications. The key in settings.ini is now OnDetonate and the loaded variable in the script is varOnDetonate just like every other guistatus. So either change the key in your settings.ini or resample to grab and save the correct one.
    This looks to not work either.

  4. #379
    Gimli45454's Avatar Member
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    8
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Oakmyload View Post
    I also am having a problem with flasks stopping to work randomly. It was working perfectly fine with my original configuration and set up several hours ago. I logged off the game and went out came back and now it is not working. I ran the wizard again to get new configurations and still it won't work all my gamestates seem to be in order and I reloaded the script and everything and it still isn't working.. I checked to make sure I don't have night light or anything else on and even if I did when I reran the wizard shouldn't it have corrected it? If there is anythign else I can try thank you
    Hey Oak i don't know if you got it to work or not i can't seem to get it to at all but the old one is working flawlessly for me

    https://www.ownedcore.com/forums/mmo...ahk-pixel.html ([PoE-Wingman] - Auto-Flask, Auto-Quit & more (AHK, pixel))

  5. #380
    Xanlocks's Avatar Member
    Reputation
    1
    Join Date
    Dec 2019
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dose the item parse work? when i press f5 it always says no graph data on any item? it gives me all the stats under it and all but is it supposed to show a price for an item?

  6. #381
    dannoxxx1's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So ive read this thread back to front, on first install and use, i can get through the calibration no worries, the overlay flickers in and out down the bottom corner but eventually does read activated for flasks, how ever they dont work.

    But upon restarting POE or even before, the POE-wingman.ahk disappear and it stuffs the folder permissions on the directory where it was located, the file will no longer load and cannot be re-copied to the same directory.
    Capture1.png
    capture2.png

  7. #382
    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)
    OK, I finally had some time to tinker with the script again, and indeed there was some incorrect variables in the detonate function. That has been resolved, and I have also added the option of how long the script will delay pressing detonate again.

    For autoskillup, there was a delay that needed to be added between releasing your mouse, moving the mouse and then clicking. I think I found a good delay that allows it to register.

    and then for the request of allowing maps to remain in the inventory, i think I came up with a simple solution. Maps on the right 2 columns are skipped if they are magic, rare or unique. You can adjust the column it begins skipping them to allow for the entire inventory (by selecting 1) or none of the inventory (select 0) or columns starting at # (left to right)

    Code:
    Version .09.01 December/29/2019
    --------------------------------------------------------------------------------
    Bugfix for AutoDetonate function
        Fixed some incorrect variables, and in the GuiStatus
        You can now customize the delay after detonation 
            Change this in the flasks and utility tab in Auto-Mine section
    
    Timers for the AutoSkillup function are slightly loosened
        It was too fast, was not clicking the icon properly
        Added more delays between actions and mouse movement
    
    Magic, Rare, or Unique maps in the right 2 columns are skipped from stashing
        To change the column it begins skipping adjust the dropdown list
        change to 0 to disable, default is 11 to skip columns 11 and 12
        Find this setting in the inventory tab
    
    More additions to the Quest items database

  8. #383
    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 dannoxxx1 View Post
    So ive read this thread back to front, on first install and use, i can get through the calibration no worries, the overlay flickers in and out down the bottom corner but eventually does read activated for flasks, how ever they dont work.

    But upon restarting POE or even before, the POE-wingman.ahk disappear and it stuffs the folder permissions on the directory where it was located, the file will no longer load and cannot be re-copied to the same directory.
    Capture1.png
    capture2.png
    that is a pretty odd error, are you sure that is not being cause by a false flag of some kind of antivirus program? The program may be getting quarantined.

    Originally Posted by Xanlocks View Post
    Dose the item parse work? when i press f5 it always says no graph data on any item? it gives me all the stats under it and all but is it supposed to show a price for an item?
    Some items have no ninja data, mostly rare items. this is not meant to be a replacement for TradeMacro :P That information is for mostly viewing unique items, maps, gems or currency, or for making custom loot filters that have evaluators based on price.
    Last edited by thebbandit; 12-29-2019 at 03:25 AM.

  9. #384
    Wetop's Avatar Elite User
    Reputation
    370
    Join Date
    Jan 2008
    Posts
    486
    Thanks G/R
    15/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I config the automines? Nothing happens when I enable it and go toss some mines, but the tooltip keeps popping up for it being on and off when I spam D

  10. #385
    Fumy's Avatar Member
    Reputation
    1
    Join Date
    Sep 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sadly it doesnt work with 3440x1440 which isnt really 21:9 more like 21:8.7x, is there an easy way to adjust this myself?

  11. #386
    notorious879's Avatar Member
    Reputation
    9
    Join Date
    Nov 2011
    Posts
    74
    Thanks G/R
    0/8
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,

    First of all, thanks for your plugin i've been using it for long times now and its really an ease of life!

    But i do have a problem with it, with the disconnect function.

    I have it setup to 30% threshold and quit via "D/C" method, with log back in afterwards checked. It work nice when damage are linear most of the time but for exemple when i'm being bursted and so really need to be disconnected, it has some kind of latency wich result into a death, its like the d/c isnt trigger directly.

    Do i need to use others quit via settings? Whats the fastest, how to improve it?

    Thanks in advance!

  12. #387
    Oakmyload's Avatar Member
    Reputation
    3
    Join Date
    Dec 2019
    Posts
    3
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I set up loot vacuum settings for colors of items without hovering over the actual item to get the color sample? Since the sample you take when you hover is actually a different color from when the item is on the ground. So item picks up fine when I'm manually hovering over the item and hit the item pick up key, but it won't recoginze the item on the ground until I actually hover over it?

  13. #388
    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 Wetop View Post
    How do I config the automines? Nothing happens when I enable it and go toss some mines, but the tooltip keeps popping up for it being on and off when I spam D
    you cannot be in the hideout while testing, go out into the world

    Originally Posted by Fumy View Post
    Sadly it doesnt work with 3440x1440 which isnt really 21:9 more like 21:8.7x, is there an easy way to adjust this myself?
    i have considered a method of loading custom values from an INI, instead of being rescaled you can provide your own. I will be looking into that sometime soon.

    Originally Posted by notorious879 View Post
    Hello,

    First of all, thanks for your plugin i've been using it for long times now and its really an ease of life!

    But i do have a problem with it, with the disconnect function.

    I have it setup to 30% threshold and quit via "D/C" method, with log back in afterwards checked. It work nice when damage are linear most of the time but for exemple when i'm being bursted and so really need to be disconnected, it has some kind of latency wich result into a death, its like the d/c isnt trigger directly.

    Do i need to use others quit via settings? Whats the fastest, how to improve it?

    Thanks in advance!
    I think there is old code that needs to be removed, I continuously check for the screen again and again within each of the health checks firing. This was because the old method was using individual samples and the screen state has changed since the last OnChar check. I feel that I should be able to remove all these backup checks since we can always know the screenstate has not changed since the last sample. I will test and see if this is true.

    Originally Posted by Oakmyload View Post
    How do I set up loot vacuum settings for colors of items without hovering over the actual item to get the color sample? Since the sample you take when you hover is actually a different color from when the item is on the ground. So item picks up fine when I'm manually hovering over the item and hit the item pick up key, but it won't recoginze the item on the ground until I actually hover over it?
    You will need to turn on loot lock until you do your colors then turn it back off, since it looks like you dont have it enabled. Ingame set Key Pickup to "Use Bound Key (keybind)" in the UI tab. then you can mouse over the loot without making the color change.

  14. #389
    MrFlawlezz's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i install this?

  15. #390
    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 MrFlawlezz View Post
    how do i install this?
    First you want to make sure your resolution aspect ratio is supported, read the first post to find all that information.

    Install the latest version of AHK

    Make sure your Client.txt file is not above 128 mb (this is in your POE install folder)

    Download the latest release, extract to a folder (restrict this folders access rights to your limited user if you are using limited user, for more info go to first post)

    Run the PoE-Wingman.ahk file

    If you are not using a steamlibrary on your C drive, then you will need to locate your Client.txt file. (this is in your POE install folder)

    once you have that done, the more technical parts of the install are done.

    Here are some instructions ([WingmanReloaded] Auto (Flask, Quit, Mine, Spell) & Loot (Manage, Filter, Click)) I just posted a little while ago to help get you the rest of the way.

Page 26 of 70 FirstFirst ... 222324252627282930 ... LastLast

Similar Threads

  1. [Release] [PoE-Wingman] - Auto-Flask, Auto-Quit & more (AHK, pixel)
    By Aldoesk in forum PoE Bots and Programs
    Replies: 345
    Last Post: 12-07-2024, 05:01 AM
  2. Auto-flask/Quit for Path of Diablo?
    By stfufag in forum Diablo 2
    Replies: 3
    Last Post: 05-13-2019, 09:09 PM
  3. Dx11 Auto-Flask No pixels!
    By Xcesiuss in forum PoE Bots and Programs
    Replies: 161
    Last Post: 03-07-2017, 05:03 PM
  4. Looking for a working DX11 auto flask
    By tenaciouzd in forum PoE Bots and Programs
    Replies: 35
    Last Post: 01-10-2017, 01:39 PM
  5. Auto Attack for hunter Spell id
    By Simber in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 10-04-2014, 10:11 AM
All times are GMT -5. The time now is 06:52 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