Valhalla Legends Forums Archive | Battle.net Bot Development | Re: Getting TimeOut after ~30sec

AuthorMessageTime
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?

September 20, 2005, 4:30 PM
Infamous
The 2nd DWord is null when you first enter a game after it has a value.
September 20, 2005, 7:17 PM
One-Way
is the first byte random?
September 23, 2005, 6:19 PM
LivedKrad
I get timed out as well.. it only seemed to happen after Warden was re-enabled.
September 23, 2005, 8:50 PM
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?
September 26, 2005, 3:50 PM
LordNevar
        .InsertDWORD GetTickCount
        .InsertDWORD &H0
        .SendD2GSPacket &H6D
September 26, 2005, 5:26 PM
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......
September 26, 2005, 6:24 PM
LivedKrad
[quote author=LordNevar link=topic=12863.msg129396#msg129396 date=1127755577]
        .InsertDWORD GetTickCount
        .InsertDWORD &H0
        .SendD2GSPacket &H6D

[/quote]

That doesn't help at all..
September 26, 2005, 11:53 PM

Search