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. Support
  3. Session Info

Session Info

Scheduled Pinned Locked Moved Solved Support
210 Posts 9 Posters 116.2k Views 2 Watching
  • 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.
  • wxdbieW Offline
    wxdbieW Offline
    wxdbie
    wrote on last edited by
    #1

    How to display count kills per session. can you please tell meundefined

    Plumer ManP suicidemouse33S 3 Replies Last reply
    1
    • wxdbieW wxdbie

      @suicidemouse

      @ElementInfo(name = "Session Info")
      class SessionInfo(x: Double = -8.0, y: Double = 57.0, scale: Float = 1F,
                  side: Side = Side(Side.Horizontal.MIDDLE, Side.Vertical.DOWN)) : Element(x, y, scale, side) {
      
          private val fontValue = FontValue("Font", Fonts.font35)
      
          override fun drawElement(): Border? {
      
              val font = fontValue.get()
      
              RenderUtils.drawRect(0F, 0F, 100F, 60F, Color(25,25,25, 128).rgb)
              RenderUtils.drawRect(0F, 0F, 100F, 17F, Color(25,25,25, 190).rgb)
      
              font.drawString(name, (9F + 16F).toInt(), 5, -1)
              font.drawString("Nick: " + mc.getSession().username, 4, 20, -1)
              font.drawString("Kills: ", 4, 30, -1)
              font.drawString("FPS: " + Minecraft.getDebugFPS().toString(), 4, 40, -1)
              font.drawString("IP: " + ServerUtils.getRemoteIp(), 4, 50, -1)
      
              return Border(0F, 0F, 100F, 17F)
          }
      }
      
      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #33

      @wxdbie said in Session Info:

      @suicidemouse

      @ElementInfo(name = "Session Info")
      class SessionInfo(x: Double = -8.0, y: Double = 57.0, scale: Float = 1F,
                  side: Side = Side(Side.Horizontal.MIDDLE, Side.Vertical.DOWN)) : Element(x, y, scale, side) {
      
          private val fontValue = FontValue("Font", Fonts.font35)
      
          override fun drawElement(): Border? {
      
              val font = fontValue.get()
      
              RenderUtils.drawRect(0F, 0F, 100F, 60F, Color(25,25,25, 128).rgb)
              RenderUtils.drawRect(0F, 0F, 100F, 17F, Color(25,25,25, 190).rgb)
      
              font.drawString(name, (9F + 16F).toInt(), 5, -1)
              font.drawString("Nick: " + mc.getSession().username, 4, 20, -1)
              font.drawString("Kills: ", 4, 30, -1)
              font.drawString("FPS: " + Minecraft.getDebugFPS().toString(), 4, 40, -1)
              font.drawString("IP: " + ServerUtils.getRemoteIp(), 4, 50, -1)
      
              return Border(0F, 0F, 100F, 17F)
          }
      }
      

      You need to add the attack event, save the entity to a variable, then you need to add any event that is repetitive, for example onUpdate. You check if the world is not null and if the targeted entity is null or dead. If the player is dead, you increment the kill variable you have by 1, then you nullify the variable that keeps track of the entity you were attacking. Finally, you add the world event, that checks if there was a world change, so you can set the kills variable to 0. Hopefully this doesn't blow your brain and it shouldn't, because the client has these events available to you.

      suicidemouse33S wxdbieW 3 Replies Last reply
      0
      • wxdbieW wxdbie

        How to display count kills per session. can you please tell meundefined

        Plumer ManP Offline
        Plumer ManP Offline
        Plumer Man
        wrote on last edited by
        #2

        Is this for your own custom build?

        wxdbieW 1 Reply Last reply
        0
        • suicidemouse33S Offline
          suicidemouse33S Offline
          suicidemouse33
          wrote on last edited by
          #3

          @plumer-man it seems like it

          1 Reply Last reply
          0
          • wxdbieW wxdbie

            How to display count kills per session. can you please tell meundefined

            Plumer ManP Offline
            Plumer ManP Offline
            Plumer Man
            wrote on last edited by
            #4

            @wxdbie you need to code it

            wxdbieW 1 Reply Last reply
            0
            • Plumer ManP Plumer Man

              Is this for your own custom build?

              wxdbieW Offline
              wxdbieW Offline
              wxdbie
              wrote on last edited by
              #5

              @plumer-man said in Session Info:

              Is this for your own custom build?

              ye

              1 Reply Last reply
              1
              • Plumer ManP Plumer Man

                @wxdbie you need to code it

                wxdbieW Offline
                wxdbieW Offline
                wxdbie
                wrote on last edited by
                #6

                @plumer-man said in Session Info:

                @wxdbie you need to code it

                But how, I do not understand😥

                1 Reply Last reply
                1
                • A Offline
                  A Offline
                  Aftery
                  wrote on last edited by
                  #7
                  This post is deleted!
                  wxdbieW 1 Reply Last reply
                  0
                  • A Aftery

                    This post is deleted!

                    wxdbieW Offline
                    wxdbieW Offline
                    wxdbie
                    wrote on last edited by
                    #8

                    @aftery said in Session Info:

                    judging by your post history the only logical conclusion is that you are pasting
                    you can display count kills per session by counting kills per session (logic is something similar to killsluts/killsults/autol/autosay/killsay/advertise w/e ppl call it) and displaying it (extreme demon level programming)

                    What difference does if I pasting something? I'm just learning.

                    Okay, I will keep that mind

                    Plumer ManP 1 Reply Last reply
                    1
                    • wxdbieW wxdbie

                      @aftery said in Session Info:

                      judging by your post history the only logical conclusion is that you are pasting
                      you can display count kills per session by counting kills per session (logic is something similar to killsluts/killsults/autol/autosay/killsay/advertise w/e ppl call it) and displaying it (extreme demon level programming)

                      What difference does if I pasting something? I'm just learning.

                      Okay, I will keep that mind

                      Plumer ManP Offline
                      Plumer ManP Offline
                      Plumer Man
                      wrote on last edited by
                      #9

                      You dont really learn if you're just pasting without learning from it...

                      wxdbieW 1 Reply Last reply
                      0
                      • Plumer ManP Plumer Man

                        You dont really learn if you're just pasting without learning from it...

                        wxdbieW Offline
                        wxdbieW Offline
                        wxdbie
                        wrote on last edited by
                        #10

                        @plumer-man said in Session Info:

                        You dont really learn if you're just pasting without learning from it...

                        I understand something. Even though I have only been studying for three weeks

                        Plumer ManP suicidemouse33S 2 Replies Last reply
                        1
                        • wxdbieW wxdbie

                          @plumer-man said in Session Info:

                          You dont really learn if you're just pasting without learning from it...

                          I understand something. Even though I have only been studying for three weeks

                          Plumer ManP Offline
                          Plumer ManP Offline
                          Plumer Man
                          wrote on last edited by
                          #11

                          Guide to session info (pasting edition):

                          • Find killsult script

                          • Paste into ide

                          • Change from sending chat message to increasing a number

                          • Display the numbers

                          • Profit

                          wxdbieW 1 Reply Last reply
                          0
                          • Plumer ManP Plumer Man

                            Guide to session info (pasting edition):

                            • Find killsult script

                            • Paste into ide

                            • Change from sending chat message to increasing a number

                            • Display the numbers

                            • Profit

                            wxdbieW Offline
                            wxdbieW Offline
                            wxdbie
                            wrote on last edited by
                            #12

                            @plumer-man okay, tyundefined

                            1 Reply Last reply
                            1
                            • wxdbieW wxdbie

                              How to display count kills per session. can you please tell meundefined

                              suicidemouse33S Offline
                              suicidemouse33S Offline
                              suicidemouse33
                              wrote on last edited by
                              #13
                              This post is deleted!
                              wxdbieW 1 Reply Last reply
                              0
                              • suicidemouse33S suicidemouse33

                                This post is deleted!

                                wxdbieW Offline
                                wxdbieW Offline
                                wxdbie
                                wrote on last edited by
                                #14

                                @suicidemouse undefined

                                suicidemouse33S 1 Reply Last reply
                                1
                                • wxdbieW wxdbie

                                  @suicidemouse undefined

                                  suicidemouse33S Offline
                                  suicidemouse33S Offline
                                  suicidemouse33
                                  wrote on last edited by
                                  #15

                                  @wxdbie ?

                                  1 Reply Last reply
                                  0
                                  • wxdbieW wxdbie

                                    @plumer-man said in Session Info:

                                    You dont really learn if you're just pasting without learning from it...

                                    I understand something. Even though I have only been studying for three weeks

                                    suicidemouse33S Offline
                                    suicidemouse33S Offline
                                    suicidemouse33
                                    wrote on last edited by
                                    #16

                                    @wxdbie said in Session Info:

                                    Even though I have only been studying for three weeks

                                    You need to have at least 1.5 month of coding experience

                                    wxdbieW 1 Reply Last reply
                                    0
                                    • suicidemouse33S suicidemouse33

                                      @wxdbie said in Session Info:

                                      Even though I have only been studying for three weeks

                                      You need to have at least 1.5 month of coding experience

                                      wxdbieW Offline
                                      wxdbieW Offline
                                      wxdbie
                                      wrote on last edited by
                                      #17

                                      @suicidemouse said in Session Info:

                                      You need to have at least 1.5 month of coding experience

                                      Well, i learningundefined

                                      1 Reply Last reply
                                      1
                                      • A Offline
                                        A Offline
                                        Aftery
                                        wrote on last edited by
                                        #18
                                        This post is deleted!
                                        suicidemouse33S wxdbieW 2 Replies Last reply
                                        0
                                        • A Aftery

                                          This post is deleted!

                                          suicidemouse33S Offline
                                          suicidemouse33S Offline
                                          suicidemouse33
                                          wrote on last edited by suicidemouse33
                                          #19

                                          @aftery the op wants to make session info in kotlin, making one in kotlin isn't easy as 2+2, its not easy in javascript either, and yes, snippets are useful

                                          you need more than 3 weeks of coding experience to make one

                                          1 Reply Last reply
                                          0
                                          • suicidemouse33S Offline
                                            suicidemouse33S Offline
                                            suicidemouse33
                                            wrote on last edited by suicidemouse33
                                            #20

                                            @wxdbie im suggesting that you want to make a session info that looks like the one which novoline uses

                                            @Plumer-Man @Aftery most people on this forum are pasters, so no one cares.

                                            wxdbieW Plumer ManP 2 Replies 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