Results 1 to 3 of 3
  1. #1
    Newcomer
    Join Date
    Jan 2011
    Battle Tag
    None
    Posts
    20

    Post Can the bot create game without "-xx" ?

    Question N. 1

    I need to create game with only the choosen name.
    I don't want the "-xx" (where xx is the number of the game created).

    Can the bot create without "-xx" ?

    THX



    Question N. 2

    Can the bot use a list of names to use to create games (instead of use "-xx" to make different names) ?

    Fotr example:

    name-A
    name-B
    name-C
    name-D
    name-E

    When the bot starts it create "name-A", after it the second game will be "name-B", and so on.

    THX

  2. #2
    Newcomer
    Join Date
    Feb 2010
    Battle Tag
    none
    Posts
    17

    Default

    I think if you check the random box in the manager next to game name i think it will not do -xx. Otherwise, you should find the file NTBot. Been a while since i touched this stuff, but should be something about... (adding in/changing these things)
    "
    (ADD)
    var useGameName = "name-A, name-B, etc"; // Cycle through names, leave blank to use manager's name.
    var useGameNumber = false;
    var useGameNumber = 0;
    (CHANGE)
    Find where it adds the number and wrap it with "if useGameNumber { use number } else { do not use number }"
    if useGameName == null { do normal name } else { game name = useGameName[useGameNumber] }
    "
    Ask if you need help doing that.

  3. #3
    Newcomer
    Join Date
    Jan 2011
    Battle Tag
    None
    Posts
    20

    Default

    i dont find where it create the games ... can u explain

    thx

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. "Unable to Identify game application data"
    By lx3c in forum Hacks Bots and Editors
    Replies: 0
    Last Post: 08-11-2011, 09:25 AM
  2. How do I create "CD-key".mpq for multid2
    By Phajo in forum Help and Suggestions!
    Replies: 0
    Last Post: 10-22-2010, 12:06 AM
  3. Replies: 0
    Last Post: 03-19-2008, 11:30 PM
  4. D2JSP HELP PLEASE!! "Unknown Game Version"
    By Diabloster in forum Hacks Bots and Editors
    Replies: 12
    Last Post: 06-09-2005, 02:32 AM
  5. Pindle Problem "UNKNOWN GAME VERSION"
    By Ralphdp in forum Hacks Bots and Editors
    Replies: 0
    Last Post: 06-05-2004, 06:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •