Thread: Packet sizes fix

Results 1 to 10 of 10
  1. #1 Packet sizes fix 
    Diablo1123
    Guest
    Code:
    	public static final int packetSizes[] = {
    		0, 0, 0, 1, -1, 0, 0, 0, 0, 0, //0
    		0, 0, 0, 0, 8, 0, 6, 2, 2, 0,  //10
    		0, 2, 0, 6, 0, 12, 0, 0, 0, 0, //20
    		0, 0, 0, 0, 0, 8, 4, 0, 0, 2,  //30
    		2, 6, 0, 6, 0, -1, 0, 0, 0, 0, //40
    		0, 0, 0, 12, 0, 0, 0, 0, 8, 0, //50
    		8, 0, 0, 0, 0, 0, 0, 0, 0, 0,  //60
    		6, 0, 2, 2, 8, 6, 0, -1, 0, 6, //70
    		0, 0, 0, 0, 0, 1, 4, 6, 0, 0,  //80
    		0, 0, 0, 0, 0, 3, 0, 0, -1, 0, //90
    		0, 13, 0, -1, 0, 0, 0, 0, 0, 0,//100
    		0, 0, 0, 0, 0, 0, 0, 6, 0, 0,  //110
    		1, 0, 6, 0, 0, 0, -1, 0, 2, 6, //120
    		0, 4, 6, 8, 0, 6, 0, 0, 0, 2,  //130
    		0, 0, 0, 0, 0, 6, 0, 0, 0, 0,  //140
    		0, 0, 1, 2, 0, 2, 6, 0, 0, 0,  //150
    		0, 0, 0, 0, -1, -1, 0, 0, 0, 0,//160
    		0, 0, 0, 0, 0, 0, 0, 0, 0, 0,  //170
    		0, 8, 0, 3, 0, 2, 0, 0, 8, 1,  //180
    		0, 0, 12, 0, 0, 0, 0, 0, 0, 0, //190
    		2, 0, 0, 0, 0, 0, 0, 0, 4, 0,  //200
    		4, 0, 0, 0, 7, 8, 0, 0, 10, 0, //210
    		0, 0, 0, 0, 0, 0, -1, 0, 6, 0, //220
    		1, 0, 0, 0, 6, 0, 6, 8, 1, 0,  //230
    		0, 4, 0, 0, 0, 0, -1, 0, -1, 4,//240
    		0, 0, 6, 6, 0, 0, 0            //250
    	};
    Yes it fixes something
     

  2. #2  
    Community Veteran


    Join Date
    Oct 2006
    Posts
    451
    Thanks given
    5
    Thanks received
    1
    Rep Power
    137
    Could you post exactly what you changed, because all I see is this one bit changed:

    Code:
    0, 8, 0, 0, 0, 0, 0, 0, 0, 0,  //60
    To this:
    Code:
    8, 0, 0, 0, 0, 0, 0, 0, 0, 0,  //60
    Est. 2006
     

  3. #3  
    Registered Member
    Join Date
    Jul 2006
    Posts
    95
    Thanks given
    0
    Thanks received
    1
    Rep Power
    4
    Yes it fixes something
    saying thats just like saying "so do you know the guy with the umm hair, and like he has eyes"
    This is a signature.
     

  4. #4  
    Registered Member Blazefire's Avatar
    Join Date
    Jul 2006
    Age
    31
    Posts
    216
    Thanks given
    0
    Thanks received
    0
    Rep Power
    16
    can you please post what this fixes? what happens if the packet size is fixed?
    BlazeScape - The Server That Sounds Great -- Literally http://www.rune-server.org/showthrea...005#post194005
     

  5. #5  
    A mister s
    Guest
    fix parseincoming packets error.
     

  6. #6  
    Diablo1123
    Guest
    Yes fixes packet 60
     

  7. #7  
    Highclass Donator
    henry's Avatar
    Join Date
    Jul 2006
    Posts
    438
    Thanks given
    0
    Thanks received
    3
    Rep Power
    4
    Oh it just switches packets 60 and 61, so you must know what the packet does.. packet 60 is?

    for all i know it could be in a server already havn't looked dont code rs2 any more but I would care to know what this is lol
     

  8. #8  
    Diablo1123
    Guest
    Whoever made the original packetsizes appearntly misplace it
    Its a packet sent as a long
    That is decoded into a String
    For those of you trying to figure out this packet
    "what the player enters into an enter name: interface"
     

  9. #9  
    Extreme Donator

    Wolf's Avatar
    Join Date
    Jul 2006
    Age
    34
    Posts
    398
    Thanks given
    0
    Thanks received
    2
    Rep Power
    177
    for you bois who don't know how to decode packets, packet 60 has to do with ground items at an absolute plane X\Y. As well as packet 64. Packet 61 calls for a drawn sprite in the lower right corner of your screen.

    RuneCMS member / Early Sythe member
    RS-Server ex-admin [Member #38]
    Dodian ex-admin / developer
    SRL Developer
    MITB member

    Project16/Flight creator
     

  10. #10  
    Diablo1123
    Guest
    Umm wolf these are actually packets that the client sends to the server...
     


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. 554 packet sizes
    By bracket in forum Requests
    Replies: 0
    Last Post: 10-04-2010, 04:55 PM
  2. Known 525 packet sizes
    By Discardedx2 in forum Snippets
    Replies: 9
    Last Post: 10-03-2010, 11:54 PM
  3. Packet Sizes?
    By Clx3 in forum Help
    Replies: 3
    Last Post: 05-31-2010, 09:43 PM
  4. Packet Sizes?
    By Vastiko in forum Configuration
    Replies: 4
    Last Post: 02-09-2010, 11:39 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
  •