Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Kotlin/Java
  3. Lightning Bolt

Lightning Bolt

Scheduled Pinned Locked Moved Kotlin/Java
7 Posts 3 Posters 473 Views
  • 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.
  • WooShi999W Offline
    WooShi999W Offline
    WooShi999
    wrote on last edited by
    #1

    X)@TUTFY9SUOONTG%`)INA1.png

     val ent = EntityLightningBolt(
                mc.theWorld,
                target!!.posX,
                target!!.posY,
                target!!.posZ
            )
    
            val canlightning =  when(lightningValue.get().toLowerCase()){
                "always" -> true
                "ondead" -> (target!!.isDead)
                else -> false
            }
    
            if (canlightning) {
                if (target != null) {
                    mc.theWorld.addEntityToWorld(-1,ent)
                    mc.thePlayer.playSound("random.explode", 0.5f, 0.5f + kotlin.random.Random.nextFloat() * 0.2f)
                }
            }
    

    Plz write it in KillAura

    HKTBH 2 Replies Last reply
    0
    • WooShi999W WooShi999

      X)@TUTFY9SUOONTG%`)INA1.png

       val ent = EntityLightningBolt(
                  mc.theWorld,
                  target!!.posX,
                  target!!.posY,
                  target!!.posZ
              )
      
              val canlightning =  when(lightningValue.get().toLowerCase()){
                  "always" -> true
                  "ondead" -> (target!!.isDead)
                  else -> false
              }
      
              if (canlightning) {
                  if (target != null) {
                      mc.theWorld.addEntityToWorld(-1,ent)
                      mc.thePlayer.playSound("random.explode", 0.5f, 0.5f + kotlin.random.Random.nextFloat() * 0.2f)
                  }
              }
      

      Plz write it in KillAura

      HKTBH Offline
      HKTBH Offline
      HKTB
      wrote on last edited by
      #2

      @wooshi999 how to use?

      Ali00035A 1 Reply Last reply
      0
      • HKTBH HKTB

        @wooshi999 how to use?

        Ali00035A Offline
        Ali00035A Offline
        Ali00035
        wrote on last edited by
        #3

        @hktb write the code on KillAura.kt

        HKTBH 1 Reply Last reply
        0
        • Ali00035A Ali00035

          @hktb write the code on KillAura.kt

          HKTBH Offline
          HKTBH Offline
          HKTB
          wrote on last edited by
          #4

          @ali00035 write where on killaura.kt ?

          Ali00035A 1 Reply Last reply
          0
          • HKTBH HKTB

            @ali00035 write where on killaura.kt ?

            Ali00035A Offline
            Ali00035A Offline
            Ali00035
            wrote on last edited by Ali00035
            #5

            @hktb in the end of KillAura.kt

            1 Reply Last reply
            0
            • WooShi999W WooShi999

              X)@TUTFY9SUOONTG%`)INA1.png

               val ent = EntityLightningBolt(
                          mc.theWorld,
                          target!!.posX,
                          target!!.posY,
                          target!!.posZ
                      )
              
                      val canlightning =  when(lightningValue.get().toLowerCase()){
                          "always" -> true
                          "ondead" -> (target!!.isDead)
                          else -> false
                      }
              
                      if (canlightning) {
                          if (target != null) {
                              mc.theWorld.addEntityToWorld(-1,ent)
                              mc.thePlayer.playSound("random.explode", 0.5f, 0.5f + kotlin.random.Random.nextFloat() * 0.2f)
                          }
                      }
              

              Plz write it in KillAura

              HKTBH Offline
              HKTBH Offline
              HKTB
              wrote on last edited by
              #6

              @wooshi999 said in Lightning Bolt:

              ondead

              ondead doesn't work

              Ali00035A 1 Reply Last reply
              0
              • HKTBH HKTB

                @wooshi999 said in Lightning Bolt:

                ondead

                ondead doesn't work

                Ali00035A Offline
                Ali00035A Offline
                Ali00035
                wrote on last edited by Ali00035
                #7
                This post is deleted!
                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                About
                • Terms of Service
                • Privacy Policy
                • Status
                • Contact Us
                Downloads
                • Releases
                • Source code
                • License
                Docs
                • Tutorials
                • CustomHUD
                • AutoSettings
                • ScriptAPI
                Community
                • Forum
                • Guilded
                • YouTube
                • Twitter
                • D.Tube
                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups