-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix packets #44
Comments
|
D2GS_UPDATEITEMOSKILL {"unknown":0,"unitId":1160380416,"skill":6772,"baseLevel":0,"bonusAmount":1} |
it would be convenient to report the buffer suspected to be wrong here.
|
-> it's a bitfield.
feel free to use bitfieldLE like I did for walk verify (reader.ReadInt32(15);
means 15 bit, reader.ReadInt32(0x10); means 0x10 === 16 bits)
…On Tue, Jan 15, 2019 at 9:47 AM Sonlight ***@***.***> wrote:
https://github.com/killerbonzai/BlueVex2/blob/18293f2489189c740ab0be8d3f6ca36c03f9b4d5/D2Packets/GameServer/GameServerPackets.cs#L3960
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACPN_poSFG84TIzWcZLqpCUL_fG6zgYfks5vDZWOgaJpZM4Z_peD>
.
|
D2GS_ALLYPARTYINFO {"unitType":0,"unitLife":100,"unitId":36,"unitAreaId":25821259} |
maybe
|
What's the previous packets ?
This is probably due to previous packets being broken.
+ What's the buffer ? (Of previous packets)
…On Mon, Jan 21, 2019, 20:16 Louis Beaumont ***@***.***> wrote:
received compressed packet D2GS_LOADACT
{"act":0,"mapId":336199680,"areaId":5188,"unkwown":88448}
in act 3 town (areaId 75)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACPN_qSbHjtgONpbd73AklJQv9rYhGb-ks5vFhIbgaJpZM4Z_peD>
.
|
d2gsToClient : D2GS_LIFEANDMANAUPDATE {"unitLife":33747,"unitMana":16680,"unitStamina":32919,"x":51372,"y":838,"unknown":0}
D2GS_EVENTMESSAGES {"unknown":[2,4,0,0,0,0,0,108,97,100,121,98,111,121,0,0,0,0,0,0,0,0,0,85,114,117,107,117,98,97,108,0,0,0,0,0,0,0,0]}
D2GS_UNITCASTSKILL {"unitType":0,"unitId":2,"skill":53,"unknown":6712,"x":2560,"y":17764}
D2GS_PLAYERSTOP {"unitType":0,"unitId":2,"unknown":0,"x":17761,"y":6713,"life":99}
The text was updated successfully, but these errors were encountered: