Author | Message | Time |
---|---|---|
Ozzapoo | Can they be used in PRETTY MUCH the same way, for connecting bots? | November 8, 2008, 3:30 AM |
Yegg | Mostly. If a bot supports BNLS and allows you to set the BNLS server address, changing it to a JBLS will have the bot use that server and everything will work as it did when set to a BNLS address. | November 8, 2008, 3:39 AM |
Myndfyr | Yes; JBLS is a Java implementation of the BNLS protocol/service. | November 8, 2008, 3:39 AM |
Ozzapoo | Is there like a list of what you could possibly need to use BNLS for? (As in, what you need to use BNLS for to get some values) | November 8, 2008, 3:56 AM |
Barabajagal | Only difference is JBLS can handle products that don't use a CD Key. Full BNLS packet documentation (including what the packets return) can be found on http://bnetdocs.com | November 8, 2008, 4:40 AM |
Ozzapoo | Could anyone post, or link me to a simple guide (or snippet of code) which connects me to a JBLS/BNLS server and does BNLS_CDKEY or something in VB.NET or VB6? | November 8, 2008, 9:00 PM |
Barabajagal | November 8, 2008, 10:09 PM | |
Ozzapoo | But i'm not sure as to what I should use to connect to Battle.Net/BNLS in VB. | November 8, 2008, 11:07 PM |
Barabajagal | winsock | November 8, 2008, 11:21 PM |
HdxBmx27 | Well, simplest way to do it in VB is to import the winsock object, add a winsock control to your form and do winsock1.connect "USWest.bettle.net", 6112 | November 8, 2008, 11:21 PM |
Ozzapoo | Is the System.Net.Sockets namespace the same thing? | November 8, 2008, 11:31 PM |
Myndfyr | Generally. | November 9, 2008, 6:53 AM |