runejs / refactored-client-435

The Java RS2 game client used to play on RuneJS game servers.
42 stars 36 forks source link

Conversion to message-based packet encoding/decoding system #110

Open Jameskmonger opened 1 year ago

Jameskmonger commented 1 year ago


TODO add more as I find them

Promises commented 1 year ago

Could you also list unknown packets, and the ids for the known ones? could help figuring out the rest?

Jameskmonger commented 1 year ago

@Promises good suggestion. I've listed all outgoing opcodes for any packets which aren't done. Some of them are in the list, others I don't know what they do yet.

Jameskmonger commented 1 year ago

The main piece of this work is done 🎉

I'll leave this ticket open for now as there are some nice-to-haves left (cs2, anticheat etc).