Thread: [727] Almost all packets identified

Results 1 to 7 of 7
  1. #1 [727] Almost all packets identified 
    Christ is King

    Makar's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    2,004
    Thanks given
    545
    Thanks received
    965
    Rep Power
    427
    For anyone developing 727 revision, I have managed to refactor almost all of the packets from going client->server and server->client. I would gladly accept any help with refactoring this as it has been a very fun project so far. I know that the index 36 packets have something to do with vorbis and those are the only packets I'm not too sure of.

    Client->Server
    Client Packets

    Server->Client
    Server Packets

    Also some eye opening information as to how frameworks like Matrix do not utilize all the bandwidth saving and efficient "update zone" packets. Every single framework I have seen so far only utilizes the packets jagex calls "specific" packets where it sends the entire tile for things such as ground items, spotanims, projectiles, etc.

    The way these packets should be utilized is as follow for maximum bandwidth and data efficiency:

    Code:
    organize all tile-based update events that utilize the "update zone" system (spotanim/projectile/objects/ground items/etc)
    
    for each tile that needs updated
        send update zone packet
            for each update event that is on that tile
                send update zone version of packet for that event
    This means that instead of sending the tile and item for a giant ass pile of items on the floor, you send the coordinates once, then send every item that should be on that tile, only sending a new location when there are items on another tile. Same goes for projectiles, objects, and spotanims.

    Update Zone Packets
    Update Zone Packets

    As for projectiles, I noticed they have a couple more useful flags that can be set that I have not seen utilized in any frameworks yet as well, such as being able to make them follow terrain height rather than a predefined height, etc.

    Anyone who wants to help figure out the rest or has any information regarding some of the unidentified few that are left, let me know please. Or any corrections/advice are greatly appreciated.
    Last edited by Makar; 10-18-2021 at 09:10 AM.
    Attached image
    The best open-source pre-eoc remake project that isn't in its early stages for once
    Darkan Client (727 Client Refactor)
    Darkan World Server
    “It would not be impossible to prove with sufficient repetition and a psychological understanding of the people concerned that a square is in fact a circle. They are mere words, and words can be molded until they clothe ideas and disguise.”
    Reply With Quote  
     


  2. #2  
    *breaks walking*

    Cody_'s Avatar
    Join Date
    Dec 2010
    Posts
    732
    Thanks given
    219
    Thanks received
    203
    Rep Power
    286
    Good shit, Trent.
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Christ is King

    Makar's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    2,004
    Thanks given
    545
    Thanks received
    965
    Rep Power
    427
    Updated a ton of the server packets with Jagex naming (mostly interface related ones) and fully identified a few more.
    Attached image
    The best open-source pre-eoc remake project that isn't in its early stages for once
    Darkan Client (727 Client Refactor)
    Darkan World Server
    “It would not be impossible to prove with sufficient repetition and a psychological understanding of the people concerned that a square is in fact a circle. They are mere words, and words can be molded until they clothe ideas and disguise.”
    Reply With Quote  
     

  5. #4  
    Christ is King

    Makar's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    2,004
    Thanks given
    545
    Thanks received
    965
    Rep Power
    427
    Hint trail and a few other packets identified (some sound related and interface model recoloring/retexturing). Didn't even know hint trails were in this early of a revision not gonna lie.
    Attached image
    The best open-source pre-eoc remake project that isn't in its early stages for once
    Darkan Client (727 Client Refactor)
    Darkan World Server
    “It would not be impossible to prove with sufficient repetition and a psychological understanding of the people concerned that a square is in fact a circle. They are mere words, and words can be molded until they clothe ideas and disguise.”
    Reply With Quote  
     

  6. #5  
    Registered Member
    Join Date
    Feb 2017
    Age
    29
    Posts
    53
    Thanks given
    3
    Thanks received
    4
    Rep Power
    11
    still need, still have?
    Reply With Quote  
     

  7. #6  
    Christ is King

    Makar's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    2,004
    Thanks given
    545
    Thanks received
    965
    Rep Power
    427
    Updated the links.
    Attached image
    The best open-source pre-eoc remake project that isn't in its early stages for once
    Darkan Client (727 Client Refactor)
    Darkan World Server
    “It would not be impossible to prove with sufficient repetition and a psychological understanding of the people concerned that a square is in fact a circle. They are mere words, and words can be molded until they clothe ideas and disguise.”
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Feb 2017
    Age
    29
    Posts
    53
    Thanks given
    3
    Thanks received
    4
    Rep Power
    11
    Quote Originally Posted by Makar View Post
    Updated the links.
    Thank you.
    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. Almost ALL skills 90%+ [Explorz-Scape]
    By Explorz in forum Projects
    Replies: 11
    Last Post: 02-20-2009, 02:27 AM
  2. Almost ALL 317-377 interface ID's
    By SlIpKn0t LoV3r in forum Configuration
    Replies: 29
    Last Post: 02-06-2009, 11:16 PM
  3. Replies: 1
    Last Post: 08-28-2008, 11:17 PM
  4. [503] Banking x5 x10 & All Packets
    By Legend Rene in forum Tutorials
    Replies: 21
    Last Post: 08-14-2008, 09:27 PM
  5. 481 Client - Almost All Packets Documented.
    By Evolution X in forum RS2 Client
    Replies: 34
    Last Post: 02-04-2008, 12:30 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
  •