-
Member
is this working for anyone? logouts working, but quicksilver flasks and granite flasks arent?
I'm running dx9 . my sys is 64 bit, if that matters
-
Member
badplayer we need your skills :P
-
Active Member
Pull request sent to badplayerr
Last edited by poetesttt; 03-08-2017 at 01:06 AM.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to poetesttt for this useful post)
-
Member
Originally Posted by
poetesttt
Anyone need autopot for 2.6.0 can downlord it from my fork from badplayer
GitHub link
Works everything,except one?!
When you have low life,and when sript need to go on logout(for not to die),then autopot.ahk stop working,and on sreen show this error information:
-
Active Member
Originally Posted by
misterhacker
Works everything,except one?!
When you have low life,and when sript need to go on logout(for not to die),then autopot.ahk stop working,and on sreen show this error information:

Please refer to the link below, you need cports.exe.
Path of Exile AutoFlask and AutoQuit
Last edited by toadskin; 03-05-2017 at 11:26 AM.
-
Post Thanks / Like - 1 Thanks
NightwishDK (1 members gave Thanks to toadskin for this useful post)
-
Member
-
Member
Originally Posted by
poetesttt
Anyone need autopot for 2.6.0 can downlord it from my fork from badplayer
GitHub link
Hi!
I am having problems using the script. And when I compile it, same thing. It looks like something is wrong with my pc. The other script with only health and mana flasks working was showing the same problem. The owner of the script compiled himself and uploaded. It fixed the issue. (A few pages back u can see how it).
would you mind compiling it? No idea why this is happening here
-
Member
Originally Posted by
toadskin
Being a little more spcific dosen't hurt when using auto quite you need something called cports to do it properly otherise the script will failt refer to toadskin's link for more info
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to Tunelorde for this useful post)
-
Member
how can I make this use both basalt and granite at the same time? right now it will only use them one at a time
-
Member
Originally Posted by
qcorn
how can I make this use both basalt and granite at the same time? right now it will only use them one at a time
Remove basalt from granite logic and add another seperate one.
-
Active Member
Is there a working x64 version?
-
Active Member
Originally Posted by
SpaceGuy119
bot not using Granites?
I think you can try to edit Autopot.ahk with notepad++, then swap FlaskUtility1 for FlaskUtility5 and save it.
Code:
If ((!WindowQueuedFlaskEffects[k].HasKey("GraniteQueueEndtime")) || (A_TickCount>=(WindowQueuedFlaskEffects[k].GraniteQueueEndtime-lagCompensation)))
{
flaskNum:=GetMaxChargesFlaskOfType(FlasksData,"FlaskUtility5") ; Granite Flask
If (flaskNum = "")
{
flaskNum:=GetMaxChargesFlaskOfType(FlasksData,"FlaskUtility1") ; Basalt Flask
}
If (flaskNum!="")
{
Thanks for dlr5668's sharing.(Page 115 #1714) (PoE Autoflask & AutoScript, Improvements and updates.)
Last edited by toadskin; 03-10-2017 at 05:40 AM.
-
Post Thanks / Like - 2 Thanks
dlr5668,
rowxs (2 members gave Thanks to toadskin for this useful post)
-
Member
Not working for me too, first goes basalt, then if basalt is empty goes granite, please could you give whole code for that? Thanks
-
Member
is there a version that's updated, for use of quicksilvers?
if so can i have a trusted link pls
-
Member
Originally Posted by
toadskin
I think you can try to edit Autopot.ahk with notepad++, then swap FlaskUtility1 for FlaskUtility5 and save it.
Code:
If ((!WindowQueuedFlaskEffects[k].HasKey("GraniteQueueEndtime")) || (A_TickCount>=(WindowQueuedFlaskEffects[k].GraniteQueueEndtime-lagCompensation)))
{
flaskNum:=GetMaxChargesFlaskOfType(FlasksData,"FlaskUtility5") ; Granite Flask
If (flaskNum = "")
{
flaskNum:=GetMaxChargesFlaskOfType(FlasksData,"FlaskUtility1") ; Basalt Flask
}
If (flaskNum!="")
{
Thanks for dlr5668 sharing.(Page 115 #1714) (PoE Autoflask & AutoScript, Improvements and updates.)
I can confirm "Not working for me too, first goes basalt, then if basalt is empty goes granite" I would like for it to activate both basalt and rumi's concoction.