Thread: Where would I find the positioning of the return codes/welcome strings?

Results 1 to 7 of 7
  1. #1 Where would I find the positioning of the return codes/welcome strings? 
    Registered Member Lil Peep's Avatar
    Join Date
    Oct 2012
    Posts
    881
    Thanks given
    234
    Thanks received
    58
    Rep Power
    0
    Sorry, not a big client guy. Just looking for the line(s) of coe in the client so I can move the positioning of my return code output, and welcome screen input.

    I'll give thanks to whoever can point me to it. Not a big client guy, or ever looked into this.

    Example:

    Attached image Attached image Attached image Attached image Attached image
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    It should be in the login method in client.java
    Reply With Quote  
     

  3. #3  
    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 Nighel View Post
    It should be in the login method in client.java
    I meant the code for where the client sets the position of the text, not the text itself.
    Attached image Attached image Attached image Attached image Attached image
    Reply With Quote  
     

  4. #4  
    Registered Member
    TheChosenOne's Avatar
    Join Date
    Jan 2013
    Posts
    967
    Thanks given
    47
    Thanks received
    161
    Rep Power
    366
    Have you searched for usages of that string variable?
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    drawLoginScreen

    there should be something like this

    Code:
    				if(loginMessage1.length() > 0)
    				{
    					smallText.method382(0x653200, 383, loginMessage1, 190, false);
    					smallText.method382(0x653200, 383, loginMessage2, 213, false);
    				} else
    				{
    					smallText.method382(0x653200, 383, loginMessage2, 203, false);
    				}
    Reply With Quote  
     

  7. Thankful user:


  8. #6  
    Kairos
    Kairos..'s Avatar
    Join Date
    Dec 2015
    Posts
    154
    Thanks given
    21
    Thanks received
    20
    Rep Power
    34
    Quote Originally Posted by Bob the Cat View Post
    Sorry, not a big client guy. Just looking for the line(s) of coe in the client so I can move the positioning of my return code output, and welcome screen input.

    I'll give thanks to whoever can point me to it. Not a big client guy, or ever looked into this.

    Example:



    Looks like you're using Rawpkz.

    Open Client.java and search for
    Code:
    0xFF981F, 765 / 2, this.loginMessage1
    Should display something like

    Code:
    			this.smallText.method382(0xFF981F, 765 / 2, this.loginMessage1, 220, true);
    			this.smallText.method382(0xFF981F, 765 / 2, this.loginMessage2, 240, true);

    simply change the 220 and 240 to your desired Y Coords.
    Reply With Quote  
     

  9. Thankful user:


  10. #7  
    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 Kairos.. View Post
    Looks like you're using Rawpkz.

    Open Client.java and search for
    Code:
    0xFF981F, 765 / 2, this.loginMessage1
    Should display something like

    Code:
    			this.smallText.method382(0xFF981F, 765 / 2, this.loginMessage1, 220, true);
    			this.smallText.method382(0xFF981F, 765 / 2, this.loginMessage2, 240, true);

    simply change the 220 and 240 to your desired Y Coords.
    Thanks. Really did me a solid. I ad originally checked the call Hierarchy for it and overlooked this particular call. I assmed the X and Y parameters would have been refactored and side by side. Ah well, thanks to everyone who provided the answer.

    Outcome:
    Attached image Attached image Attached image Attached image Attached image
    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. Replies: 0
    Last Post: 01-16-2013, 08:33 AM
  2. What determines the state of the bar in the username box?s?
    By Ambient in forum Forum Related Help
    Replies: 5
    Last Post: 10-10-2011, 02:04 AM
  3. 634 request for gfx id of the special of the whip
    By Zᴀᴄʜ in forum Requests
    Replies: 0
    Last Post: 02-04-2011, 05:01 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •