@@klarer4607 are you using this script or a older version? was updated for this planner: lastepochtools.com/planner/olz1MyLQ uses wall set to fire. See if keys are corresponding to same as your toolbar. Runebolt set to fire only. Check if timers are fine to you. change 150 to 250 in all of them. if cast speed is low the animations have higher timers. Whats happening the script is casting it. but the game can catch the speed that the input is set to. So skips it. If open the game you probably can see the script toching the toolball but just cant register the output. _________________________________________________________________ ~RButton:: { ; Execução inicial garantida, independente do estado do botão Send, q Sleep, 150 Send, w Sleep, 150 Send, e Sleep, 150 Send, r Sleep, 150 contador := 0 ; Inicializa o contador de ciclos ; Execuções subsequentes, interrompidas se o botão for solto While GetKeyState("RButton", "P") ; Continua enquanto o botão estiver pressionado { ; Checa se já foram executados 5 ciclos do padrão original if (contador < 5) { ; Executa o ciclo padrão: w, q, q, r Send, q Sleep, 150
if !GetKeyState("RButton", "P") Break Send, w Sleep, 150 if !GetKeyState("RButton", "P") Break Send, q Sleep, 150 if !GetKeyState("RButton", "P") Break Send, r Sleep, 150 if !GetKeyState("RButton", "P") Break
contador++ ; Incrementa o contador após o ciclo completo } else { ; Executa o ciclo alternativo: w, q, e Send, q Sleep, 150
if !GetKeyState("RButton", "P") Break Send, w Sleep, 150 if !GetKeyState("RButton", "P") Break Send, e Sleep, 150 if !GetKeyState("RButton", "P") Break contador := 0 ; Reinicia o contador após o ciclo alternativo } } } return _____________________________________________________________________
Can you help me with runemaster macro?(plasma orb)
yes. do you know what problem may be?
I have youre macro but when i press right Mouse Button only starts fire ,lightning rune and ... it need 1 fire.more to activate plasma orb
@@klarer4607 are you using this script or a older version?
was updated for this planner: lastepochtools.com/planner/olz1MyLQ uses wall set to fire.
See if keys are corresponding to same as your toolbar. Runebolt set to fire only. Check if timers are fine to you. change 150 to 250 in all of them. if cast speed is low the animations have higher timers. Whats happening the script is casting it. but the game can catch the speed that the input is set to. So skips it. If open the game you probably can see the script toching the toolball but just cant register the output.
_________________________________________________________________
~RButton::
{
; Execução inicial garantida, independente do estado do botão
Send, q
Sleep, 150
Send, w
Sleep, 150
Send, e
Sleep, 150
Send, r
Sleep, 150
contador := 0 ; Inicializa o contador de ciclos
; Execuções subsequentes, interrompidas se o botão for solto
While GetKeyState("RButton", "P") ; Continua enquanto o botão estiver pressionado
{
; Checa se já foram executados 5 ciclos do padrão original
if (contador < 5)
{
; Executa o ciclo padrão: w, q, q, r
Send, q
Sleep, 150
if !GetKeyState("RButton", "P")
Break
Send, w
Sleep, 150
if !GetKeyState("RButton", "P")
Break
Send, q
Sleep, 150
if !GetKeyState("RButton", "P")
Break
Send, r
Sleep, 150
if !GetKeyState("RButton", "P")
Break
contador++ ; Incrementa o contador após o ciclo completo
}
else
{
; Executa o ciclo alternativo: w, q, e
Send, q
Sleep, 150
if !GetKeyState("RButton", "P")
Break
Send, w
Sleep, 150
if !GetKeyState("RButton", "P")
Break
Send, e
Sleep, 150
if !GetKeyState("RButton", "P")
Break
contador := 0 ; Reinicia o contador após o ciclo alternativo
}
}
}
return
_____________________________________________________________________
I use this yes
Now i got it sry iam retarded used tje wrong reowyns... sry bro
빌드 플랜 부탁드립니다 😊😊
working on it.