• Welcome to Valhalla Legends Archive.
 

Getting TimeOut after ~30sec

Started by One-Way, September 20, 2005, 11:30 AM

Previous topic - Next topic

One-Way

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?


teK

The 2nd DWord is null when you first enter a game after it has a value.

One-Way


LivedKrad

I get timed out as well.. it only seemed to happen after Warden was re-enabled.

One-Way

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?

LordNevar

        .InsertDWORD GetTickCount
        .InsertDWORD &H0
        .SendD2GSPacket &H6D

A good fortune may forbode a bad luck, which may in turn disguise a good fortune.
The greatest trick the Devil ever pulled, was convincing the world he didn't exsist.

One-Way

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......

LivedKrad

Quote from: LordNevar on September 26, 2005, 12:26 PM
        .InsertDWORD GetTickCount
        .InsertDWORD &H0
        .SendD2GSPacket &H6D


That doesn't help at all..