i have a problem i getting timeout after ~30sec but i send the ping packet....
.InsertDWORD GetTickCount
.InsertDWORD &H0
.InsertDWORD &H0
.SendGPacket &H6D
but i dont now why....can any help?
The 2nd DWord is null when you first enter a game after it has a value.
is the first byte random?
I get timed out as well.. it only seemed to happen after Warden was re-enabled.
but i got no warden packet....i have sniff d2packet from orginal and the warden packet is random or not?
i have problems with my ping packet can any help plz?
.InsertDWORD GetTickCount
.InsertDWORD &H0
.SendD2GSPacket &H6D
but that is only the enter game ping packet....
but you must have 3 dwords....
.InsertDWORD GetTickCount
.InsertDWORD &H0
.InsertDWORD &H0
.SendGPacket &H6D
and the 3rd packet is wrong i dont now if the first byte is readom......
Quote from: LordNevar on September 26, 2005, 12:26 PM
.InsertDWORD GetTickCount
.InsertDWORD &H0
.SendD2GSPacket &H6D
That doesn't help at all..