Hi guys, does anyone know if this program can use diamond flasks (critical strike flasks)?
Thanks
First of all, thank you for the awesome multiscript, i've been using it for quite some time.
One addition i think would be awesome for the multiscript is to chain an instant flask to the chicken script which some people do as a macro to prevent the bot from ripping during the logout.
Thank you
not sure if that is already being done, but might as well chain/spam all the flask before it chickens out.
Not sure why, but with the new update from 10/05... it will use my mana pot once, and get stuck until I press the mana pot button once, in which it does not use the pot on the first press (As if there is a "release-the-key" issue.
since the 10.2.14 update I get this message when either running as .ahk or compiling.
I tried just using the compiled version on the front page and it loads fine but instead of using my pots it triggers my skills. My skills are bound 1-5 and pots EDCRF. before the 10.2.14 update the script had no issues using the correct buttons the way they are currently configured. Any one have any ideas?
I notice when i am on lowlife build, if i zone into a map/hideout and if i have the min life % to use jade/granite or elm flask set to 100, it will automatically use up a charge. However, if you do try this with lowlife off or a normal char and the settings for the flask are at 100, if you zone, it will not use up a charge, is it possible to set it so that the lowlife build does not use up a charge as well when zoning with the flask at 100%.
tools spaming mana and health pots 2 times instead of 1. have same problem on version 10.05 and previous aswell. Flasks are not instant. Anyone know how to fix that?
Hi all,
I would like to use the method of sending chat commands without PoE being active. I have seen this part in the code:
I wonder how can I use it also, the thing that I'm missing is the hwnd variable. How can I obtain it? Can I do it without reading the memory?SetKeyDelay, 60, 20
ControlSend,,{NumpadEnter}, % "ahk_id" hwnd
ControlSendRaw,,`/trade %TradeChannel%, % "ahk_id" hwnd
ControlSend,,{NumpadEnter}, % "ahk_id" hwnd
SetKeyDelay, 0, 0
Thanks for any help.
EDIT: Alright, I got it.
Loop, %WinID%
{
WinGet, ProcModuleName, ProcessName, % "ahk_id" WinID%A_Index%
If (ProcModuleName!="PathOfExile.exe") And (ProcModuleName!="PathOfExileSteam.exe")
{
continue
}
WinGet, CurrPID, PID, % "ahk_id" WinID%A_Index%
hwnd:=WinID%A_Index%
}
Last edited by harrydom; 10-12-2014 at 05:09 AM.
UPDATE ON 10/14/2014
Change Logs:
1. Fixed bugs of last version.
2. Added support for Garena - Singapore/Malasya and Taiwan.
tnx to callus1985 for this info:
Code:Catalysed = 催化的 Bubbling = 起泡的 Saturated = 飽和的 Seething = 沸騰的 Panicked = 恐慌的
Last edited by gurud; 10-14-2014 at 06:58 PM.
i notice that while playing under lowlife build, while i am fighting atziri or doing an eleron mission, the game will boot me into the login menu and it says something like you have been kicked for performing too many actions at once, etc. Anyone else come across this message? With Lowlife, i have the hp flask being pretty much constantly spammed, i set it to like 45% and the instand hp spam is like 15%, but this only happens vs atziri or eleron.
New update not work for me :/ I run as administrator as always and when I'm in the game, script not work.
ps. Previous version worked without any problems
Last edited by kamil10; 10-16-2014 at 06:26 AM.