Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    [HELP] MoveSpeed

    ScriptAPI
    7
    13
    181
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Zhao Yun
      Zhao Yun last edited by

      f9ac4d1e-63e1-42dd-8ff1-c3e18ff89911-изображение.png
      I stopped here and do not understand what Speed.getBaseMoveSpeed () is.
      Maybe it's player move speed?
      If so, how to write it in ScriptAPI.

      LolMC 1 Reply Last reply Reply Quote 0
      • P
        port 3000 last edited by

        I can see that you are skidding autumn or smth like that

        Zhao Yun 1 Reply Last reply Reply Quote 0
        • Zhao Yun
          Zhao Yun @port 3000 last edited by Zhao Yun

          @port-3000
          Well, I want to transfer 1 module to liquidbounce.
          I can't do it?

          A Litely 2 Replies Last reply Reply Quote 0
          • A
            Aftery @Zhao Yun last edited by

            @zhao-yun you can't

            1 Reply Last reply Reply Quote 0
            • Litely
              Litely @Zhao Yun last edited by

              @zhao-yun said in [HELP] MoveSpeed:

              @port-3000
              Well, I want to transfer 1 module to liquidbounce.
              I can't do it?

              you cant

              1 Reply Last reply Reply Quote 0
              • LolMC
                LolMC @Zhao Yun last edited by

                @zhao-yun you cant

                1 Reply Last reply Reply Quote 0
                • ?
                  A Former User last edited by

                  what if I say you can

                  Litely 1 Reply Last reply Reply Quote 0
                  • Litely
                    Litely @Guest last edited by

                    @sexma you cant

                    1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User last edited by

                      I mean you can get the getBaseMoveSpeed() codes

                      Zhao Yun 1 Reply Last reply Reply Quote 0
                      • Zhao Yun
                        Zhao Yun @Guest last edited by

                        @sexma How?

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User last edited by

                          java codes:

                          eclipse_tRHyx93djd.png

                          Zhao Yun O 2 Replies Last reply Reply Quote 0
                          • Zhao Yun
                            Zhao Yun @Guest last edited by

                            @sexma
                            ty

                            1 Reply Last reply Reply Quote 0
                            • O
                              ohno @Guest last edited by ohno

                              function getBaseMoveSpeed() {
                                  var baseSpeed = 0.2875
                                  if (mc.thePlayer.isPotionActive(Potion.moveSpeed)) {
                                      baseSpeed *= 1.0 + 0.2 * (mc.thePlayer.getActivePotionEffect(Potion.moveSpeed).getAmplifier() + 1)
                                  }
                                  return baseSpeed
                              }
                              
                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post