Valhalla Legends Forums Archive | Battle.net Bot Development | Random help

AuthorMessageTime
Sveet
connecting thru wc3 tft, i get all the way through the process with successful results but when i send ENTERCHAT i get disconnected.

[code]
SEND 192.168.1.115:4876 -> 63.241.83.11:6112  24
0000  FF 54 18 00 9B 29 22 74  43 B3 23 B0 2C 1F A8 A5    ÿT..›)"tC³#°,.¨¥
0010  86 32 09 30 92 29 D5 38                             †2.0’)Õ8

RECV 192.168.1.115:4876 <- 63.241.83.11:6112  39
0000  FF 33 27 00 06 00 00 80  00 00 00 00 00 2A 63 8E    ÿ3'....€.....*cŽ
0010  EF C9 C9 01 49 58 38 36  41 72 63 68 69 6D 6F 6E    ïÉÉ.IX86Archimon
0020  64 65 2E 6D 70 71 00                                de.mpq.

RECV 192.168.1.115:4876 <- 63.241.83.11:6112  28
0000  FF 54 1C 00 00 00 00 00  40 BC 39 E3 35 26 1C C6    ÿT......@¼9ã5&.Æ
0010  AA 63 11 AA 56 94 FA DB  0E F7 00 34                ªc.ªV”úÛ.÷.4

SEND 192.168.1.115:4876 -> 63.241.83.11:6112  8
0000  FF 45 08 00 E7 17 00 00                             ÿE..ç...

SEND 192.168.1.115:4876 -> 63.241.83.11:6112  6
0000  FF 0A 06 00 00 00                                   ÿ.....
[/code]

wow i see it now. in 0x45 the port is suppost to be a WORD not DWORD. i set it as a short, not sure why it is adding it as 4 bytes....
June 12, 2009, 6:40 AM
Sveet
to not waste a thread to make a new one,  i have a question:

what happens if you get the whole warden module from 0x00 then just reply 0x00 (failed) back to the server to request a new one? could you do this repeatedly to avoid the 2 min disconnect?
June 12, 2009, 7:20 AM
HdxBmx27
At first, yes you could, but now it simply disconnects you instantly. (And you mean 0x01 Module Transfer)
June 12, 2009, 6:48 PM
Sveet
i guess i'm not the first person to think of it  ::)
June 12, 2009, 7:12 PM

Search