Thank you very much for your answer
- - - Updated - - -
I found a file corresponding to my problem here it, i see opcode like u said but, i need to change it to 0x015C or i need to find a file with all packet ?
*/public class CM_BROKER_COLLECT_SOLD_ITEMS extends AionClientPacket { @
SuppressWarnings("unused") private int npcId; public CM_BROKER_COLLECT_SOLD_ITEMS(int opcode, State state, State... restStates) { super(opcode, state, restStates); } @
Override protected void readImpl() { PacketLoggerService.getInstance().logPacketCM(this.getPacketName()); npcId = readD();