• 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 - FuzZ

#1
Battle.net Bot Development / Re: BNLS Help?
November 06, 2007, 10:20 AM
Yeah, that's why I was confused about why one would work, and the other one wouldn't.. Because according to the BNLS Protocol, neither should work, but one of them did.

Regardless, I stopped being lazy and added the Timestamp, and it resolved the issue.. Thank you, again, for your input :)
#2
Battle.net Bot Development / Re: BNLS Help?
November 04, 2007, 07:16 PM
I'm not sure why the other was working, but I have it fixed, I was just too lazy to add the file time into it, but now that I have, it's corrected. Thank you both for your insight.
#3
Battle.net Bot Development / Re: BNLS Help?
November 04, 2007, 07:13 PM
I am using HDX's JBLS server. I'm still trying to figure out what exactly is causing this.. I'm about to give up for the night though.. It's perplexing to say the least.
#4
Battle.net Bot Development / Re: BNLS Help?
November 04, 2007, 07:00 PM
Well, I realize that the timestamp is missing, what confuses me is that this works


0000:  35 00 1A 03 00 00 00 00 00 00 00 00 00 00 00 6C   5............l
0010:  6F 63 6B 64 6F 77 6E 2D 49 58 38 36 2D 31 32 2E   ockdown-IX86-12.
0020:  6D 70 71 00 D5 27 C2 4E 5A EB E7 77 B6 58 48 F3   mpq.Õ'ÂNZëçw¶XHó
0030:  9C 28 7B AF 00                                    œ({¯............


but mine does not.. To me, after looking over this several times I don't notice anything that's different, except perhaps the checksum itself and the # of the lockdown file.
#5
Battle.net Bot Development / BNLS Help?
November 04, 2007, 06:20 PM
Yeah, I'm back and newbified. (none of you probably remember me anyway, but I prefer it that way)

Sending 0x1A to BNLS..

0000:  35 00 1A 03 00 00 00 00 00 00 00 00 00 00 00 6C   5............l
0010:  6F 63 6B 64 6F 77 6E 2D 49 58 38 36 2D 31 35 2E   ockdown-IX86-15.
0020:  6D 70 71 00 4A ED A2 68 A8 7D 9B F6 63 9C 8A 1B   mpq.Jí¢h¨}›öcœŠ
0030:  1A C2 77 2D 00                                    Âw-............

0000:  0B 00 1A 00 00 00 00 00 00 00 00                  ..............

Something incorrect with this? I fail version check everytime.

Or is there another explanation why I'm failing version check? Perhaps bad parsing in 0x50?