Vanquish Chat Build 60 [Beta Edition] Readme
http://www.zeroforce.net

Contents:
                 - Configurations.ini
                 - Settings.ini
                 - Data.ini
                 - Layout.ini
                 - Local commands
                 - Contacts

Needed files:
                 - BNCSUtil.dll

Configurations.ini
This file contains all profiles that will be loaded when the bot starts.
Anything after // are ignored.
Reccomended to be configured through bot.
Profile YourProfileNameHere {
                 Username=
                 Password=
                 // Products: STAR, SEXP, D2DV, W2BN, WAR3
                 Primary_CDKey=
                 // Products: D2XP, W3XP
                 Expansion_CDKey=
                 // 4 letter client ID in reverse
                 Product_ID=(STAR, SEXP, D2DV, D2XP, W2BN, WAR3, W3XP)
                 // Server to connect to battle.net
                 Server=
                 // Channel to join upon logon
                 Home=
                 // Registration email address
                 Email=
                 // 1 = Hash, 2 = BNLS
                 Connection=

                 // Individual settings
                 Settings {
                                  // 1 = Change password
                                  Change_Password=(0 if you don't want to change password)
                                  // New password
                                  New_Password=(what you want to change password)
                                  // Have a lag plug beside name
                                  Bot_Plug=(0 for no plug, 1 for a plug)
                                  // 1 = 1ms, -1= -1ms, 0 = 0ms, > 1 = Normal ping
                                  Spoof=0
                                  // 1 = Use
                                  Realm=(0 if you don't want to logon a realm, 1 if you want to logon a realm)
                                  // Character to logon if realm = 1
                                  Character=(character name that you want to automatically logon to)
                                  Log_Chat=(0 to not log chat, 1 to log chat)
                 }
}; // Signifies that, that's there is no more subs.

Settings.ini:
File holds all global options and settings that ALL bot profiles will use.
0 = Off, 1 = On.
Anything after // is ignored.
Reccomended to be configured through bot.
Global Options {
                 Notifications {
                                  JOIN_LEAVE=Show join/leave notifications
                                  ONUSER=Show all users in channel on join
                                  // Flashes window when a TALK event only occurs
                                  FLASHWINDOW=
                 }
                 Channel {
                                  STATSTRING_PARSING=Parse statstrings
                                  COLOR_CODE_USERS=
                                  SHOW_CHANNEL_VOID=Show users that are in the void
                 }
                 Chat {
                                  QUEUE_USAGE=Use the queue
                                  CHAT_FILTERS=Use chat filters
                                  FLOODBOT_FILTERS=Filter floodbot messages
                                  AUTO_COMPLETE=Automatically finish a user's name when typed
                                  URL_DETECTION=Detect and activate URLs
                                  AUTO_CLEAR_CHAT=Automatically clear chat
                                  BRACKET_MESSAGING=Use brackets instead of colons on messages
                                  AUTO_FILTERS=Automatically filter any repetetive messages
                 }
                 Bot {
                                  LASTSEEN_LOGGING=Log all users that have been seen
                                  AUTO_AWAY_ON_IDLE=Put an away message with how long you've been idled
                                  SHOW_AVAILABLE_CHANNELS=Show public channels that are available
                 }
                 Connection {
                                  CONNECT_ON_START=Connect all bots when bot is loaded
                                  AUTO_RECONNECT=Reconnect any bots that disconnect
                 }
};

Global Settings {
                 Chat {
                                  CLEAR_TEXT_AMOUNT=How much text must be on screen for auto clear
                 }
                 Connection {
                                  CONNECT_DELAY=How long to wait for each bot to connect (ms)
                                  RECONNECT_DELAY=How long to wait for each reconnect attempt (ms)
                 }
                 Bot {
                                  AUTOAWAY_TIME=How long to wait until the bot uses auto away
                 Version Byte {
                                  STAR=Hex version byte for Starcraft
                                  SEXP=Hex version byte for Starcraft: Broodwar
                                  D2DV=Hex version byte for Diablo II: Classic
                                  D2XP=Hex version byte for Diablo II: Lord of Destruction
                                  W2BN=Hex version byte for Warcraft II: Battle.net Edition
                                  WAR3=Hex version byte for Warcraft III: Reign of Chaos
                                  W3XP=Hex version byte for Warcraft III: The Frozen Throne
                 }
                 Hash Path {
                                  STAR=(Hash path for Starcraft/Broodwar hashes [$dir for current directory])
                                  W2BN=(Hash path for Warcraft II hashes [$dir for current directory])
                                  D2DV=(Hash path for Diablo II: Classic hashes [$dir for current directory])
                                  D2XP=(Hash path for Diablo II: Lord of Destruction hashes [$dir for current directory])
                                  WAR3=(Hash path for Warcraft III: Reign of Chaos/The Froze Throne hashes [$dir for current directory])
                 }
};

Data.ini
Contains data in list format.
Tabs are ignored.
Anything after // is ignored.
Filters {
// Both message and user filters can have wildcards.
                 // Examples:
                 Join clan * MESSAGE
                 &&&&&&&&&&&&&&& YOU'VE BEEN OWNED &&&&&&&&&&&&&&& MESSAGE
                 FloodBot* USER
                 bfdsytreagrsa USER
};
Channels {
// Custom channels
                 // Examples:
                 Clan Recruitment
                 Op x86
                 Op Forge

};

Aliases {
// Aliases are used to shorten the typing of long messages.
// Format: Alias Command
// An alias can't have a space in it, only the command.
// Note: Aliases don't have to start with a /.
                 // Examples:
                 /joinCR /join Clan Recruitment
                 /auf /adduserfilter
                 /ruf /removeuserfilter

};

Layout.ini
Contains all custom colors.
Anything after // are ignored.

// Long values accepted, [R, G, B] values are saved.
Events {
                 Battle.net {
                                  ID_COLOR_INFO=98, 128, 201
                                  ID_COLOR_EMOTE=245, 201, 8
                                  ID_COLOR_TALK=255, 255, 255
                                  ID_COLOR_WHISFROM=136, 136, 136
                                  ID_COLOR_WHISTO=114, 114, 114
                                  ID_COLOR_WHISP_NAME=100, 100, 100
                                  ID_COLOR_JOIN=128, 128, 128
                                  ID_COLOR_LEAVE=112, 112, 112
                                  ID_COLOR_USER=128, 128, 128

                                  ID_COLOR_TIME=214, 214, 214
                                  ID_COLOR_TEXT=255, 255, 255
                                  ID_COLOR_NAMES=245, 201, 8
                                  ID_COLOR_NAMES_2=174, 143, 5

                                  ID_COLOR_SUCCEED=0, 128, 0
                                  ID_COLOR_FAILED=124, 0, 0
                                  ID_COLOR_PROCESS=245, 201, 8

                                  ID_COLOR_OPERATOR=146, 102, 41
                                  ID_COLOR_SQUELCH=187, 21, 21
                                  ID_COLOR_BLIZZARD=98, 128, 201
                                  ID_COLOR_NORMAL=255, 255, 255

                                  ID_COLOR_SELF=202, 175, 57
                                  ID_COLOR_BRACKET=48, 119, 140
                 }

                 BOT {
                                  BOT_COLOR_INFO=98, 128, 201
                                  BOT_COLOR_ERROR=124, 0, 0

                                  BOT_COLOR_PROCESS=245, 201, 8
                                  BOT_COLOR_SUCCEED=0, 128, 0
                                  BOT_COLOR_FAILED=124, 0, 0
                 }
};

Local commands
Note: Commands are not case sensative.

/profile
                 - Look up a user's profile information and game statistics

/join
                 - Joins a channel, including restricted channels such as warez

/rejoin
                 - Rejoins current channel

/recorddata
                 - Look up your account data

/reply
                 - Message last person that whispered you

/changeprofile
                 - Change to a specified bot profile name

/realm
                 - Connects to a realm and shows character dialog
                 - Note: This command is only for bots connected on Diablo II and Diablo II: Lord of Destruction clients

/alias
                 - Adds an alias

/adduserfilter
                 - Adds a specified user to filters

/removeuserfilter
                 - Removes specified user from filters

/addmessagefilter
                 - Adds a specified message to filters

/removemessagefilter
                 - Removes a specified message from filters

/uptime
                 - Types:
                                  system
                                  - Shows how long system has been on
                                  application
                                  - Shows how long bot has been running
                                  connection
                                  - Shows how long current bot profile has been connected to Battle.net server
                                  idle
                                  - Shows how long current bot profile has been idle for
                                  inchannel
                                  - Shows how long current bot profile has been in current channel
                                  all
                                  - Shows application, connection, idle, and inchannel uptime at once
                                 
Contacts
Contact either one of us for any questions about Vanquish Chat

Networks
E-Mail: digitalwarfare@gmail.com
Battle.net Networks@USEast, Networks@USWest
AIM: N3TWORK5
Website: http://www.zeroforce.net

WiReS
E-Mail: jacobh01@email.su
Battle.net WiReS@USEast, WiRe@USWest, WiReS[x86]@USWest
AIM: MysticBrolly 99