MephisTools / diablo2-protocol

Diablo 2 network protocol
MIT License
73 stars 19 forks source link

add missing d2gs s->c packets #9

Closed rom1504 closed 5 years ago

rom1504 commented 6 years ago

see https://d2mods.info/forum/viewtopic.php?t=62821

rom1504 commented 6 years ago

https://webcache.googleusercontent.com/search?q=cache%3AktxiPaN-wkAJ%3Awww.blizzhackers.cc%2Fviewtopic.php%3Ft%3D444264%20&cd=1&hl=en&ct=clnk&gl=fr

rom1504 commented 6 years ago

https://github.com/dkuwahara/OmegaBot/blob/398128b4cbc96194065da510a7482c521ecf6f90/Connections/Readers/D2gsReader.cs#L14

rom1504 commented 6 years ago

Example of implementation of packet by size :

"D2GS_SETBYTEATTR": ["array",{"count":2, "type": "lu8"}]

That makes it unusable but will make it possible to get next packets.

rom1504 commented 6 years ago

https://github.com/eezstreet/OpenD2/blob/master/Shared/D2Packets.hpp

rom1504 commented 6 years ago

https://github.com/dkuwahara/OmegaBot/blob/master/Connections/Readers/D2gsReader.cs#L14

rom1504 commented 5 years ago

done