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

Hcl не работает

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

  1. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    Вобщем сама коианда !hcl не работает,авто мод так же неработает что делать? :stenka:
    Пользуюсь GhostOne 1.7.266, всё вроде правильно делаю
    Вот конфиг крты:
    Код:
    ################################
    # map file for DotA v6.69c.w3x #
    ################################
    
    # the map path tells Warcraft III clients where to find the map on their system
    # it is NOT the path to the map on the GHost++ system, in fact GHost++ doesn't need the map at all
    
    map_path = Maps\Download\DotA v6.69c.w3x
    map_size = 25 149 117 0
    map_info = 222 185 112 151
    map_crc = 254 107 113 153
    map_sha1 = 60 40 148 157 218 72 12 226 79 43 222 203 147 87 83 114 67 239 113 253
    
    # map speed
    # 1 = slow
    # 2 = normal
    # 3 = fast
    
    map_speed = 3
    
    # map visibility
    # 1 = hide terrain
    # 2 = explored
    # 3 = always visible
    # 4 = default
    
    map_visibility = 4
    
    # map observers
    # 1 = none
    # 2 = on defeat
    # 3 = allowed
    # 4 = referees
    
    map_observers = 1
    
    # map flags
    #  - you can combine these flags by adding together all the options you want to use
    #  - for example to have teams together and fixed teams you would use "3"
    # 1 = teams together
    # 2 = fixed teams
    # 4 = unit share
    # 8 = random hero
    # 16 = random races
    
    map_flags = 3
    
    # map game type
    # 1 = custom
    
    map_gametype = 1
    
    # map dimensions
    
    map_width = 118 0
    map_height = 120 0
    
    # map players and teams
    
    map_numplayers = 10
    map_numteams = 2
    
    # 
    # slot structure
    #  [PID] [Download Status] [Slot Status] [Computer] [Team] [Colour] [Race] [Skill] [Handicap]
    #  - PID is always 0
    #  - Download Status is always 255
    #  - Slot Status is 0 for open, 1 for closed, 2 for occupied
    #  - Computer is 0 for no, 1 for yes
    #  - Team
    #  - Colour
    #  - Race is 1 for human, 2 for orc, 4 for night elf, 8 for undead, 32 for random (add 64 to any of these for fixed)
    #  - Skill is 0 for easy computer, 1 for normal computer or human, 2 for hard computer
    #  - Handicap is 50/60/70/80/90/100
    # 
    
    map_slot1 = 0 255 0 0 0 1 4 1 100
    map_slot2 = 0 255 0 0 0 2 4 1 100
    map_slot3 = 0 255 0 0 0 3 4 1 100
    map_slot4 = 0 255 0 0 0 4 4 1 100
    map_slot5 = 0 255 0 0 0 5 4 1 100
    map_slot6 = 0 255 0 0 1 7 8 1 100
    map_slot7 = 0 255 0 0 1 8 8 1 100
    map_slot8 = 0 255 0 0 1 9 8 1 100
    map_slot9 = 0 255 0 0 1 10 8 1 100
    map_slot10 = 0 255 0 0 1 11 8 1 100
    
    # map type (for map specific stats)
    
    map_type = dota
    map_matchmakingcategory = dota_elo
    map_statsw3mmdcategory = 
    map_defaulthcl = arso
    
    # map local path (for map downloads)
    #  GHost++ doesn't require map files but if it has access to them it can send them to players
    #  GHost++ will search bot_mappath + map_localpath for the map file (bot_mappath is set in the main config file)
    
    map_localpath = DotA v6.69c.w3x
    Вот конфиг бота:
    Код:
    bot_log = ghost.log
    bot_language = Russian.cfg
    bot_war3path = E:\Games\Warcraft 3\
    bot_hostport = 6113
    ### the log file
    bot_log = 
    
    ### set to 1 if you are using warcraft 3 patch 1.21
    bot_patch21 = 0
    
    ### set to 1 if you are using warcraft 3 patch 1.23 or newer
    bot_patch23ornewer = 1
    
    ### show autokick denied country or banned player messages
    bot_verbose = 1
    
    ### Time limit for hosting a game where no admins enter it
    bot_lobbytimelimit = 15
    
    ### maximum players allowed to download at once, the rest will have almost KB/s until someone finishes downloading
    bot_maxdownloaders = 3
    
    ### the bot will auto rehost the game as gamename + 1 if 60 seconds have passed since last player joined, 0 = disable
    bot_autorehostdelay = 20
    
    ### initiate game over timer if team difference is bigger than this number, 0 - to disable
    bot_gameovermaxteamdifference = 0
    
    ### initiate game over timer if remaining player percentage is less than this number (and at least a player left) - 0 to disable
    bot_gameoverminpercent = 0
    
    ### initiate game over timer if remaining players are less than this number (and at least a player left) - 0 to disable
    bot_gameoverminplayers = 3
    
    ### interval in seconds between download info message
    bot_showdownloadsinfotime = 3
    
    ### set max download speed (KB/s) available for one client
    bot_clientdownloadspeed = 512
    
    ### Only players having played this many number of games will be ranked
    bot_scoremingames = 3
    
    ### set total download speed (KB/s) available for all clients at once, if set to 1024, 4 people will get 256 each
    bot_totaldownloadspeed = 1024
    
    ### ignore drop request for the first x seconds of lagging.
    bot_dropvotetime = 60
    
    ### handle name bans: 0 = do nothing, 1 = kick, 2 = announce only (no kick).
    bot_banning = 1
    
    ### handle ip bans: 0 = do nothing, 1 = kick, 2 = announce only (no kick).
    bot_ipbanning = 2
    
    ### ghost will find its external ip on startup, disable if you want to play on LAN only
    bot_findexternalip = 1
    
    ### banned players will be notified with a whisper.
    bot_notifybannedplayers = 1
    
    ### admins are required to spoof check if 1, or not if 0
    bot_adminsspoofcheck = 1
    
    ### this controls whether the bot will require players to spoof check before starting the game, 0 - to disable
    bot_requirespoofchecks = 0
    
    ### root admins are required to spoof check if 1, or not if 0
    bot_rootadminsspoofcheck = 1
    
    ### make the ban announcement on one line ( = 0) (if possible) or on two ( = 1)
    bot_twolinesbanannouncement = 1
    
    ### After a game has ended, if mysql is used, ghost will run update_dota_elo.exe
    bot_updatedotaeloaftergame = 0
    
    ### After a game has ended, if mysql is used, ghost will recalculate scores (use either this or elo)
    bot_updatedotascoreaftergame = 0
    
    ### announce .sd of every player joining the lobby (if set to 1, 0 if laggy)
    bot_showscoresonjoin = 1
    
    ### force auto hcl from gamename in dota games (even when bot_defaulthcl is not set) 
    bot_forceautohclindota = 1
    
    ### Auto set HCL based on game name,ex: -arso EU pros will set HCL to arso (only if map_defaulthcl is defined, for ex: map_defaulthcl = ar), will set hcl to empty if no mode is detected in the gamename
    bot_autohclfromgamename = 1
    
    ### load in game feature will be enabled for every map (if set to 1)
    bot_forceloadingame = 1
    
    ### set to 1 if you want admins to be autoplaced higher only in dota games (0 = in all games)
    bot_placeadminshigheronlyindota = 0
    
    ### if 1 - no admin can start the game if the owner is in the lobby
    bot_onlyownerscanstart = 1
    
    ### if set to 1, if using bot_allowedscores, players having an unknown score will be allowed
    bot_allownullscoredplayers = 1
    
    ### in autohosted games, allow only players with score>=x to join the lobby
    bot_autohostallowedscores = 0
    
    ### allow only players with score>=x to join the lobby
    bot_allowedscores = 0
    
    ### milliseconds to add to highest ping as base dynamic latency
    bot_dynamiclatencyaddedtoping = 25
    
    ### how many milliseconds to add to the normal latency if the players lag
    bot_dynamiclatencymaxtoadd = 30
    
    ### dynamic latency will try not to go over 2.2x highest ping, recommended 
    bot_dynamiclatency2.2xhighestpingmax = 1
    
    ### dynamic latency will be increased when a lobby is active 
    bot_dynamiclatencyincreasewhenlobby = 1
    
    ### enable dynamic latency, lowers or even increases latency as needed 
    bot_usedynamiclatency = 1
    
    ### if enabled, any user can !pub/!map/!unhost 
    bot_userscanhost = 0
    
    ### if enabled, any safelisted player can !pub/!map/!unhost 
    bot_safecanhost = 0
    
    ### will allow admins and safelisted players to download even if downloads are disabled 
    bot_adminsandsafecandownload = 1
    
    ### will replace every !ban/!bl with !warn/!wl 
    bot_replacebanwithwarn = 0
    
    ### 0 - ghost countdown, 1 - warcraft countdown 
    bot_normalcountdown = 0
    
    ### when you !unban player, the bot also issues an /unban player 
    bot_unbanremoveschannelban = 1
    
    ### all messages will be answered with a whisper 
    bot_whisperallmessages = 0
    
    ### non admin commands, 1 enable, 0 disable
    bot_nonadmincommands = 1
    
    ### bot's UDP password
    bot_udppassword = 
    
    ### display information on current downloads (speed, ETA)
    bot_showdownloadsinfo = 1
    
    ### channel ban banned people when they enter the channel
    bot_banbannedfromchannel = 0
    
    ### channel kick banned people when they enter the channel
    bot_kickbannedfromchannel = 1
    
    ### lobby/game commands are displayed as chat (or hidden)
    bot_relaychatcommands = 1
    
    ### the bot will auto rehost the game as gamename + 1 if game name is taken
    bot_rehostifnametaken = 1
    
    ### whether to automatically add the players from last game to the next game's reserved list
    bot_holdplayersforrmk = 1
    
    ### Just before a game is hosted the creator is addes to the bots friends list and removed soon after
    bot_addcreatorasfriendonhost = 0
    
    ### use alternative site for external ip finding (if you experience lag (30s) on ghost startup)
    bot_altfindip = 0
    
    ### specify your external ip here (if it's static and you don't want ghost to auto find it)
    bot_externalip = 
    
    db_mysql_port = 
    
    db_mysql_password = 
    
    db_mysql_user = 
    
    db_mysql_database = 
    
    db_mysql_server = 
    
    ### default formula: (((wins-losses)/totgames)+(kills-deaths+assists/2)+(creepkills/100+creepdenies/10+neutralkills/50)+(raxkills/6)+(towerkills/11))
    bot_scoreformula = (((wins-losses)/totgames)+(kills-deaths+assists/2)+(creepkills/100+creepdenies/10+neutralkills/50)+(raxkills/6)+(towerkills/11))
    
    ### custom text to add to version.
    bot_customversiontext = 
    
    ### default access for admins
    bot_adminaccess = 8191
    
    ### default access for owners
    bot_owneraccess = 8191
    
    # WaaaghTV Observer Name
    wtv_playername = Waaagh!TV
    
    # Path to your WC3TVRecorder ex: c:\Program Files\waaaghTV Recorder\
    wtv_path = C:\Program Files\WaaaghTV Recorder\
    
    # Use WC3TVRecorder, 1 to enable
    wtv_enabled = 0
    
    bot_lanadmins = 0
    
    ### Only ban players who leave prior to x minutes of game end time.
    bot_autobangameendmins = 3
    
    ### It will stop autobanning after the first x leavers
    bot_autobanfirstxleavers = 0
    
    ### It will stop autobanning if team difference>set value
    bot_autobanteamdiffmax = 0
    
    ### It will stop autobanning if timer>0 and game time>timer (overrides all others except bot_autoban)
    bot_autobantimer = 0
    
    ### Will ban every leaver. Does not matter what map
    bot_autobanall = 1
    
    ### auto ban people who leave during the countdown
    bot_autobancountdown = 1
    
    ### auto ban people who leave during the game load
    bot_autobangameloading = 1
    
    ### auto ban leavers that make the game uneven (for even playered two team maps).  Will not ban admins or root admins.
    bot_autoban = 1
    
    ### if host counter goes over this number it will reset to 1, set to 0 to disable the feature
    bot_maxhostcounter = 1000
    
    bot_autohostautostartplayers = 10
    
    bot_autohostmaximumgames = 2
    
    bot_autohostallowstart = 1
    
    bot_autohostlocal = 0
    
    bot_autohostgamename = [Auto] ARso [4bro] pro
    
    bot_autohostmapcfg = map.cfg
    
    bot_autohostdeniedcountries = 
    
    bot_autohostallowedcountries = 
    
    bot_autohostowner = one
    
    # mute for x seconds, if a player has cursed for 3 or more times
    bot_censormuteexcessiveseconds = 120
    
    # mute for x seconds, the second time a player curses
    bot_censormutesecondseconds = 61
    
    # mute for x seconds, the first time a player curses
    bot_censormutefirstseconds = 20
    
    # also auto mute admins
    bot_censormuteadmins = 1
    
    # whether players who use censored words are auto muted for x seconds
    bot_censormute = 1
    
    ### these words will be edited/censored in game/lobby chat.
    bot_censorwords = 
    
    ### fake pings for the following players, space separated: ex = nick1 nick2
    bot_fakepings = 
    
    ### UDP port on which GHost One GUI communicates with the bot, 6969 default
    udp_cmdport = 6969
    
    ### UDP port on which the bot communicates with GHost One GUI, 5868 default
    udp_guiport = 5868
    
    # for ex: BR, these countries will not be allowed to join a game
    bot_deniedcountries = 
    
    # for ex: RO, only these countries will be allowed to join a game
    bot_allowedcountries = 
    
    # Disable nagle algorithm (TCPIP algorithm that can slow down the network) - may improve latency if you set to 1
    tcp_nodelay = 0
    
    # Admins will be able to delete only bans they've made
    bot_adminslimitedunban = 0
    
    # In LAN/GArena show the real number of current/total players in the game, when using !pubg it will be auto activated
    lan_showrealslotcount = 0
    
    # Prints the gameloaded.txt message after X seconds. Default: 10. 
    bot_gameloadedprintout = 10
    
    # how many games should the player play (without taking another warn) to make one of his warns inactive. Default: 7
    bot_gamenumtoforgetawarn = 7
    
    # how many days will each warn last. 0 - permanent warn. Default: 14.
    bot_warntimeofwarnedplayer = 14
    
    # how many days will the auto-ban from warns last. 0 - permanent ban. Default: 14. 
    bot_bantimeofwarnedplayer = 14
    
    # how many warns are needed to auto-ban the player. Default: 3.
    bot_banthewarnedplayerquota = 3
    
    # tbanlast/tbl will expire in x days - set to 0 to be permanent
    bot_tbanlasttime = 360
    
    # normal banlast/bl will expire in x days - set to 0 to be permanent
    bot_banlasttime = 360
    
    # normal bans will expire in x days - set to 0 to be permanent
    bot_bantime = 360
    
    # auto warns leavers
    bot_autowarnearlyleavers = 1
    
    # Announce +1 and +2 (players left to join) in lobby (only if not autohosted)
    bot_lobbyannounceunoccupied = 1
    
    # send admin messages or not (if using the admin game)
    bot_adminmessages = 0
    
    # send local admin messages or not (if using the admin game)
    bot_localadminmessages = 0
    
    # set !autostart 10 automatically in dota games
    bot_autostartdotagames = 1
    
    # safelisted players are immune to ban/warn
    bot_safelistedbanimmunity = 1
    
    # Drop the user if he/she desyncs or not
    bot_dropifdesync = 1
    
    # Show a message when a safe/admin/rootadmin/chieftain/shaman joins the channel
    bot_channeljoingreets = 1
    
    lan_war3version = 24
    
    # milliseconds to wait before sending big sized packets to bnet when using PVPGN
    bot_bnetpacketdelaybigpvpgn = 2500
    
    # milliseconds to wait before sending medium sized packets to bnet when using PVPGN
    bot_bnetpacketdelaymediumpvpgn = 2000
    
    # milliseconds to wait before sending big sized packets to bnet (official)
    bot_bnetpacketdelaybig = 4000
    
    # milliseconds to wait before sending medium sized packets to bnet (official)
    bot_bnetpacketdelaymedium = 3200
    
    bnet_bnlswardencookie = 
    
    bnet_bnlsport = 
    
    bnet_bnlsserver = 
    
    ### bot's additional rootadmins separated by space ex: userone usertwo userthree
    bot_rootadmins = 
    
    ### bot's virtual host name
    bot_virtualhostname = |cFFFF8000SBR
    
    bot_maxgames = 5
    bot_commandtrigger = !
    bot_mapcfgpath = mapcfgs\
    bot_mappath = D:\Games\Warcraft 3\Maps\Download\
    bot_spoofchecks = 0
    bot_showscoresonjoin = 1
    bot_verbose = 1
    bot_refreshmessages = 0
    bot_autolock = 0
    bot_allowdownloads = 1
    map_defaulthcl = arso
    bot_holdplayersforrmk = 1
    bot_notifybannedplayers = 1
    bot_pingduringdownloads = 0
    bot_lcpings = 1
    bnet_publiccommands = 1
    bot_autokickping = 170
    bot_latency = 100
    bot_synclimit = 50
    admingame_create = 1
    admingame_port = 6114
    db_type = sqlite3
    db_sqlite3_file = ghost.dbs
    bnet_server = rubattle.net
    bnet_cdkeytft = 
    bnet_username = 
    bnet_password = 
    bot_replaypath = replays\
    bot_savegamepath = savegames\
    bot_savereplays = 1
    bot_autosave = 0
    admingame_password = 
    bnet_firstchannel = Clan 4bro
    bnet_rootadmin = 
    bnet_commandtrigger = !
    bnet_custom_war3version = 24
    bnet_custom_exeversion = 
    bnet_custom_exeversionhash = 
    bnet_custom_passwordhashtype = pvpgn
    bnet_holdfriends = 1
    bnet_holdclan = 1
    bnet2_server = Alkar.ru
    bnet3_server = G-GAME.ru
    
    
    
  2. sphere-g Ньюфаг

    Сообщения:
    33
    Спасибы:
    0
    у меня после обновления 265 -> 266 та же фигня была, в итоге brt поставил.. А так хз мне кажется тут где-то писали уже про ето, поищи по форуму..
  3. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    Да есть тут пару темок про авто мод и Hcl но там немного по другой проблемме вопросы, у меня самой команды в лобби к примеру !hcl arso нет совсем) тоесть пишу и ничего не происходит,Пробовал в оболочке авто мод поставить,
    также не устанавливается.Сохранил закрыл,открываеш и опять поле пустое непонимаю)
  4. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    Помогите разобраться что делать????? :opasnoste:
  5. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    Народ вы издиваетесь, сколько можно ждать помощи?????
  6. fake Старожила

    Сообщения:
    1.624
    Спасибы:
    19
    Дата начала использования бота:
    11.11.11
  7. denischegaev Парнишка с небывалым умом

    Сообщения:
    289
    Спасибы:
    0
    Сборка бота GHost:
    17.266
  8. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    Я дико извиняюсь лог чего?, непойму команды нет, в логе не отображается никаких записей при написании
  9. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    ето значение тоже установил и никаких изменений(((
  10. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    заметил что Hcl неработает только у меня как у админа, у рутов бота всё норм робит(((?????
  11. denischegaev Парнишка с небывалым умом

    Сообщения:
    289
    Спасибы:
    0
    Сборка бота GHost:
    17.266
    качай норм бота. походу он у тя забаганный...
  12. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    Бот норм раньше ж работало, винду переставил и вот проблемма :stenka: ну я недумаю что ето может быть из-зи виды
  13. fake Старожила

    Сообщения:
    1.624
    Спасибы:
    19
    Дата начала использования бота:
    11.11.11
    лог того как ты пишеш команду...А лучше лог всей работы гхост за определенный день...
  14. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    Вот полный лог
    Код:
    GHost One
    
    [                            GHOST] listening for GProxy++ reconnects on port 6114
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [               BNET: Rubattle.net] refreshed ban list (0 -> 831 bans)
    [               BNET: Rubattle.net] connecting to server [Rubattle.net] on port 6112
    [               BNET: Rubattle.net] resolved and cached server IP address 212.42.38.154
    [                            GHOST] stopped auto hosting, map config file [mapcfgs\map.cfg] is invalid
    [               BNET: Rubattle.net] connected
    [               BNET: Rubattle.net] attempting to auth as Warcraft III: The Frozen Throne
    [               BNET: Rubattle.net] cd keys accepted
    [               BNET: Rubattle.net] username [Sayber_bot] accepted
    [               BNET: Rubattle.net] using pvpgn logon type (for pvpgn servers only)
    [               BNET: Rubattle.net] logon successful
    [               BNET: Rubattle.net] joining channel [Clan 4bro]
    [               BNET: Rubattle.net] joined channel [Clan 4bro]
    [               INFO: Rubattle.net] Hello Sayber_bot, welcome to Rubattle.net!
    [               INFO: Rubattle.net] This server is hosted by RopNet.
    [               INFO: Rubattle.net]  
    [               INFO: Rubattle.net] There are currently 3323 users in 706 games of Warcraft III Frozen Throne, and 3858 users in 911 games and 172 channels.
    [               INFO: Rubattle.net] You have no mail.
    [              ERROR: Rubattle.net] All accounts that was played with cheats will be erased!
    [               INFO: Rubattle.net] Technical support: support@rubattle.net
    [               INFO: Rubattle.net] Enjoy!
    [              LOCAL: Rubattle.net] [loms1k] !load 6.69c
    [               BNET: Rubattle.net] user [loms1k] sent command [!load 6.69c]
    [                       UDPCMDSOCK] Relaying cmd [!load dota] to server [Rubattle.net]
    [               WSPR: Rubattle.net] [.sayber.] !load dota
    [               BNET: Rubattle.net] admin [.sayber.] sent command [!load dota]
    
    [                           CONFIG] loading file [mapcfgs/DotA v6.69c.cfg]
    [                             UTIL] warning - unable to read file [D:\Games\Warcraft 3\Maps\Download\DotA v6.69c.w3x]
    [                              MAP] warning - unable to load MPQ file [D:\Games\Warcraft 3\Maps\Download\DotA v6.69c.w3x]
    [                              MAP] no map data available, using config file for map_size, map_info, map_crc, map_sha1
    [                              MAP] no map data available, using config file for map_width, map_height, map_slot<x>, map_numplayers, map_numteams
    [              LOCAL: Rubattle.net] [loms1k] !pub apso@Msc >>>>>>>>>>>>>
    [               BNET: Rubattle.net] user [loms1k] sent command [!pub apso@Msc >>>>>>>>>>>>>]
    [              LOCAL: Rubattle.net] [loms1kbot] Creating public game [apso@Msc >>>>>>>>>>>>>] started by [loms1k].
    [               BNET: Rubattle.net] user [loms1kbot] leaves channel Clan 4bro
    [                       UDPCMDSOCK] Relaying cmd [!pub TEST NEZAHODIT] to server [Rubattle.net]
    [               WSPR: Rubattle.net] [.sayber.] !pub TEST NEZAHODIT
    [               BNET: Rubattle.net] admin [.sayber.] sent command [!pub TEST NEZAHODIT]
    [                            GHOST] creating game [TEST NEZAHODIT]
    [             GAME: TEST NEZAHODIT] loading IP blacklist file [ipblacklist.txt]
    [             GAME: TEST NEZAHODIT] loaded 635 lines from IP blacklist file
    [             GAME: TEST NEZAHODIT] attempting to bind to all available addresses
    [             GAME: TEST NEZAHODIT] listening on port 6113
    [                        STATSDOTA] using dota stats
    
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [             GAME: TEST NEZAHODIT] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [               BNET: Rubattle.net] joining channel [Clan 4bro]
    [               BNET: Rubattle.net] joined channel [Clan 4bro]
    [          GAME: TEST NEZAHODIT #1] rehost worked
    [          GAME: TEST NEZAHODIT #1] player [.SaybeR.] joined the game
    [          GAME: TEST NEZAHODIT #1] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #1] [Lobby] [.SaybeR.]: !autostart off
    [          GAME: TEST NEZAHODIT #1] admin [.SaybeR.] sent command [autostart] with payload [off]
    [          GAME: TEST NEZAHODIT #1] [Lobby] [.SaybeR.]: !closeall
    [          GAME: TEST NEZAHODIT #1] admin [.SaybeR.] sent command [closeall] with payload []
    [               BNET: Rubattle.net] joining channel [Clan 4bro]
    [               BNET: Rubattle.net] joined channel [Clan 4bro]
    [          GAME: TEST NEZAHODIT #2] [Lobby] [.SaybeR.]: !openall
    [          GAME: TEST NEZAHODIT #2] admin [.SaybeR.] sent command [openall] with payload []
    [          GAME: TEST NEZAHODIT #2] rehost worked
    [          GAME: TEST NEZAHODIT #2] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #2] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #2] [Lobby] [.SaybeR.]: !hcl rdso
    [          GAME: TEST NEZAHODIT #2] admin [.SaybeR.] sent command [hcl] with payload [rdso]
    [               BNET: Rubattle.net] joining channel [Clan 4bro]
    [               BNET: Rubattle.net] joined channel [Clan 4bro]
    [          GAME: TEST NEZAHODIT #3] rehost worked
    [          GAME: TEST NEZAHODIT #3] [Lobby] [.SaybeR.]: !hcl rdso
    [          GAME: TEST NEZAHODIT #3] admin [.SaybeR.] sent command [hcl] with payload [rdso]
    [          GAME: TEST NEZAHODIT #3] [Lobby] [.SaybeR.]: !hcl -rdso
    [          GAME: TEST NEZAHODIT #3] admin [.SaybeR.] sent command [hcl] with payload [-rdso]
    [          GAME: TEST NEZAHODIT #3] [Lobby] [.SaybeR.]: (
    
    [               BNET: Rubattle.net] joining channel [Clan 4bro]
    [               BNET: Rubattle.net] joined channel [Clan 4bro]
    [          GAME: TEST NEZAHODIT #4] rehost worked
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #4] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #4] player [.SaybeR.] joined the game
    [          GAME: TEST NEZAHODIT #4] [Lobby] [.SaybeR.]: !hcl rdso
    [          GAME: TEST NEZAHODIT #4] admin [.SaybeR.] sent command [hcl] with payload [rdso]
    
    [          GAME: TEST NEZAHODIT #4] player [Happy_Maniac] joined the game
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #4] Dynamic latency at 92% = 92 ms=100-8 sync=0.0% - 
    
    [               BNET: Rubattle.net] joining channel [Clan 4bro]
    [               BNET: Rubattle.net] joined channel [Clan 4bro]
    [          GAME: TEST NEZAHODIT #5] rehost worked
    [               BNET: Rubattle.net] joining channel [Clan 4bro]
    [               BNET: Rubattle.net] joined channel [Clan 4bro]
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #6] rehost worked
    [          GAME: TEST NEZAHODIT #6] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #6] player [ssvetogor] joined the game
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    
    [               BNET: Rubattle.net] joining channel [Clan 4bro]
    [               BNET: Rubattle.net] joined channel [Clan 4bro]
    [          GAME: TEST NEZAHODIT #7] rehost worked
    [          GAME: TEST NEZAHODIT #7] player [ART1987] joined the game
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #7] Dynamic latency at 110% = 110 ms=100+10 sync=0.0% - 
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    
    [          GAME: TEST NEZAHODIT #8] rehost worked
    [               BNET: Rubattle.net] joining channel [Clan 4bro]
    [               BNET: Rubattle.net] joined channel [Clan 4bro]
    
  15. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    И лог при вводе команды
    Код:
    BNET: Rubattle.net] joining channel [Clan 4bro]
    [               BNET: Rubattle.net] joined channel [Clan 4bro]
    [          GAME: TEST NEZAHODIT #4] rehost worked
    [         GAME: GHost++ Admin Game] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #4] Dynamic latency at 50% = 50 ms=100-50 sync=0.0% - 
    [          GAME: TEST NEZAHODIT #4] player [.SaybeR.] joined the game
    [          GAME: TEST NEZAHODIT #4] [Lobby] [.SaybeR.]: !hcl rdso
    [          GAME: TEST NEZAHODIT #4] admin [.SaybeR.] sent command [hcl] with payload [rdso]
    
  16. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    Мне удалось сделать авто-мод))) уря :avtoradolf:
    Но сама команда hcl так и не работает???
    Очень жду ваших решений=)))
  17. fake Старожила

    Сообщения:
    1.624
    Спасибы:
    19
    Дата начала использования бота:
    11.11.11
    судя по логу старта небыло :ohmy:
  18. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    О_о недумал что нужно стартовать) окей сделаю со стартом)
  19. Zarj Старожила

    Сообщения:
    1.007
    Спасибы:
    23
    Сборка бота GHost:
    Ghost One 1.7.266
    Дата начала использования бота:
    01.01.1992
  20. AleXTiran Ньюфаг

    Сообщения:
    66
    Спасибы:
    0
    Сборка бота GHost:
    1.7.266
    Народ всем спасибо решил проблемму))) Сменил тригер и заработала команда)))))))))
    Хз чу это было так и непонял))
    З.Ы. Ещё рас всем спасибо :alequate:
    З.Ы. Тему можно закрыть)))