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

Dota LOD 2012 gold v4e.w3x

Тема в разделе 'Карты', создана пользователем Rio1, 9 янв 2013.

  1. Rio1 Наш человек

    Сообщения:
    68
    Спасибы:
    1
    нужно сделать на 11 слотов
    GhostOne 1.6.260
    1.26 пач


    Код:
    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 =
    map_matchmakingcategory =
    map_statsw3mmdcategory =
     
    # 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 LOD 2012 gold v4e.w3x
    
  2. rost Гуру

    Сообщения:
    1.258
    Спасибы:
    150
    Сборка бота GHost:
    LtG
    Дата начала использования бота:
    01.11.2010
    Skype:
    Мой статус
    Вопрос или утверждение?
  3. Rio1 Наш человек

    Сообщения:
    68
    Спасибы:
    1
    Просьба
  4. Doterok Старожила

    Сообщения:
    923
    Спасибы:
    171
    Сборка бота GHost:
    Ghost ++ 17.2
    Дата начала использования бота:
    2011
    Код:
    ###########################################
    # map file for Dota LOD 2012 gold v4e.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 LOD 2012 gold v4e.w3x
    map_size = 200 81 117 0
    map_info = 240 157 83 243
    map_crc = 128 183 52 88
    map_sha1 = 144 67 94 113 195 196 84 52 4 2 141 195 126 47 99 1 178 114 244 211
     
    # 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 = 4
    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_slot11 = 0 255 1 0 12 12 96 1 100
     
    # 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 type (for map specific stats)
    map_hcl = mdfcpsso
    map_type = dota
    map_matchmakingcategory = dota_elo
    map_statsw3mmdcategory = 
     
    # 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 LOD 2012 gold v4e.w3x
    
    Rio1 нравится это.
  5. Rio1 Наш человек

    Сообщения:
    68
    Спасибы:
    1
    Cпс. Но он не работал :) пришлось немного под корректировать :D


    Код:
    ###########################################
    # map file for Dota LOD 2012 gold v4e.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 LOD 2012 gold v4e.w3x
    map_size = 200 81 117 0
    map_info = 240 157 83 243
    map_crc = 128 183 52 88
    map_sha1 = 144 67 94 113 195 196 84 52 4 2 141 195 126 47 99 1 178 114 244 211
     
    # 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 = 4
     
    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_slot11 = 0 255 0 0 12 12 96 1 100
     
    # 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 type (for map specific stats)
     
    map_hcl = mdfcpsso
    map_type = dota
    map_matchmakingcategory = dota_elo
    map_statsw3mmdcategory =
     
    # 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 LOD 2012 gold v4e.w3x
    ]
  6. Doterok Старожила

    Сообщения:
    923
    Спасибы:
    171
    Сборка бота GHost:
    Ghost ++ 17.2
    Дата начала использования бота:
    2011
    Я с ним играю и все ок -_-
  7. Rio1 Наш человек

    Сообщения:
    68
    Спасибы:
    1
    у меня версия бота не та. наверное из-за этого