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

GhostBRT Вылет после победы/проигрыша на карте.

Тема в разделе 'Запуск и Поддержка', создана пользователем WTF Man, 2 май 2017.

  1. WTF Man Ньюфаг

    Сообщения:
    19
    Спасибы:
    0
    Сборка бота GHost:
    Ghost One 1.7.266 my version
    Дата начала использования бота:
    01.01.2017




    Пойми, мне наплевать что ты пишешь, поскольку в твоих сообщениях нету ни малейшей смысловой нагрузки, и очень жалко что за некоторые отдельные сообщения тебе ничего не будет. А при встрече.. :D
    Значиться, то что мне было нужно - банить игроков с Гарены я сделал при помощи brtGHost.

    1) Бот вылетает после окончания игры, это я про 1.7.1, насчет 1.8.0 там вообще вылет когда я захожу в игру (или меня не пускает :limon:) и в логах пусто.
    2) Не работает команда !votestart код для которой скидывал уважаемый Palach.
    3) brtGHOST пишет от имени ПЕРВОГО ЗАШЕДШЕГО игрока но не от своего имени (virtualhostname или как-то так)

    Прошу помочь адекватных и отзывчивых людей, которые не будут человеку указывать на его незнание C++ а просто помогут, поскольку я тоже могу щас начать орать что вы не умеете создавать карты, не знаете JASS и прочее.
    -_-
  2. WTF Man Ньюфаг

    Сообщения:
    19
    Спасибы:
    0
    Сборка бота GHost:
    Ghost One 1.7.266 my version
    Дата начала использования бота:
    01.01.2017
    Попытался 1.7.2, вот что вышло -_-
    После скачивания версии 1.7.2 появилась проблема следующего плана.
    Код:
    [Tue May 02 16:05:56 2017] [GHOST] warning - no battle.net connections found and no admin game created

    Прикладываю кусок конфига
    Код:
      bnet
            {
                first_custom_server
                {
                    ; enabled this server or not
                    enabled 1
     
                    ; which battle.net server to connect to
                    ;  1.) useast.battle.net
                    ;  2.) uswest.battle.net
                    ;  3.) asia.battle.net
                    ;  4.) europe.battle.net
                    ; 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
                    server "rubattle.net"
     
                    ; your Warcraft III: Reign of Chaos CD key
                    cdkeyroc "FFFFFFFFFFFFFFFFFFFFFFFFFF"
     
                    ; your Warcraft III: The Frozen Throne CD key
                    cdkeytft "FFFFFFFFFFFFFFFFFFFFFFFFFF"
     
                    ; the locale specifies the area of the world you are from
                    ; battle.net uses this to group players together, showing them games hosted by players and bots mostly from their own area
                    ; it's important to set this to the correct value to increase the effectiveness of the game refresher
                    ; if you are using Windows you can set this to "system" to use the locale of your system
                    ; otherwise you can use the list at the following URL to get the correct value for your area:
                    ; http://msdn.microsoft.com/en-us/library/0h88fahh%28VS.85%29.aspx
                    ; put the "decimal value" here, e.g. 1033 is the default for "English - United States"
                    ; note: you cannot use a value of "system" on Linux, doing so will use a default value of 1033 instead
                    locale "system"
     
    countryabbrev "RU"
     
    country "Russian Federation"
     
    publiccommands 1
     
    whereis 0
     
                    ; your battle.net username
                    username "(тут что то было)"
     
                    ; your battle.net password
                    password "(тут что то было)"
     
                    ; the first channel to join upon entering battle.net
                    firstchannel "(тут что то было)"
     
                    ; the root admin on this battle.net server only
                    rootadmin "TheGameLol"
     
                    ; command trigger for this battle.net server only
                    commandtrigger "!"
     
                    ; whether to automatically add your friends list to each game's reserved list
                    holdfriends 1
     
                    ; whether to automatically add your clan members list to each game's reserved list
                    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
                    custom_war3version 26
                    custom_exeversion "1 0 26 1"
                    custom_exeversionhash "194 206 231 242"
                    custom_passwordhashtype "pvpgn"
    bnet_custom_pvpgnrealmname "rubattle.net"
     
                    ; BNLS Settings
     
                    bnlsserver ""
                    bnlsport 9367
                }
     
                second_custom_server
                {
                    ; enabled this server or not
                    enabled 0
     
                    ; which battle.net server to connect to
                    ;  1.) useast.battle.net
                    ;  2.) uswest.battle.net
                    ;  3.) asia.battle.net
                    ;  4.) europe.battle.net
                    ; 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
                    ; server "war3.server.name"
    ; serveralias ""
     
                    ; your Warcraft III: Reign of Chaos CD key
                    ; cdkeyroc "FFFFFFFFFFFFFFFFFFFFFFFFFF"
     
                    ; your Warcraft III: The Frozen Throne CD key
                    ; cdkeytft "FFFFFFFFFFFFFFFFFFFFFFFFFF"
     
                    ; the locale specifies the area of the world you are from
                    ; battle.net uses this to group players together, showing them games hosted by players and bots mostly from their own area
                    ; it's important to set this to the correct value to increase the effectiveness of the game refresher
                    ; if you are using Windows you can set this to "system" to use the locale of your system
                    ; otherwise you can use the list at the following URL to get the correct value for your area:
                    ; http://msdn.microsoft.com/en-us/library/0h88fahh%28VS.85%29.aspx
                    ; put the "decimal value" here, e.g. 1033 is the default for "English - United States"
                    ; note: you cannot use a value of "system" on Linux, doing so will use a default value of 1033 instead
                    locale "system"
     
    ; countryabbrev "USA"
     
    ; country "United States"
     
    ; publiccommands 1
     
    ; whereis 0
     
                    ; your battle.net username
                    ; username "your_login"
     
                    ; your battle.net password
                    ; password "your_password"
     
                    ; the first channel to join upon entering battle.net
                    ; firstchannel "The Void"
     
                    ; the root admin on this battle.net server only
                    ; rootadmin ""
     
                    ; command trigger for this battle.net server only
                    ; commandtrigger "."
     
                    ; whether to automatically add your friends list to each game's reserved list
                    ; holdfriends 1
     
                    ; whether to automatically add your clan members list to each game's reserved list
                    ; 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
                    ; custom_war3version 26
                    ; custom_exeversion ""
                    ; custom_exeversionhash ""
                    ; custom_passwordhashtype "pvpgn"
     
                    ; BNLS Settings
     
                    ; bnlsserver ""
                    ; bnlsport 9367
                }
            }
    }


    Интересуют строки

    unable to load MPQ file []
    [Tue May 02 16:12:03 2017] [GHOST] adding ".cfg" to autohost map -> new one is [.cfg]

    Может у кого-то есть 1.8.7 или какая то версия новее 1.8.1? :prayy:
    Или подскажите где примерно искать код выполняющийся после завершения игры :D
  3. WTF Man Ньюфаг

    Сообщения:
    19
    Спасибы:
    0
    Сборка бота GHost:
    Ghost One 1.7.266 my version
    Дата начала использования бота:
    01.01.2017
    Солнце сгорело, в Землю врезался Марс а Луна в Венеру :rickroll: но мне еще не ответили.
  4. Suicider Старожила

    Сообщения:
    673
    Спасибы:
    117
    Сборка бота GHost:
    Ghost++ 17.1 by w3gh
    Дата начала использования бота:
    12.07.2011
    Skype:
    Мой статус
    Все версии этого бота можно посмотреть тут
  5. WTF Man Ньюфаг

    Сообщения:
    19
    Спасибы:
    0
    Сборка бота GHost:
    Ghost One 1.7.266 my version
    Дата начала использования бота:
    01.01.2017
    Тебя не спрашивали -_-
    По сабжу - будь все так просто я бы не писал сюда. Там нету версий выше 1.8.0
    А погуглить каждый может. :D
  6. WTF Man Ньюфаг

    Сообщения:
    19
    Спасибы:
    0
    Сборка бота GHost:
    Ghost One 1.7.266 my version
    Дата начала использования бота:
    01.01.2017
    Никто не знает? :facepalm:
    Может как банить игроков с Гангрены знаете хоть? -_-
  7. r000t Парнишка с небывалым умом

    Сообщения:
    106
    Спасибы:
    12
    все знают, но ни кто не поделится
    Suicider нравится это.
  8. WTF Man Ньюфаг

    Сообщения:
    19
    Спасибы:
    0
    Сборка бота GHost:
    Ghost One 1.7.266 my version
    Дата начала использования бота:
    01.01.2017
    Это значит что вы плохие и жадные люди не умеющие жить в обществе и помогать другим людям.
    Вас интересуют лишь деньги; это значит что вы к тому же и корыстные.
    В отличии от вас я воспитанный, а если у вас "хата с краю" то тут бог вам судья, и все останется на вашей совести.
  9. r000t Парнишка с небывалым умом

    Сообщения:
    106
    Спасибы:
    12
    зачем мне помогать конкуренту, поделись ты квартирой своей в таком случае
  10. WTF Man Ньюфаг

    Сообщения:
    19
    Спасибы:
    0
    Сборка бота GHost:
    Ghost One 1.7.266 my version
    Дата начала использования бота:
    01.01.2017
    Какого конкурента? Я даже тебя не знаю :facepalm:
    Я хостю для своего удовольствия, в основном свою карту.
    Квартира и 50-100 строчек это разные вещи, если ты как чаппи бот которые сделали отлов команд с гарены и не поделились то у меня плохие новости, ты - не умеешь помогать людям бескорыстно
  11. Suicider Старожила

    Сообщения:
    673
    Спасибы:
    117
    Сборка бота GHost:
    Ghost++ 17.1 by w3gh
    Дата начала использования бота:
    12.07.2011
    Skype:
    Мой статус
    Дайте мне ваших ботов с соурсом на халяву. Вы должны поделиться, иначе гореть вам в аду. Спасибо.