BATTLENET SERVER COMMANDS krono Tuesday, May 16, 2000

where can i get a list of server commands? also, i'm trying to make a bot, but wwhen i connect to a battlenet server and send 'c' it ask for the username, but it won't do anything when i send the username. what am i doing wrong?

 
Re: BATTLENET SERVER COMMANDS SubSpace Wednesday, May 17, 2000

> where can i get a list of server commands? also, i'm trying to make a bot,
> but wwhen i connect to a battlenet server and send 'c' it ask for the
> username, but it won't do anything when i send the username. what am i
> doing wrong?

You're probably forgetting to send the ending carriage return and line feed, you should send something like

c, name, CR(0x0D), LF (0x0A), password, CR, LF or 0x03, 0x04, name, CR, LF, password, CR, LF

There's a list of server commands on http://www.subbot.net/index.html?battlenet.html

 
Re: BATTLENET SERVER COMMANDS krono Wednesday, May 17, 2000

> You're probably forgetting to send the ending carriage return and line
> feed, you should send something like

> c, name, CR(0x0D), LF (0x0A), password, CR, LF or 0x03, 0x04, name, CR,
> LF, password, CR, LF

> There's a list of server commands on
> http://www.subbot.net/index.html?battlenet.html

Hey, lol. I thought of that right after i posted the message, but thanks anyway.