Thread: Numbers popping up in chat after command/button clicking

Results 1 to 9 of 9
  1. #1 Numbers popping up in chat after command/button clicking 
    Registered Member

    Join Date
    Sep 2014
    Posts
    2,080
    Thanks given
    3,003
    Thanks received
    1,114
    Rep Power
    5000
    im gay
    Reply With Quote  
     

  2. #2  
    Coding coding coding...

    Ivo's Avatar
    Join Date
    Mar 2008
    Age
    33
    Posts
    1,425
    Thanks given
    30
    Thanks received
    147
    Rep Power
    2017
    Those are probably string ID-s
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Sep 2014
    Posts
    2,080
    Thanks given
    3,003
    Thanks received
    1,114
    Rep Power
    5000
    Quote Originally Posted by Ivo View Post
    Those are probably string ID-s
    Probably are, anyway I can like hide em?
    Also it doesn't just show for admins, it shows for normal members too.
    Reply With Quote  
     

  4. #4  
    Registered Member Lil Peep's Avatar
    Join Date
    Oct 2012
    Posts
    881
    Thanks given
    234
    Thanks received
    58
    Rep Power
    0
    Quote Originally Posted by Ivo View Post
    Those are probably string ID-s
    L0l?

    These are action button Id's.

    You can remove this (Highly suggest not doing so as they are usually configured to only show for owners) by going to wherever you assign button clicking actions.

    PI is ClickingButtons I believe. Then just search for:

    Code:
    System.out.println(
    And comment it out.
    Attached image Attached image Attached image Attached image Attached image
    Reply With Quote  
     

  5. #5  
    Coding coding coding...

    Ivo's Avatar
    Join Date
    Mar 2008
    Age
    33
    Posts
    1,425
    Thanks given
    30
    Thanks received
    147
    Rep Power
    2017
    Quote Originally Posted by Matchbox 20 View Post
    L0l?

    These are action button Id's.

    You can remove this (Highly suggest not doing so as they are usually configured to only show for owners) by going to wherever you assign button clicking actions.

    PI is ClickingButtons I believe. Then just search for:

    Code:
    System.out.println(
    And comment it out.
    Action button ID-s when doing commands input? The fk you been smoking.

    also...

    Code:
    System.out.println(
    has absolutely nothing to do with sending ingame messages...
    Reply With Quote  
     

  6. Thankful users:


  7. #6  
    Registered Member
    The Reverse's Avatar
    Join Date
    Nov 2014
    Posts
    936
    Thanks given
    168
    Thanks received
    289
    Rep Power
    520
    If this occurs when you press a button, find the case id for it and check there.

    Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.
    Martin Luther King, Jr.

    Reply With Quote  
     

  8. #7  
    Registered Member
    TheChosenOne's Avatar
    Join Date
    Jan 2013
    Posts
    967
    Thanks given
    47
    Thanks received
    161
    Rep Power
    366
    Quote Originally Posted by Ivo View Post
    Action button ID-s when doing commands input? The fk you been smoking.

    also...

    Code:
    System.out.println(
    has absolutely nothing to do with sending ingame messages...
    You're right the println doesn't have anything to do with sending ingame messages, but I too would believe it are actionIds. At least the teleport ones. That of course doesn't explain the command ones.

    Either way, it's also possible they aren't sent by the server, but are 'sent' by the client itself.

    @Quacked: could you find the method which sends text to a player inside the client. I mean the method itself which takes text as a parameter.
    In this, could you temporary print all messages and confirm if the numbers are printed there as well?

    If yes, then they are sent by the server. In that case, find a usage of that method coming from the "clickingButtons" packet.
    If no, then the ids are 'sent' by the client. In that case try and find the usage of the method that sends text to the chatbox. You can try and find this method by tracing the packet which sends text to the chatbox (the packet which is sent by the you've debugged in the server).
    Reply With Quote  
     

  9. #8  
    Registered Member Lil Peep's Avatar
    Join Date
    Oct 2012
    Posts
    881
    Thanks given
    234
    Thanks received
    58
    Rep Power
    0
    Quote Originally Posted by Ivo View Post
    Action button ID-s when doing commands input? The fk you been smoking.

    also...

    Code:
    System.out.println(
    has absolutely nothing to do with sending ingame messages...
    But a string Id has to do with a packet that takes input?? Lmfao.
    Also, like I said most bases use console outputting and/or in-game messages.

    Clearly you've been smoking something based on your retarded avatar.

    @OP gl with problem let me know if you still need help.
    Attached image Attached image Attached image Attached image Attached image
    Reply With Quote  
     

  10. #9  
    Registered Member
    Join Date
    May 2016
    Posts
    47
    Thanks given
    1
    Thanks received
    2
    Rep Power
    18
    Assuming you are coding in eclipse, just search the entire project with the search feature. Look for the following.

    Code:
    c.sendMessage(somthinghere);
    and sort through them until you find something related to ids for action buttons and things like that.. unless your and also search for a boolean for debug mode or something as a lot of servers have that and it being true could explain why those are showing up, as well as your rank. If you have any players ask and see if its showing that for them as well.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Commands staying in chat after being entered
    By HalcyonRSPS in forum Help
    Replies: 5
    Last Post: 04-17-2014, 02:19 PM
  2. ID pop ups to chat
    By Ruoskat in forum Help
    Replies: 2
    Last Post: 04-09-2014, 07:47 PM
  3. Replies: 8
    Last Post: 01-26-2013, 10:29 PM
  4. Npc heads messed up in chat
    By D-I-V-I-N-E in forum Help
    Replies: 3
    Last Post: 07-21-2010, 07:45 AM
  5. [503]Attack option pops up in wild[503]
    By Abyssal head in forum Tutorials
    Replies: 11
    Last Post: 08-30-2008, 12:33 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •