-
Member
How do I prevent it from using many charges at the same time? It's popping all of them as soon as I go under HP/Mana..
For quicksilver there's a delay before you use it again, something similar doesn't work for HP/Mana Flasks
Also, the settings for autologout I can't seem to find those either...
Last edited by Itsalex; 12-03-2018 at 03:26 PM.
-
Member
Originally Posted by
Itsalex
How do I prevent it from using many charges at the same time? It's popping all of them as soon as I go under HP/Mana..
For quicksilver there's a delay before you use it again, something similar doesn't work for HP/Mana Flasks
Also, the settings for autologout I can't seem to find those either...
Just use Flask with the Mods: Bubbling, Panicked and Seething. They are prefered in the endgame.
If you want to stop the script taking your potion so fast , you can change the random sleep time after using the potion in the script. But this can be risky, it won't heal you as long the script is sleeping, as far I understand AHK.
-
Member
Originally Posted by
Gutsuu
Just use Flask with the Mods: Bubbling, Panicked and Seething. They are prefered in the endgame.
If you want to stop the script taking your potion so fast , you can change the random sleep time after using the potion in the script. But this can be risky, it won't heal you as long the script is sleeping, as far I understand AHK.
Ok, understandable that I can use those mods on flasks but I won't have access to them leveling the new league
What about the autoquit? I can't set it up, f1 button doesn't work and I can't find the settings for it
-
Member
-
Member
no matter what I try can't get mana potion working. used the previous settings for full hd resolution from couple users, still doesn't work. any ideas?
-
Active Member
Any chance someone kind enough can update for this to also include auto-use of a mana flask too?
-
Member
ill repost this here too:
---------------------------------------------------------
neocon update from nidarks script
its league start, and some bans where enforced in recent months, even with popular streamers.
still... a good autopot script is a huge QOL improvement.
gurud is not being updated in years. RIP to the best there was.
all the other ones werent properly working for me, so i modified nidarks script (thx to him)
(original: mmo...anion-ahk.html)
THIS AUTOPOT+QUICKSILVER WORKS FOR ME. cant guarantee it will for you.
(1920x1080 standalone, second monitor to the right of your POE window works too. it is pixelsearching the red colors in the hp globe, as well as blue at about 15% mana. if you play ES, this wont work. if you have more mana reserved, deactivate the mana drinking part)
if you want to know what i updated, read my post on page 182 of gurud thread. if you want to change the script to your resolution using pixelsearch, ready my post on page 182 of aforementioned thread.
post: https://www.ownedcore.com/forums/mmo...ml#post3829946
about bans: in the PoeCompanion.ini i recommend only potting one flask at a time, since multiple inputs can probably be detected
Code:
TriggerHPLow=00100
TriggerHPAvg=01000
TriggerHPHigh=10000
TriggerManaLow=00001
TriggerQuicksilver=00010
i rewrote it that on lower hp it triggers the second and third flask after a small random number of ms (between 50 and 100).
also it triggers the quicksilver flask. i wanted to include quicksilver in this script, but to pause it i could only pause the script, so it doesnt use quicksilver again. this also paused auto-healthpotting.
so i put my simple quicksilver script in a second script (so i gotta run 2 scripts)
its called neoquick.ahk
Code:
loop {
IfWinActive, Path of Exile
{
Keywait, LButton, t.8
;time to wait how long left mouse button was pressed - .8 = 0.8 seconds
;this fits for me, as long as holding left mouse is my main walking skill
if (ErrorLevel=1) {
SendInput, 4
;press button 4, where my quicksilver is at
Sleep 4000
;wait 4 seconds until started again
;if you want another quicksilver flask to be used after 4 seconds, just add another send and sleep afterwards
;SendInput, 3
;Sleep 4000
}
}
}
if you want to use this before league starts, test it in standard.
i made a version with autoquit (chickenscript) and one where i left it out, since i rarely had any time to play in the last months and just played one softcore char last league. and in softcore autochicken is sometimes annoying (especially while in labyrinth)
Companion-Neo-with-q
-is the version with chicken, duh 
ONLY TESTED IN WINDOWED BORDERLESS STANDALONE 1920x1080
MAIN SCRIPT IS Companion-Neo-with-q.ahk, QUICKSILVER is NeoQuick.ahk - activate both.
DONT FORGET TO ALT+F11 and ALT+F12 to start autopot and autoquit
download:
TinyUpload.com - best file hosting solution, with no limits, totaly free
still: sometimes it feels as if it doesnt react as fast as guruds script did before, especially on the chicken... sadly, i cant change that. again.... RIP old piece of awesomeness.
if you read and change the code: im not a programmer, it is definitely not beautifully executed. i just rewrote what works for me. and it should work for anyone with 1920x1080 standalone.
i share it, so it maybe helps someone out there.
but i cant do requests.
if there is any better undetected script out there, feel free to tell me 
p.s.: i recommend changing the names of the scripts
-
Post Thanks / Like - 2 Thanks
-
Active Member
-
Active Member
I had a look through the macro neocon, but couldn't find which flasks are meant to be in which of the slots 1-5 for it to work. Or does it not matter?
Any help here would be much appreciated.
-
Member
this is my configuration. if you want to play with it, its life-life-utility/quicksilver(selfcast)-quicksilver-mana
if you want to change mana and life flasks, change the poecompanion.ini
triggerhphigh for the flask to trigger at around 80% life
triggerhpavg+triggerhplow are activated at around 60% in addition to triggerhphigh. in my config.
for quicksilver flask you have to change the "SendInput, 4" (this means it presses 4 after 0,8sec holding mouse down - change it to 1-5 for your quicksilver. or just leave it as is)
hope that helps.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to neocon_ for this useful post)
-
Active Member
how can I make this work for 2560x1440 ?
-
Member
I've tried @neocon_ config and it doesn't work at all for me.
-
Active Member
The only slot or flask that works for me is slot three. The health pot in slot #3 will trigger and work as it's meant too, but none of the other slots will trigger no matter what flask you put in them.
-
Member
Hello, auto logout didnt work for me. I tried to play HC and died 3 times. Iam using x64 1920x1080 windowed borderless resolution. I downloaded the script but autologout not working for me. I left my char in opened map and watch what will happen. Can anyone give me working auto logout script.
-
Originally Posted by
koksito
Hello, auto logout didnt work for me. I tried to play HC and died 3 times. Iam using x64 1920x1080 windowed borderless resolution. I downloaded the script but autologout not working for me. I left my char in opened map and watch what will happen. Can anyone give me working auto logout script.
Last I knew, the PoEHUD plugin works like a charm.