• Welcome to Valhalla Legends Archive.
 

Diablo Clone

Started by FrostWraith, March 22, 2008, 07:02 PM

Previous topic - Next topic

FrostWraith

I tried searching but could only find bits and pieces.  Does anyone know what packet is received that notifies the client that Diablo Clone is present.  If I researched correctly, it would be in 0x89 and would be event 0x5A?

Any help appreciated!

Ringo

The event is in packet 0x5A

And 0x5A format:

(BYTE) Event ID
(BYTE) Action Type
(DWORD) Player ID
(BYTE) Entity Type
(VOID[16]) Char Name
(VOID[16]) Account Name

The player ID will be the soj count, if its a sale/walk event, other wise the other values can be ignored for those dc events.

hope this helps

FrostWraith

Aha, it does, thanks.