-
Member
Originally Posted by
Impulzee
Works for me ty.
can u tell us, what do u have changed ?
-
Active Member
Originally Posted by
poetesttt
The offset of FlasksData[A_Index].EffectDuration seems change.
If you want to simply make quicksilver work, just set "EffectDuration := 40" instead of "EffectDuration:=FlasksData[flaskNum].EffectDuration" before line WindowQueuedFlaskEffects[k].QuickQueueEndtime:=A_TickCount+EffectDuration*100"
thanks for the fix.
Last edited by henkiedemol; 12-03-2016 at 10:01 AM.
-
Member
I did the change of page 145 but now the base pointer shows 0 so none of the utility works can someone who has a non-steam version working please upload it with the changes
-
Member
have it working, anyone that is having trouble, make sure you change to directx 9 inside of path of exile options menu
Last edited by jumpcloned; 12-03-2016 at 01:32 PM.
-
Member
should you use "directx 9" or "directx 9 Ex"? Cant get mine to work
-
Originally Posted by
wowbanned123
should you use "directx 9" or "directx 9 Ex"? Cant get mine to work
I also wanna know the difference between them.
-
Member
Im using DX9 NOT the DX9EX
-
Member
Ok got everything to work now, just followed this
If you want to edit autopot.ahk yourself
FlaskLocalstatsPtr:=GetMultilevelPointer(ph,[currFlaskPtr,4,0x18,0x1c,0xC]) to FlaskLocalstatsPtr:=GetMultilevelPointer(ph,[currFlaskPtr,4,0x18,0x14,0xC])
using directX 9
-
Post Thanks / Like - 1 Thanks
gfnparty (1 members gave Thanks to wowbanned123 for this useful post)
-
Active Member
Originally Posted by
zaafar
I also wanna know the difference between them.
Hello zaafar,
Below is what I searched from Microsoft website, and it seems to be a issue of Vista. right?
https://support.microsoft.com/en-us/kb/939998
-
Member
Originally Posted by
jumpcloned
have it working, anyone that is having trouble, make sure you change to directx 9 inside of path of exile options menu
dosn't work, do u play in Fullscreen ? also direct9 Windowed Fullscreen dosn't work.
-
Member
Last edited by omnivore; 03-14-2017 at 02:43 PM.
-
Member
Originally Posted by
wowbanned123
Ok got everything to work now, just followed this
using directX 9
good, its work, but if u play in Windowed fullscreen, u need to make ur windows 7 toolbar/taskbar as auto hiden.
this is worked version
Yandex.Disk
Last edited by gfnparty; 12-03-2016 at 03:53 PM.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to gfnparty for this useful post)
-
Banned
If you are playing the blade furry build and want to set it so that blade furry goes off when it's max aps at 6/7 search for this line "loop, %BuffAmount%" in the Autopot.ahk script.
Then copy/paste the code below over the "loop, %BuffAmount%". Credit goes to dlr5668 or whoever wrote it.
loop, %BuffAmount%
{
If InStr(playerstats.BuffName[A_Index], "charged_attack")
{
BuffCharges:=PlayerStats.BuffCharges[A_Index]
If (BuffCharges = 6)
{
GetKeyState, state, RButton
Sendinput, {RButton Up}
if state = D
Sendinput, {RButton Down}
}
}
should look something like this https://lh3.googleusercontent.com/-Y...7_20-54-22.png
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to ReadyToKill for this useful post)
-
Member
please add link for 64bit version. cant download =( sorry for my bad english
-
Member
Originally Posted by
ReadyToKill
If you are playing the blade furry build and want to set it so that blade furry goes off when it's max aps at 6/7 search for this line "loop, %BuffAmount%" in the Autopot.ahk script.
Then copy/paste the code below over the "loop, %BuffAmount%". Credit goes to dlr5668 or whoever wrote it.
loop, %BuffAmount%
{
If InStr(playerstats.BuffName[A_Index], "charged_attack")
{
BuffCharges:=PlayerStats.BuffCharges[A_Index]
If (BuffCharges = 6)
{
GetKeyState, state, RButton
Sendinput, {RButton Up}
if state = D
Sendinput, {RButton Down}
}
}
should look something like this
https://lh3.googleusercontent.com/-Y...7_20-54-22.png
Hi there, unfortunately, when using notepad ++, there are two headers with:
"loop, %BuffAmount%"
and, replacing either one (haven't tried both yet) with what you pasted, breaks the ahk.