Thread: 525 rs2hd Loginblock Resizable login

Results 1 to 5 of 5
  1. #1 525 rs2hd Loginblock Resizable login 
    Registered Member
    Anadyr's Avatar
    Join Date
    Nov 2009
    Posts
    682
    Thanks given
    31
    Thanks received
    100
    Rep Power
    675
    any1 know what i should do to add resizable login on my login block i dont really know much bout rs2hd im really confused...

    my login block
    Code:
    					int clientVersion = p.readInt();
    					if(clientVersion != 525) {
    					}
    		            for (int byteIdx = 0;byteIdx < 4;byteIdx++) {
    		            	p.readByte();
    		            }
    		            p.readShort();
    		            p.readShort();
    		            p.readByte();
    		            for (int byteIdx = 0;byteIdx < 24;byteIdx++) 
    		            	p.readByte();
    		            p.readRS2String();
    		            for (int byteIdx = 0;byteIdx < 3;byteIdx++) 
    		            	p.readByte();
    		            for (int it = 0;it < 2;it++)
    		                p.readInt();
    		            p.readShort();
    		            for (int i = 0; i < 26; i++) {
    		                p.readInt();
    		            }/**/
    		            
    		            int junk29 = p.readShort();
    		            int junk30 = p.readByte();
    		            int junk31 = p.readShort();
    Reply With Quote  
     

  2. #2  
    local block = 14;
    Hoodlum_'s Avatar
    Join Date
    Jun 2010
    Posts
    393
    Thanks given
    19
    Thanks received
    9
    Rep Power
    112
    Trial and Error. Try different things, I have no idea though.



    I've quit, goodbye.
    You may add [email protected]

    Quote Originally Posted by PeeHPee View Post
    every private server website in history is full of idiots

    SWAT || Garyking || Galkon


    http://www.rune-server.org/members/scu11/
    Reply With Quote  
     

  3. #3  
    damnant quod non intellegunt

    Mr Chainsaw's Avatar
    Join Date
    Sep 2006
    Age
    30
    Posts
    4,058
    Thanks given
    827
    Thanks received
    1,277
    Rep Power
    4664
    setResizable(true); I think.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Anadyr's Avatar
    Join Date
    Nov 2009
    Posts
    682
    Thanks given
    31
    Thanks received
    100
    Rep Power
    675
    tht doesnt make any sence lol..... i dont even have tht method
    Reply With Quote  
     

  5. #5  
    Nio..
    Guest
    display modes are a byte that gets read. (at least in rt5)
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •