Revan600/d2tweaks

0xBB packet not being picked up by other mods

Closed this issue · 1 comments

Hi @Revan600 , I am building off v1.04 and am trying to capture the 0xBB s->c packet from another mod, but I seem to only get two 0xA8 packets instead, any idea what I’m doing wrong? Thanks.

If it's still a thing, you want to change line #34 in d2tweaks/common/protocol.h (

packet_header() : d2_packet_type(0xBB), message_type(0) {}
)