[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 12 of 70 FirstFirst ... 891011121314151662 ... LastLast
Results 166 to 180 of 1046
  1. #166
    Selmia's Avatar Member
    Reputation
    3
    Join Date
    May 2014
    Posts
    43
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After having some troubles I was able to fix everything except Auto Mines, any suggestion how to make it work I ran the wizard and everything but everytime I place mines is doesnt do anything. Except of that really amazing thing you created here, you definitely earned a donation from me aswell.

    [WingmanReloaded] Auto (Flask, Quit, Mine, Spell) & Loot (Manage, Filter, Click)
  2. #167
    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)
    How would the item filter look for having boots that have > 50 life and > 75 in total resists look like?
    Last edited by noneyatemp; 12-01-2019 at 06:41 PM.

  3. #168
    thebbandit's Avatar Contributor
    Reputation
    227
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/203
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Selmia View Post
    After having some troubles I was able to fix everything except Auto Mines, any suggestion how to make it work I ran the wizard and everything but everytime I place mines is doesnt do anything. Except of that really amazing thing you created here, you definitely earned a donation from me aswell.
    There is a method of determining the status of any of the pixel checks, you will need to use Show Gamestates. Try and calibrate your Detonate mines, then go and open the Show Gamestates menu to confirm if the mines are being detected. If you see that they are being detected but are not being fired, it may be caused by a different hotkey assigned ingame than "D"

    Originally Posted by noneyatemp View Post
    How would the item filter look for having boots that have 50 life and 75 in total resists look like?
    Something like this would be what you want to make:
    Code:
    {"Affix":{"Affix1":"MaximumLife","Affix1Eval":">","Affix1Min":"49","Affix2":"PseudoTotalResist","Affix2Eval":">","Affix2Min":"74"},"Prop":{},"Stats":{"Stats1":"ItemClass","Stats1Eval":"~","Stats1Min":"boot"}}
    Just copy the above text to the clipboard and hit Import Loot Filter in the CLF.

    The itemclass is under stats, and the affixes you were looking for are PseudoTotalResist or PseudoTotalEleResist and MaximumLife

  4. Thanks noneyatemp, Genocyber (2 members gave Thanks to thebbandit for this useful post)
  5. #169
    Genocyber's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    108
    Thanks G/R
    111/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    20191201213151 , Client Log Found , C:\Program Files (x86)\Grinding Gear Games\Path of Exile\logs\Client.txt
    20191201213151 , First Load Results , The Southern Forest , Took 0.016588 Seconds
    20191201213322 , Client Log Found , C:\Program Files (x86)\Grinding Gear Games\Path of Exile\logs\Client.txt
    20191201213322 , First Load Results , Oriath , Took 0.030668 Seconds
    20191201213340 , Zone Change Detected , Baleful Hideout , Took 0.001978 Seconds

    The script seens to have worked fine here.

    Also, the new update working flawless. Just the hud still hidding the quicksilver flask status, this is minor tho.
    TY
    Last edited by Genocyber; 12-01-2019 at 07:53 PM.

  6. #170
    thebbandit's Avatar Contributor
    Reputation
    227
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/203
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Genocyber View Post
    Also, the new update working flawless. Just the hud still hidding the quicksilver flask status, this is minor tho.
    TY
    That's good to hear, I had a feeling it was the file object assignment.

    I have some good news about multithreading coming soon! Will be sharing more as I work on it

  7. Thanks noneyatemp (1 members gave Thanks to thebbandit for this useful post)
  8. #171
    berkefe's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebbandit View Post
    That's good to hear, I had a feeling it was the file object assignment.

    I have some good news about multithreading coming soon! Will be sharing more as I work on it
    So thats why after client.txt file update wingman using so much cpu. It's around 20% with ryzen 3600. It was around 1% with 7.04 version.

  9. #172
    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)
    Been messing around with the loot filter and I can't figure out the stat "EleDPS". I figured out the PhyDPS stat but the EleDPS looks not to honor the value or I don't know how it calculates EleDPS.

    On poeprices.info has the rare bow EleDPS @ 115. The filter is set to save it if > 70. However, it sells the bow to the vendor.

    -Export from WingmanReloaded
    {"Affix":{},"Prop":{"Prop1":"RarityUnique","Prop1Eval":"!=","Prop1Min":"1"},"Sta ts":{"Stats1":"ItemClass","Stats1Eval":"~","Stats1Min":"bow","Stats2":"EleDps"," Stats2Eval":">","Stats2Min":"70"}}

    Any ideas?

  10. #173
    thebbandit's Avatar Contributor
    Reputation
    227
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/203
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by berkefe View Post
    So thats why after client.txt file update wingman using so much cpu. It's around 20% with ryzen 3600. It was around 1% with 7.04 version.
    It should definitely not use that much cpu resources, at most it should be around 3.5%. You are getting that cpu load with the newest patch 07.12?

    Originally Posted by noneyatemp View Post
    Been messing around with the loot filter and I can't figure out the stat "EleDPS". I figured out the PhyDPS stat but the EleDPS looks not to honor the value or I don't know how it calculates EleDPS.

    On poeprices.info has the rare bow EleDPS @ 115. The filter is set to save it if > 70. However, it sells the bow to the vendor.

    -Export from WingmanReloaded
    {"Affix":{},"Prop":{"Prop1":"RarityUnique","Prop1Eval":"!=","Prop1Min":"1"},"Sta ts":{"Stats1":"ItemClass","Stats1Eval":"~","Stats1Min":"bow","Stats2":"EleDps"," Stats2Eval":">","Stats2Min":"70"}}

    Any ideas?
    Take the item, and then use item info hotkey, it will show the graph page with information about the item. If you look at the stats section you will see the dps readouts. For ele dps its simply the weapon attack speed multiplied by the average elemental damage.

  11. Thanks noneyatemp (1 members gave Thanks to thebbandit for this useful post)
  12. #174
    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
    It should definitely not use that much cpu resources, at most it should be around 3.5%. You are getting that cpu load with the newest patch 07.12?



    Take the item, and then use item info hotkey, it will show the graph page with information about the item. If you look at the stats section you will see the dps readouts. For ele dps its simply the weapon attack speed multiplied by the average elemental damage.
    Thanks. "EleDps: 52.470000" . EleDPS !edps.

  13. #175
    berkefe's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thebbandit View Post
    It should definitely not use that much cpu resources, at most it should be around 3.5%. You are getting that cpu load with the newest patch 07.12?



    Take the item, and then use item info hotkey, it will show the graph page with information about the item. If you look at the stats section you will see the dps readouts. For ele dps its simply the weapon attack speed multiplied by the average elemental damage.
    Yes i'm getting so much cpu load after you added client.txt file feature. With 07.04 its just 1%..

  14. #176
    thebbandit's Avatar Contributor
    Reputation
    227
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/203
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by berkefe View Post
    Yes i'm getting so much cpu load after you added client.txt file feature. With 07.04 its just 1%..
    That's definitely not good, but I am not showing any kind of difference on my end. The script is still running between .1 and .7 % CPU load, I popped open task monitor and watched on the second monitor. it never went above .7%

    Gather this information:
    1. Does the script seem to still work, or does it hang when this occurs?
    2. Does it always occur at script start or only when you do something or use a specific hotkey?
    3. How large is your client.txt file
    4. What AHK version do you have installed?
    5. please use the testbench in your wingman directory and copy the results from the error.txt file
      Make sure you load into a few zones for testing purposes.
    6. Exit the script, and open it in a text editor. Find line # 2014 in the PoE-Wingman.ahk file and put the ; character in the start of the lines
      Code:
      	;Gosub, CheckLocation
      	;SetTimer, CheckLocation, 15
      Start up the script and then see if that resolves the CPU load issue.
    7. If that doesn't affect it, try using fresh install folder with no INI, then configure your log location.
      See if that makes a difference
    8. Then your desktop resolution
    9. If you don't have 1080 height, have you resampled your FindText strings?


    Then if you would submit all of that onto a new Bug Report thread, we can attempt to get to the bottom of that.
    Last edited by thebbandit; 12-02-2019 at 11:10 PM.

  15. #177
    Robertuss10's Avatar Member
    Reputation
    1
    Join Date
    Feb 2019
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there an option to hide Autoflasks, Qs and Autoquit from showing on my Health orb? Or atleast move it somewhere else? I would prefer to hide it or move to top right corner.

  16. #178
    thebbandit's Avatar Contributor
    Reputation
    227
    Join Date
    Feb 2010
    Posts
    427
    Thanks G/R
    23/203
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Code:
    Version .07.12 December/03/2019
    --------------------------------------------------------------------------------
    Reworked how the Id/Vend/Stash hotkey starts
        Now scans for just OnChar and OnInventory at very start
        Using the location status it determines if it should look for the stash
        Searching for vendor after stash now only happens in hideout
            thinking of adding vendors for each town to use in town as well
        now opens inventory nearly instantly when out in the field
            press twice to open inventory and then Id everything
    
    Fix for CLF edit menu and Export msgbox not being AlwaysOnTop
        Will once again display over the main window
    
    Warning for Missing Client.txt file is now always on top
    
    Fresh install will default to Client text in steam library on the C: drive
    
    Big thanks to tsivilay for their contribution of a reworked log parser!
        They have created an alternative method of gathering the current location
        Massively faster than the previous method, measuring in MicroSeconds
        Now it checks all lines since the last loop, and should ALWAYS capture changes
            Because of this, the loop can run at a much slower rate
        Removed some of the old code that is not needed
    Hope the client log issues are finally resolved for good.

  17. Thanks noneyatemp (1 members gave Thanks to thebbandit for this useful post)
  18. #179
    anyhtinggoes's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was working now it's giving me this

    Capture.PNG

  19. #180
    CornFlake101's Avatar Member
    Reputation
    8
    Join Date
    Jul 2013
    Posts
    103
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting the same error as Anythingoes!

Page 12 of 70 FirstFirst ... 891011121314151662 ... LastLast

Similar Threads

  1. [Release] [PoE-Wingman] - Auto-Flask, Auto-Quit & more (AHK, pixel)
    By Aldoesk in forum PoE Bots and Programs
    Replies: 344
    Last Post: 08-11-2022, 06:32 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 11:39 PM. 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