EQEMu Structs and OPCodes
In response to Zaphod's return to SEQ, I wanted to say that his work in SEQ has been invaluable to this project. Hopefully whatever work we have can be used by him to return the favor.
Our current codebase is not in the SF CVS because we have not yet developed a way to merge our internal source code tree with the public SF CVS. If you wish to get the latest code, come to IRC and ask an op in #eqemu.
This is the current state of EQEMu opcodes and structs, to those who wish to use them:
opcodes - eq_opcodes.h
Old opcodes that appear below the comment "// OLD opcodes:" are incorrect. They have not been updated in months.
The opcodes above this comment were correct until the LDoN patch. When the LDoN patch happened, we tabbed out all opcodes and then untabbed them one by one as we corrected them. If an opcode is /t'd out, it has not yet been updated.
structs - eq_packet_structs.h
There is no clear way to determine which is a valid and which is an outdated struct. There are a lot of each, and they are all mixed in together. The best way to determine this is based on whether the opcode for the struct is valid.
|