• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - fatalnix

#1
I'll change it to +8 and see what happens.

Edit:
You are a genius. Somehow I took out the +4.
Unfortunately I'm still having problems. However I am now getting 3a in the packet after 0x50
#2
Really? That's odd, I'm using length($buffer) + 4
#3
I'm sending 0x01 directly to the socket yes, would that make a difference?
print $bnet 0x01;

#4
The protocol byte should be different? I read from bnetdocs it should be 0.
#5
I think I understand now. my insert32 must be screwed up? as if I am sending too much data?
#6
What I am saying is that I think there is something wrong with that packet but I'm not sure what. I am not getting an 0x50 back. I have put it together like this:

insert32(0);
insert32(PLAT_IX86);
insert32(GAME_STAR);
insert32(0xD3);
insert32(0);
insert32(0);
insert32(0);
insert32(0);
insert32(0);
insertNTString("USA");
insertNTString("United States");

#7
I am having an issue getting an 0x50 back from battle.net, I'm questioning if I keep getting banned or not, but here's my TCP packet:


0000  00 1e 2a dc 37 10 00 15  58 28 47 c5 08 00 45 00   ..*.7... X(G...E.
0010  00 6e c9 69 40 00 40 06  a5 fb c0 a8 00 0b 3f f0   .n.i@.@. ......?.
0020  ca 81 96 5f 17 e0 ec 87  4c c2 17 9d 44 81 80 18   ..._.... L...D...
0030  00 5c cb 85 00 00 01 01  08 0a 02 29 85 bf 07 ce   .\...... ...)....
0040  f1 e9 ff 50 36 00 00 00  00 00 36 38 58 49 52 41   ...P6... ..68XIRA
0050  54 53 d3 00 00 00 00 00  00 00 00 00 00 00 00 00   TS...... ........
0060  00 00 00 00 00 00 00 00  00 00 55 53 41 00 55 6e   ........ ..USA.Un
0070  69 74 65 64 20 53 74 61  74 65 73 00               ited Sta tes.   


If you need to see my code let me know.
thanks in advance!