-Added several opcodes; not all confirmed working yet.

-Partial support for item packet (several of the types have been shuffled so this will take a while to get working).
This commit is contained in:
KimLS
2024-12-04 21:07:50 -08:00
parent 2c48ec39ef
commit c4a7fcc063
4 changed files with 119 additions and 56 deletions
+1
View File
@@ -33,6 +33,7 @@ E(OP_Death)
E(OP_MoveItem)
E(OP_ExpUpdate)
E(OP_SendAATable)
E(OP_ItemPacket)
//list of packets we need to decode on the way in:
D(OP_EnterWorld)
D(OP_ZoneEntry)