Blizzard Sector
Can the bot create game without "-xx" ? - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: Can the bot create game without "-xx" ? (/thread-48057.html)



Can the bot create game without "-xx" ? - Adamz - 07-04-2012

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


Can the bot create game without "-xx" ? - Mythosis - 07-05-2012

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.


Can the bot create game without "-xx" ? - Adamz - 07-06-2012

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

thx