# Config file for zDSBot3!                                 by Eurijk!
#====================================================================
# Ok, for those of you who do not have war2 here is an easy way
# to make it work. Just copy the starcraft.exe, battle.snp, and
# storm.dll files into the zDSBot3 directory.
# 
#   set war2_exe starcraft.exe
#   set war2_snp battle.snp
#   set war2_dll storm.dll
#
#   set star_exe starcraft.exe
#   set star_snp battle.snp
#   set star_dll storm.dll
#
#   set jstr_exe starcraft.exe
#   set jstr_snp battle.snp
#   set jstr_dll storm.dll
#
#   No longer used/needed
#   #set d2xp_exe Binaries/d2xp/Game.exe
#   #set d2xp_d2c Binaries/d2xp/D2Client.dll
#   #set d2xp_bnc Binaries/d2xp/Bnclient.dll
#====================================================================

vars {
  set bot_master Eurijk!
  set bot_trigger .

  set war2_exe Binaries/war2/Warcraft II BNE.exe
  set war2_snp Binaries/war2/battle.snp
  set war2_dll Binaries/war2/storm.dll

  set star_exe Binaries/star/starcraft.exe
  set star_snp Binaries/star/battle.snp
  set star_dll Binaries/star/storm.dll

  set jstr_exe Binaries/jstr/StarCraftJ.exe
  set jstr_snp Binaries/jstr/battle.snp
  set jstr_dll Binaries/jstr/storm.dll

  set d2dv_exe Binaries/d2dv/Game.exe
  set d2dv_d2c Binaries/d2dv/d2client.dll
  set d2dv_bnc Binaries/d2dv/bnclient.dll
}

bot YOURNAMEHERE {
  passwd          YOURPASSWDHERE
  server          useast.battle.net

  display         1

  #socks4_server  10.0.0.39
  #socks4_port    1080
  #socks4_userid  anonymous

  client          star
  commandset      Default
  cdkey           YOURCDKEYHERE

  # You must have spawn set to no to join a private
  # channel.
  spawn           no
  homechannel     clan [ds]
  register        zDSBot3 - w32

  # I really hate it when peeps have quotes, but...
  #quote_delay    300
  quotes          quotes.txt

  # This doesn't work anymore, ignore it.
  lag_spoof       0
}

command Default {
  database default.db
  # tagbans tagbans.txt
  # cmd smile /me gives %0 a big smile! >;-)
  # key crappy /me kicks %0 - don't say crappy!
}
