Dx11 Auto-Flask No pixels! menu

User Tag List

Page 5 of 11 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 162
  1. #61
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by datz View Post
    still dont work at all for me.. deleted settings and redid my stuff and still nothing dx11
    Just tested it, seems to work fine for me

    Uni X64 AHK installed?

    adjusted your values and clicked save?

    Dx11 Auto-Flask No pixels!
  2. Thanks toadskin (1 members gave Thanks to Treasure_Box for this useful post)
  3. #62
    datz's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2013
    Posts
    532
    Thanks G/R
    166/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Treasure_Box View Post
    Just tested it, seems to work fine for me

    Uni X64 AHK installed?

    adjusted your values and clicked save?
    oops :S im dumb was still using x32 ahk lol

    thank you

    edit: any way to make it use mana flasks more often? ill use one and need to use another quick and i waits a few seconds b4 itll use another
    Last edited by datz; 01-15-2017 at 11:44 PM.

  4. #63
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Treasure_Box View Post
    The problem i have with AHK is the default timer resolution is something like a minimum of 10+ms, that kinda sucks for precision. C# on the other hand can use date.time and have a resolution of 100ns (nano seconds).
    POE-FlaskManager/chicker.ahk at master * vadash/POE-FlaskManager * GitHub
    Code:
    ;================= start high resolution timer =================
    global PlayerStats := Object()
    SetHRtimer(1, "chickenTimer")	; START, 1ms timer resolution
    Sleep 100000
    SetHRtimer(0)			; STOP HR timer
    ;================================================================================
    
    ;==========================main program loop===============================
    chickenTimer(uTimerID, uMsg, dwUserP, dw1P, dw2P) {
    	readPlayerStats(PlayerStats)
    	if (PlayerStats.isInGame){
    		if (PlayerStats.maxES > 1000 and PlayerStats.maxHP = 1) { ;CI
    			if (PlayerStats.es < 0.3) {
    				run, cports.exe /close * * * * PathOfExile_x64.exe
    			}
    		} else if (PlayerStats.maxHP > 500) { ; HP
    			if (PlayerStats.hp < 0.3) {
    				run, cports.exe /close * * * * PathOfExile_x64.exe
    			}		
    		}
    	}
    }
    I did some tests. On my system it really close to 1ms timer res:
    Last edited by dlr5668; 01-16-2017 at 01:56 AM.
    github.com/vadash/EZVendor

  5. Thanks toadskin (1 members gave Thanks to dlr5668 for this useful post)
  6. #64
    wannac's Avatar Active Member
    Reputation
    16
    Join Date
    May 2012
    Posts
    144
    Thanks G/R
    81/10
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alexsteh View Post
    Added Two more abilities to be used on HP% (Let me know if you want this for CI% too)
    Please add this feature for CI,too.

  7. #65
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see people are talking up the discussion about the "lag" inside AHK, that's good. I'll take a look at the work dlr5668 did with his HRT


    Originally Posted by wannac View Post
    Please add this feature for CI,too.
    Hi wannac! I'll see what I can do later today, I will most likely need to redesign the tab area for Abilities if I were to add CI support, thanks for the suggestion!

  8. Thanks wannac, toadskin (2 members gave Thanks to Xcesiuss for this useful post)
  9. #66
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlr5668 View Post
    POE-FlaskManager/chicker.ahk at master * vadash/POE-FlaskManager * GitHub
    Code:
    ;================= start high resolution timer =================
    global PlayerStats := Object()
    SetHRtimer(1, "chickenTimer")	; START, 1ms timer resolution
    Sleep 100000
    SetHRtimer(0)			; STOP HR timer
    ;================================================================================
    
    ;==========================main program loop===============================
    chickenTimer(uTimerID, uMsg, dwUserP, dw1P, dw2P) {
    	readPlayerStats(PlayerStats)
    	if (PlayerStats.isInGame){
    		if (PlayerStats.maxES > 1000 and PlayerStats.maxHP = 1) { ;CI
    			if (PlayerStats.es < 0.3) {
    				run, cports.exe /close * * * * PathOfExile_x64.exe
    			}
    		} else if (PlayerStats.maxHP > 500) { ; HP
    			if (PlayerStats.hp < 0.3) {
    				run, cports.exe /close * * * * PathOfExile_x64.exe
    			}		
    		}
    	}
    }
    I did some tests. On my system it really close to 1ms timer res:
    Yes this way seems better than the old method at lest for precision Gurud was using some custom timer. It also helps that this this tool isn't 4,000+ lines yet :P

    Also been checking out AutoGUI.ahk, nice visual editor for the gui.

  10. #67
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Treasure_Box View Post
    Yes this way seems better than the old method at lest for precision Gurud was using some custom timer. It also helps that this this tool isn't 4,000+ lines yet :P

    Also been checking out AutoGUI.ahk, nice visual editor for the gui.
    I was planning on using AutoGUI, but.. my project didn't save after Windows Update. I only had the output code for AHK, so I did the rest manually heh :P

  11. #68
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alexsteh View Post
    I was planning on using AutoGUI, but.. my project didn't save after Windows Update. I only had the output code for AHK, so I did the rest manually heh :P
    Yeah its fairly nice been seeing what i could do to spruce up the UI, little clunky but i was able to clone each of the tabs, albeit you have to refactor all of the var names as it just clones them with place holders names.

  12. #69
    moniesforyou's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    18
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Had the same var for hp being used for shield in chicken..i pushed the fix a min ago..my first ever github push lol

  13. #70
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by moniesforyou View Post
    Had the same var for hp being used for shield in chicken..i pushed the fix a min ago..my first ever github push lol
    Hi moniesforyou,
    I don't see any pull requests :: Pull Requests * Xcesius/FlaskManager-GUI * GitHub

  14. Thanks moniesforyou (1 members gave Thanks to Xcesiuss for this useful post)
  15. #71
    moniesforyou's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    18
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alexsteh View Post
    Hi moniesforyou,
    I don't see any pull requests :: Pull Requests * Xcesius/FlaskManager-GUI * GitHub
    Never really used git, just sent it

  16. #72
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by moniesforyou View Post
    Never really used git, just sent it
    Thank you, I just added it.

    Just got BuffName,BuffCharges and BuffTimer to work. Will see if I can add a Auto-Release for Blade Flurry today or later this week as always no promises.
    Last edited by Xcesiuss; 01-16-2017 at 01:21 PM.

  17. #73
    elvese's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    80
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have problem that script drinking mana flask all the time,even i set mana for 10%

  18. #74
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by elvese View Post
    i have problem that script drinking mana flask all the time,even i set mana for 10%
    Remember to install Autohotkey x64 and enable Steam box if you have steam(restart Autohotkey after you've enabled this)

  19. #75
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, thx for releasing this, it seems to be working for the most part; however, i get a popup error when it reaches my chicken threshold, so it won't log out, but i will see a popup in the middle of my screen as i run away trying not to die, lol. Also would it be possible to add in a feature where you can assign a button and it quickly will take you to hideout? Like with the previous autopot script, i assigned the button to J and while i am in town it will just warp me to hideout instead of having to always run to the wp.

    Dx11 Auto-Flask No pixels!-screenshot-141-gif

Page 5 of 11 FirstFirst 123456789 ... LastLast

Similar Threads

  1. 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
  2. Replies: 27
    Last Post: 12-19-2016, 07:57 AM
  3. Auto rez, if u die u only lose 10%
    By bloodofwar in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 05-20-2006, 04:08 PM
  4. Fishing Bot! (Auto-It)
    By janzi9 in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 05-18-2006, 10:23 PM
  5. Auto Responder
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 04-06-2006, 06:12 AM
All times are GMT -5. The time now is 08:53 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