-
Member
Originally Posted by
Galavant
Mine is something like that, and it get use when u didnt have charged staff or it expires in 3sec:
PlayerBuffs["power_charge"].Charges >= 3
!PlayerBuffs.Has("ChargedStaffPlayer")
PlayerBuffs["charged_staff_stack_B385"].TimeLeft <= 3
It counteracts from spamming with every stack.
is this still working for you ?
i put same cmd, but its not working for me.
could you post me your details pls ?
-
Active Member
Originally Posted by
MrTi
is this still working for you ?
i put same cmd, but its not working for me.
could you post me your details pls ?
just tested it, works fine, copy paste this code:
PlayerBuffs["power_charge"].Charges >= 3 && !PlayerBuffs.Has("ChargedStaffPlayer") && PlayerBuffs["charged_staff_stack_B385"].TimeLeft <= 3
-
Member
Screenshot 2025-01-24 152325.jpg
what i am missing here ?
have powercharges and still not activating
-
Originally Posted by
MrTi
You have incorrect profile selected.
If I did not reply to you, it mean the question you are asking is stupid.
-
Post Thanks / Like - 1 Thanks
MrTi (1 members gave Thanks to GameHelper for this useful post)
-
Active Member
Originally Posted by
MrTi
what i am missing here ?
change profile to staff
-
Post Thanks / Like - 1 Thanks
MrTi (1 members gave Thanks to marekjemiolak for this useful post)
-
Member
omfg, thank you both of you ... i was blind :-D
-
Member
how to get radar to work on controller mode?
-
Member
my gamehelper is closing by itself when I open it, as soon as I enter the game, I've already tried running it as administrator, even the selection screen works normally but it closes when I enter the game, is there a way to solve it?
-
Active Member
Originally Posted by
kasiy777
my gamehelper is closing by itself when I open it, as soon as I enter the game, I've already tried running it as administrator, even the selection screen works normally but it closes when I enter the game, is there a way to solve it?
disable outdated plugins
-
Post Thanks / Like - 1 Thanks
kasiy777 (1 members gave Thanks to marekjemiolak for this useful post)
-
Member
-
Member
Yes its one of the plugins. Can confirm that radar, tracker is fine its one of the others
-
Member
Does both steam poe 2 and the gamehelper.exe have to run on limited user or just poe2 and steam?
-
Originally Posted by
ludmil121492
Does both steam poe 2 and the gamehelper.exe have to run on limited user or just poe2 and steam?
Just the steam and poe2
If I did not reply to you, it mean the question you are asking is stupid.
-
Post Thanks / Like - 1 Thanks
ludmil121492 (1 members gave Thanks to GameHelper for this useful post)
-
Member
How to trigger a TempestBell skill once it is usable (with => 4 charges)?
Because right now I have this condition:
PlayerSkillIsUseable.Contains("TempestBellPlayer")
And it spams all the time. Is there a way to do it?
Thank you.
-
Member
can any one advise where i can find some useful ahk scripts - newb here