Last Epoch \\ Top1Plays \\ BladeDancer \\ Off The Rails() \\ day(2) "bugged"

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 10

  • @klarer4607
    @klarer4607 Місяць тому

    Can you help me with runemaster macro?(plasma orb)

    • @MrAllbrother
      @MrAllbrother  Місяць тому

      yes. do you know what problem may be?

    • @klarer4607
      @klarer4607 Місяць тому

      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

    • @MrAllbrother
      @MrAllbrother  Місяць тому

      @@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
      _____________________________________________________________________

    • @klarer4607
      @klarer4607 Місяць тому

      I use this yes

    • @klarer4607
      @klarer4607 Місяць тому

      Now i got it sry iam retarded used tje wrong reowyns... sry bro

  • @동네오빠-m2v
    @동네오빠-m2v Місяць тому +1

    빌드 플랜 부탁드립니다 😊😊