Skip to content

Latest commit

 

History

History

bncsclient

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

GoWarcraft3/bncsclient

Build Status Build status License: MPL 2.0

A mocked Warcraft III chat client that can be used to connect to BNCS servers.

Usage

./bncsclient [options] [server address]

Flag Type Description
-u string Username (will query if omitted)
-p string Password (will query if omitted)
-b path Path to game binaries
-v int Game version
-roc string ROC CD-key
-tft string TFT CD-key
-c bool Create account

Example

➜ ./bncsclient -u niels europe.battle.net
Enter password:
12:00:00 Succesfully logged onto [email protected]:6112
12:00:00 Joined channel 'W3 En-21'
12:00:00 niels has joined the channel (ping: 31ms)
12:00:00 [INFO] There are currently 2391 users playing 393 games of Warcraft III The Frozen Throne, and 15384 users playing 11699 games on Battle.net.
12:00:00 [INFO] Last logon: Fri Jul 6  7:52 PM
# Type "hello" in terminal
12:00:05 [CHAT] hivemind: hello
12:00:05 [INFO] No one hears you.

Download

Official binaries for tools are available. Simply download and run.

Note: additional dependencies may be required (see build instructions).