1. Соблюдайте Правила форума и проявляйте уважение к другим участникам беседы.

Прошу немного помощи

Тема в разделе 'Основные вопросы', создана пользователем Huskar404, 5 ноя 2010.

  1. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    Во-первых всем привет у меня проблема подымаю ghost++ версии 11 source скаченный с Svn на debian Все казалось бы работает, но при попытки войти в игру созданную ботом меня просто кикает из игры
    Вот прикрепил
    свой ghost.cfg
    Код:
    #####################
    # BOT CONFIGURATION #
    #####################
    
    ### the log file
    
    bot_log = ghost.log
    
    ### the language file
    
    bot_language = language.cfg
    
    ### the path to your local Warcraft III directory
    ###  this path must contain war3.exe, storm.dll, and game.dll
    ###  this path must end in your system's path seperator (i.e. "\" on Windows or "/" on Linux)
    ###  if this path contains War3Patch.mpq the bot will attempt to extract "Scripts\common.j" and "Scripts\blizzard.j" on startup and write them to bot_mapcfgpath (which is defined later in this file)
    ###  common.j and blizzard.j are only required for automatically calculating map_crc, you do not need them if your map config files already contain map_crc
    
    bot_war3path = /usr/lib/
    
    ### the port GHost++ will host battle.net games on (this must be different from your admingame_port)
    
    bot_hostport = 6114
    
    ### maximum number of games to host at once
    
    bot_maxgames = 5
    
    ### command trigger for ingame only (battle.net command triggers are defined later)
    
    bot_commandtrigger = !
    
    ### the path to the directory where you keep your map config files (must end in your system's path seperator)
    ###  this directory can also contain common.j and blizzard.j (extracted from War3Patch.mpq)
    ###  common.j and blizzard.j are only required for automatically calculating map_crc, you do not need them if your map config files already contain map_crc
    
    bot_mapcfgpath = mapcfgs/
    
    ### the path to the directory where you keep your savegame files (must end in your system's path seperator)
    
    bot_savegamepath = savegames/
    
    ### the path to the directory where you keep your map files (must end in your system's path seperator)
    ###  GHost++ doesn't require map files but if it has access to them it can send them to players and automatically calculate most map config values
    ###  GHost++ will search [bot_mappath + map_localpath] for the map file (map_localpath is set in each map's config file)
    
    bot_mappath = /root/ghost/maps/download/
    
    ### whether to save replays or not
    
    bot_savereplays = 0
    
    ### the path to the directory where you want GHost++ to save replays (must end in your system's path seperator)
    
    bot_replaypath = replays/
    
    ### whether to require spoof checks or not
    ###  disabling spoof checks just turns off automatic spoof checks and requiring players to be spoof checked before starting the game
    ###  spoof checks need to be enabled if you want GHost++ to detect which realm each player came from (use the !check command to see the realm)
    ###  you can always manually spoof check by whispering the bot (and in fact is required before running admin commands)
    
    bot_spoofchecks = 1
    
    ### whether to display game refresh messages by default
    ###  this can always be changed for a particular game with the !refresh command
    
    bot_refreshmessages = 0
    
    ### whether to automatically lock games when the owner joins
    
    bot_autolock = 0
    
    ### whether to automatically save games when a player disconnects
    ###  this can always be changed for a particular game with the !autosave command
    
    bot_autosave = 0
    
    ### whether to allow map downloads or not
    ###  set to 0 to disable map downloads
    ###  set to 1 to enable map downloads
    ###  set to 2 to enable conditional map downloads (an admin must start each map download with the !download or !dl command)
    
    bot_allowdownloads = 1
    
    ### whether to ping players during map downloads or not
    ###  GHost++ will always stop pinging any players who are downloading the map
    ###  this config value determines whether GHost++ should stop pinging *all* players when at least one player is downloading the map
    
    bot_pingduringdownloads = 0
    
    ### use LC style pings (divide actual pings by two)
    
    bot_lcpings = 1
    
    ### auto kick players with ping higher than this
    
    bot_autokickping = 400
    
    ### the game latency
    ###  this can always be changed for a particular game with the !latency command (which enforces a minimum of 50 and a maximum of 500)
    
    bot_latency = 100
    
    ### the maximum number of packets a player is allowed to get out of sync by before starting the lag screen
    ###  before version 8.0 GHost++ did not have a lag screen which is the same as setting this to a very high number
    ###  this can always be changed for a particular game with the !synclimit command (which enforces a minimum of 10 and a maximum of 10000)
    
    bot_synclimit = 50
    
    ############################
    # ADMIN GAME CONFIGURATION #
    ############################
    
    ### whether to create the admin game or not (see readme.txt for more information)
    
    admingame_create = 0
    
    ### the port GHost++ will host the admin game on (this must be different from your bot_hostport)
    
    admingame_port = 6113
    
    ### the admin game password
    
    admingame_password = 19941994
    
    ##########################
    # DATABASE CONFIGURATION #
    ##########################
    
    ### database type (this config value is ignored for now since we only support one type of database)
    
    db_type = sqlite3
    
    ### sqlite3 database file
    
    db_sqlite3_file = ghost.dbs
    
    ############################
    # BATTLE.NET CONFIGURATION #
    ############################
    
    ### which battle.net server to connect to
    ###  1.) 178.33.18.10
    ###  2.) 178.33.18.10
    ###  3.) 178.33.18.10
    ###  4.) 178.33.18.10  
    ## note that each banned player is tied to the realm it was created on and the realm is case sensitive
    ### so if you change your realm from useast.battle.net to USEAST.BATTLE.NET it'll still connect but anyone previously banned will not be counted as banned until you change it back
    
    bnet_server = 178.33.18.10
    
    ### your Warcraft III: Reign of Chaos CD key
    
    bnet_cdkeyroc = FFFFFFFFFFFFFFFFFFFFFFFFFF
    
    ### your Warcraft III: The Frozen Throne CD key
    
    bnet_cdkeytft = FFFFFFFFFFFFFFFFFFFFFFFFFF
    
    ### your battle.net username
    
    bnet_username = Hostbot
    
    ### your battle.net password
    
    bnet_password = 123123
    
    ### the first channel to join upon entering battle.net
    
    bnet_firstchannel = DotA
    
    ### the root admin on this battle.net server only
    
    bnet_rootadmin = Huskar
    
    ### command trigger for this battle.net server only
    
    bnet_commandtrigger = !
    
    ### whether to automatically add your friends list to each game's reserved list
    
    bnet_holdfriends = 1
    
    ### whether to automatically add your clan members list to each game's reserved list
    
    bnet_holdclan = 1
    
    ### you will need to edit this section of the config file if you're connecting to a PVPGN server
    ###  your PVPGN server operator will tell you what to put here
    
    bnet_custom_war3version = 24
    bnet_custom_exeversion =
    bnet_custom_exeversionhash =
    bnet_custom_passwordhashtype = pvpgn
    
    ###
    ### example configuration for connecting to a second official battle.net server
    ###
    
    # bnet2_server = 178.33.18.10
    # bnet2_cdkeyroc = FFFFFFFFFFFFFFFFFFFFFFFFFF
    # bnet2_cdkeytft = FFFFFFFFFFFFFFFFFFFFFFFFFF
    # bnet2_username =
    # bnet2_password =
    # bnet2_firstchannel = The Void
    # bnet2_rootadmin =
    # bnet2_commandtrigger = !
    # bnet2_holdfriends = 1
    # bnet2_holdclan = 1
    
    ###
    ### example configuration for connecting to a third PVPGN battle.net server
    ###
    
    # bnet3_server = 178.33.18.10
    # bnet3_cdkeyroc = FFFFFFFFFFFFFFFFFFFFFFFFFF
    # bnet3_cdkeytft = FFFFFFFFFFFFFFFFFFFFFFFFFF
    # bnet3_username =
    # bnet3_password =
    # bnet3_firstchannel = The Void
    # bnet3_rootadmin =
    # bnet3_commandtrigger = !
    # bnet3_holdfriends = 1
    # bnet3_holdclan = 1
    # bnet3_custom_war3version = 24
    # bnet3_custom_exeversion = 184 0 22 1
    # bnet3_custom_exeversionhash = 219 152 153 144
    # bnet3_custom_passwordhashtype = pvpgn
    
    и ghost.log
    Код:
    [Fri Nov  5 01:03:17 2010] [GHOST] starting up
    [Fri Nov  5 01:03:17 2010] [SQLITE3] opening database [ghost.dbs]
    [Fri Nov  5 01:03:17 2010] [SQLITE3] found schema number [4]
    [Fri Nov  5 01:03:17 2010] [CONFIG] loading file [language.cfg]
    [Fri Nov  5 01:03:17 2010] [GHOST] found battle.net connection #1 for server [178.33.18.10]
    [Fri Nov  5 01:03:17 2010] [GHOST] loading MPQ file [/usr/lib/War3Patch.mpq]
    [Fri Nov  5 01:03:17 2010] [GHOST] warning - unable to extract Scripts\common.j from MPQ file
    [Fri Nov  5 01:03:17 2010] [GHOST] warning - unable to extract Scripts\blizzard.j from MPQ file
    [Fri Nov  5 01:03:17 2010] [CONFIG] loading file [mapcfgs/map.cfg]
    [Fri Nov  5 01:03:17 2010] [UTIL] warning - unable to read file [/root/ghost/maps/download/DotA Allstars v6.57.w3x]
    [Fri Nov  5 01:03:17 2010] [MAP] warning - unable to load MPQ file [/root/ghost/maps/download/DotA Allstars v6.57.w3x]
    [Fri Nov  5 01:03:17 2010] [MAP] no map data available, using config file for map_size, map_info, map_crc
    [Fri Nov  5 01:03:17 2010] [MAP] no map data available, using config file for map_width, map_height, map_slot<x>, map_numplayers, map_numteams
    [Fri Nov  5 01:03:17 2010] [GHOST] started loading [ip-to-country.csv]
    [Fri Nov  5 01:03:17 2010] [GHOST] iptocountry data: 10% loaded
    [Fri Nov  5 01:03:17 2010] [GHOST] iptocountry data: 20% loaded
    [Fri Nov  5 01:03:18 2010] [GHOST] iptocountry data: 30% loaded
    [Fri Nov  5 01:03:18 2010] [GHOST] iptocountry data: 40% loaded
    [Fri Nov  5 01:03:18 2010] [GHOST] iptocountry data: 50% loaded
    [Fri Nov  5 01:03:18 2010] [GHOST] iptocountry data: 60% loaded
    [Fri Nov  5 01:03:18 2010] [GHOST] iptocountry data: 70% loaded
    [Fri Nov  5 01:03:18 2010] [GHOST] iptocountry data: 80% loaded
    [Fri Nov  5 01:03:18 2010] [GHOST] iptocountry data: 90% loaded
    [Fri Nov  5 01:03:18 2010] [GHOST] iptocountry data: 100% loaded
    [Fri Nov  5 01:03:18 2010] [GHOST] finished loading [ip-to-country.csv]
    [Fri Nov  5 01:03:18 2010] [GHOST] GHost++ Version 11.01
    [Fri Nov  5 01:03:18 2010] [BNET: 178.33.18.10] connecting to server [178.33.18.10] on port 6112
    [Fri Nov  5 01:03:19 2010] [BNET: 178.33.18.10] connected
    [Fri Nov  5 01:03:19 2010] [BNET: 178.33.18.10] cd keys accepted
    [Fri Nov  5 01:03:19 2010] [BNET: 178.33.18.10] username [Hostbot] accepted
    [Fri Nov  5 01:03:19 2010] [BNET: 178.33.18.10] using pvpgn logon type (for pvpgn servers only)
    [Fri Nov  5 01:03:19 2010] [BNET: 178.33.18.10] logon successful
    [Fri Nov  5 01:03:19 2010] [BNET: 178.33.18.10] joining channel [DotA]
    [Fri Nov  5 01:03:19 2010] [BNET: 178.33.18.10] joined channel [DotA]
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10] Hello Hostbot, welcome to PvPGN Realm!
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10] Running version PvPGN BnetD Mod 1.8.5 on hivefr1-30.fornex.org.
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10] This server is hosted by a PvPGN user
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10]  
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10] There are 4 user accounts on this server.
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10] There are currently 2 users in 0 games of Warcraft III Frozen Throne,
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10] and 2 users playing 0 games and chatting in 22 channels.
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10] Having trouble with a command?  Type   /help   to
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10] learn more about it.
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10]  
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10] You have no mail.
    [Fri Nov  5 01:03:19 2010] [INFO: 178.33.18.10] DotA topic: :D
    [Fri Nov  5 01:03:56 2010] [LOCAL: 178.33.18.10] [Huskar] !load dota v6.69b
    [Fri Nov  5 01:03:56 2010] [BNET: 178.33.18.10] admin [Huskar] sent command [!load dota v6.69b]
    [Fri Nov  5 01:03:56 2010] [CONFIG] loading file [mapcfgs/dota v6.69b.cfg]
    [Fri Nov  5 01:03:56 2010] [MAP] loading MPQ file [/root/ghost/maps/download/dota v6.69b.w3x]
    [Fri Nov  5 01:03:56 2010] [MAP] calculated map_size = 183 150 117 0
    [Fri Nov  5 01:03:56 2010] [MAP] calculated map_info = 12 170 141 126
    [Fri Nov  5 01:03:56 2010] [UTIL] warning - unable to read file [mapcfgs/common.j]
    [Fri Nov  5 01:03:56 2010] [MAP] unable to calculate map_crc - unable to read file [mapcfgs/common.j]
    [Fri Nov  5 01:03:56 2010] [MAP] calculated map_width = 118 0
    [Fri Nov  5 01:03:56 2010] [MAP] calculated map_height = 120 0
    [Fri Nov  5 01:03:56 2010] [MAP] calculated map_numplayers = 10
    [Fri Nov  5 01:03:56 2010] [MAP] calculated map_numteams = 2
    [Fri Nov  5 01:03:56 2010] [MAP] found 10 slots
    [Fri Nov  5 01:03:56 2010] [MAP] overriding calculated map_size with config value map_size = 236 37 119 0
    [Fri Nov  5 01:03:56 2010] [MAP] overriding calculated map_info with config value map_info = 178 156 54 150
    [Fri Nov  5 01:03:56 2010] [MAP] overriding calculated map_width with config value map_width = 118 0
    [Fri Nov  5 01:03:56 2010] [MAP] overriding calculated map_height with config value map_height = 120 0
    [Fri Nov  5 01:03:56 2010] [MAP] overriding calculated map_numplayers with config value map_numplayers = 10
    [Fri Nov  5 01:03:56 2010] [MAP] overriding calculated map_numteams with config value map_numteams = 2
    [Fri Nov  5 01:03:56 2010] [MAP] overriding slots
    [Fri Nov  5 01:03:56 2010] [LOCAL: 178.33.18.10] Загрузка файла конфигурации mapcfgs/dota v6.69b.cfg
    [Fri Nov  5 01:04:20 2010] [LOCAL: 178.33.18.10] [Huskar] !pub 1254
    [Fri Nov  5 01:04:20 2010] [BNET: 178.33.18.10] admin [Huskar] sent command [!pub 1254]
    [Fri Nov  5 01:04:20 2010] [GHOST] creating game [1254]
    [Fri Nov  5 01:04:20 2010] [TCPSERVER] error (bind) - EADDRINUSE
    [Fri Nov  5 01:04:20 2010] [GAME: 1254] error listening on port 6112
    [Fri Nov  5 01:04:20 2010] [STATSDOTA] using dota stats
    [Fri Nov  5 01:04:20 2010] [LOCAL: 178.33.18.10] Создание публичной игры 1254. Владелец - Huskar
    [Fri Nov  5 01:04:20 2010] [GHOST] deleting current game [1254]
    [Fri Nov  5 01:04:20 2010] [BNET: 178.33.18.10] joining channel [DotA]
    [Fri Nov  5 01:04:20 2010] [BNET: 178.33.18.10] joined channel [DotA]
    [Fri Nov  5 01:04:20 2010] [INFO: 178.33.18.10] DotA topic: :D
    [Fri Nov  5 01:06:44 2010] [!!!] caught signal, shutting down
    [Fri Nov  5 01:06:44 2010] [GHOST] shutting down
    [Fri Nov  5 01:06:44 2010] [SQLITE3] closing database [ghost.dbs]
    [Fri Nov  5 01:06:51 2010] [GHOST] starting up
    [Fri Nov  5 01:06:51 2010] [SQLITE3] opening database [ghost.dbs]
    [Fri Nov  5 01:06:51 2010] [SQLITE3] found schema number [4]
    [Fri Nov  5 01:06:51 2010] [CONFIG] loading file [language.cfg]
    [Fri Nov  5 01:06:51 2010] [GHOST] found battle.net connection #1 for server [178.33.18.10]
    [Fri Nov  5 01:06:51 2010] [GHOST] loading MPQ file [/usr/lib/War3Patch.mpq]
    [Fri Nov  5 01:06:51 2010] [GHOST] warning - unable to extract Scripts\common.j from MPQ file
    [Fri Nov  5 01:06:51 2010] [GHOST] warning - unable to extract Scripts\blizzard.j from MPQ file
    [Fri Nov  5 01:06:51 2010] [CONFIG] loading file [mapcfgs/map.cfg]
    [Fri Nov  5 01:06:51 2010] [UTIL] warning - unable to read file [/root/ghost/maps/download/DotA Allstars v6.57.w3x]
    [Fri Nov  5 01:06:51 2010] [MAP] warning - unable to load MPQ file [/root/ghost/maps/download/DotA Allstars v6.57.w3x]
    [Fri Nov  5 01:06:51 2010] [MAP] no map data available, using config file for map_size, map_info, map_crc
    [Fri Nov  5 01:06:51 2010] [MAP] no map data available, using config file for map_width, map_height, map_slot<x>, map_numplayers, map_numteams
    [Fri Nov  5 01:06:51 2010] [GHOST] started loading [ip-to-country.csv]
    [Fri Nov  5 01:06:51 2010] [GHOST] iptocountry data: 10% loaded
    [Fri Nov  5 01:06:51 2010] [GHOST] iptocountry data: 20% loaded
    [Fri Nov  5 01:06:52 2010] [GHOST] iptocountry data: 30% loaded
    [Fri Nov  5 01:06:52 2010] [GHOST] iptocountry data: 40% loaded
    [Fri Nov  5 01:06:52 2010] [GHOST] iptocountry data: 50% loaded
    [Fri Nov  5 01:06:52 2010] [GHOST] iptocountry data: 60% loaded
    [Fri Nov  5 01:06:52 2010] [GHOST] iptocountry data: 70% loaded
    [Fri Nov  5 01:06:52 2010] [GHOST] iptocountry data: 80% loaded
    [Fri Nov  5 01:06:52 2010] [GHOST] iptocountry data: 90% loaded
    [Fri Nov  5 01:06:52 2010] [GHOST] iptocountry data: 100% loaded
    [Fri Nov  5 01:06:52 2010] [GHOST] finished loading [ip-to-country.csv]
    [Fri Nov  5 01:06:52 2010] [GHOST] GHost++ Version 11.01
    [Fri Nov  5 01:06:53 2010] [BNET: 178.33.18.10] connecting to server [178.33.18.10] on port 6112
    [Fri Nov  5 01:06:53 2010] [BNET: 178.33.18.10] connected
    [Fri Nov  5 01:06:53 2010] [BNET: 178.33.18.10] cd keys accepted
    [Fri Nov  5 01:06:53 2010] [BNET: 178.33.18.10] username [Hostbot] accepted
    [Fri Nov  5 01:06:53 2010] [BNET: 178.33.18.10] using pvpgn logon type (for pvpgn servers only)
    [Fri Nov  5 01:06:53 2010] [BNET: 178.33.18.10] logon successful
    [Fri Nov  5 01:06:53 2010] [BNET: 178.33.18.10] joining channel [DotA]
    [Fri Nov  5 01:06:53 2010] [BNET: 178.33.18.10] joined channel [DotA]
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10] Hello Hostbot, welcome to PvPGN Realm!
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10] Running version PvPGN BnetD Mod 1.8.5 on hivefr1-30.fornex.org.
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10] This server is hosted by a PvPGN user
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10]  
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10] There are 4 user accounts on this server.
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10] There are currently 2 users in 0 games of Warcraft III Frozen Throne,
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10] and 2 users playing 0 games and chatting in 22 channels.
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10] Having trouble with a command?  Type   /help   to
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10] learn more about it.
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10]  
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10] You have no mail.
    [Fri Nov  5 01:06:53 2010] [INFO: 178.33.18.10] DotA topic: :D
    [Fri Nov  5 01:07:27 2010] [LOCAL: 178.33.18.10] [Huskar] !load dota v6.69b
    [Fri Nov  5 01:07:27 2010] [BNET: 178.33.18.10] admin [Huskar] sent command [!load dota v6.69b]
    [Fri Nov  5 01:07:27 2010] [CONFIG] loading file [mapcfgs/dota v6.69b.cfg]
    [Fri Nov  5 01:07:27 2010] [MAP] loading MPQ file [/root/ghost/maps/download/dota v6.69b.w3x]
    [Fri Nov  5 01:07:27 2010] [MAP] calculated map_size = 183 150 117 0
    [Fri Nov  5 01:07:27 2010] [MAP] calculated map_info = 12 170 141 126
    [Fri Nov  5 01:07:27 2010] [UTIL] warning - unable to read file [mapcfgs/common.j]
    [Fri Nov  5 01:07:27 2010] [MAP] unable to calculate map_crc - unable to read file [mapcfgs/common.j]
    [Fri Nov  5 01:07:27 2010] [MAP] calculated map_width = 118 0
    [Fri Nov  5 01:07:27 2010] [MAP] calculated map_height = 120 0
    [Fri Nov  5 01:07:27 2010] [MAP] calculated map_numplayers = 10
    [Fri Nov  5 01:07:27 2010] [MAP] calculated map_numteams = 2
    [Fri Nov  5 01:07:27 2010] [MAP] found 10 slots
    [Fri Nov  5 01:07:27 2010] [MAP] overriding calculated map_size with config value map_size = 236 37 119 0
    [Fri Nov  5 01:07:27 2010] [MAP] overriding calculated map_info with config value map_info = 178 156 54 150
    [Fri Nov  5 01:07:27 2010] [MAP] overriding calculated map_width with config value map_width = 118 0
    [Fri Nov  5 01:07:27 2010] [MAP] overriding calculated map_height with config value map_height = 120 0
    [Fri Nov  5 01:07:27 2010] [MAP] overriding calculated map_numplayers with config value map_numplayers = 10
    [Fri Nov  5 01:07:27 2010] [MAP] overriding calculated map_numteams with config value map_numteams = 2
    [Fri Nov  5 01:07:27 2010] [MAP] overriding slots
    [Fri Nov  5 01:07:27 2010] [LOCAL: 178.33.18.10] Загрузка файла конфигурации mapcfgs/dota v6.69b.cfg
    [Fri Nov  5 01:07:36 2010] [LOCAL: 178.33.18.10] [Huskar] !pub map
    [Fri Nov  5 01:07:36 2010] [BNET: 178.33.18.10] admin [Huskar] sent command [!pub map]
    [Fri Nov  5 01:07:36 2010] [GHOST] creating game [map]
    [Fri Nov  5 01:07:36 2010] [GAME: map] listening on port 6114
    [Fri Nov  5 01:07:36 2010] [STATSDOTA] using dota stats
    [Fri Nov  5 01:07:36 2010] [LOCAL: 178.33.18.10] Создание публичной игры map. Владелец - Huskar
    [Fri Nov  5 01:07:41 2010] [GAME: map] player [Huskar] joined the game
    [Fri Nov  5 01:07:42 2010] [TCPSOCKET] closed by remote host
    [Fri Nov  5 01:07:42 2010] [GAME: map] deleting player [Huskar]: потерял соединение (соединение закрыто удалённым хостом)
    [Fri Nov  5 01:07:52 2010] [GAME: map] player [Huskar] joined the game
    [Fri Nov  5 01:07:52 2010] [TCPSOCKET] closed by remote host
    [Fri Nov  5 01:07:52 2010] [GAME: map] deleting player [Huskar]: потерял соединение (соединение закрыто удалённым хостом)
    
    Подумав Я предположил, что возможно проблема в конфиге карты т.к. конфиг я взял 6.69b rus а карта у меня 6.69b en
    Спасибо за внимание. С уважением Дмитрий.
  2. Synth (LM) Пантограф!

    Сообщения:
    2.762
    Спасибы:
    172
    Сборка бота GHost:
    My own version of GhostOne
    Дата начала использования бота:
    15.06.2008
    Skype:
    Мой статус
    Ну нету этих файлоов в папке, засунь их в указанную папку.
  3. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    Все файлы закинул (все 3) но по прежнему при попытке зайти в игру меня кикает
  4. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    В чем мб соль? бот меня просто кикает а в логах пишет типа реконект
  5. denischegaev Парнишка с небывалым умом

    Сообщения:
    289
    Спасибы:
    0
    Сборка бота GHost:
    17.266
  6. Synth (LM) Пантограф!

    Сообщения:
    2.762
    Спасибы:
    172
    Сборка бота GHost:
    My own version of GhostOne
    Дата начала использования бота:
    15.06.2008
    Skype:
    Мой статус
    А пусть к варкрафту указан?
  7. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    мб это из-за того что я юзаю 11 версию гхост++
  8. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    какой фаерфол в линуксе? да и онже хостит но кикает на сервак я не кидал весь варик я только кинул часть нужных файлов...
  9. Deals Старожила

    Сообщения:
    784
    Спасибы:
    21
    Сборка бота GHost:
    Ghost One 1.7.266
    Skype:
    Мой статус
  10. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    Как сделать чтобы латенси можно было писать меньше 50? кто подскажет? в конфиге этого нет
  11. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    ну разве никто не знает?
  12. fake Старожила

    Сообщения:
    1.624
    Спасибы:
    19
    Дата начала использования бота:
    11.11.11
    Код:
    ### 0 - old timer on windows (gettickcount), 1 - new timer
    bot_newTimer = 0
    
    ### 0 - old latency system, 1 - as close to the set latency as possible
    bot_newLatency = 1
    в последней версие бота
  13. Wizard[EWoD] Ньюфаг

    Сообщения:
    70
    Спасибы:
    0
    А зачем это надо?
  14. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    значит надо на старых версиях мне хватало латенси в 20