Quote:
Originally Posted by nhcoohrh
amazing... how you manage to do :D I never seen that problem :|
when 1 bot takes the acc from the accounts.txt from shared folder he deletes it...
unless you go there and write again the accs...
|
The config file used(shared for all bots):
[Config]
;Delay for almost everything in miliseconds. 1000 minimum
Delay=1500
;Delay for AI selection when creating the GAME, increase this value if you have issues with teams not equal. 1000 minimum
DelayAI=1000
;Stop the current account after reach lvl 5 or 10.
MAXlvl=10
;The password for the games
gamepw="LoL"
;Choose BuyMethod, 1 - Buys 1DAY XPBOOST, 2 - Buys 2 DAY XPBOOST. 3 - Buys 3 Day XP BOOST. Use 0 to Disables BuyXP
BuyMethod=1
;Game Modes - (5) All humans Costum TCS Game,
gamemode=5
;Number of players in the Room 3v3 = 6, 4v4 = 8, 5v5 = 10 (default = 6)
roomplayers=6
;Number of Games in row for one single account. Disable=0.
gamescounter=0
;Click Nextgame instead of restart Client.
nextgame=1
; choose different ingamecheck not dependent of hudscale, 0 for Top HUD, 1 to MiniMAP Hud.
checkingame=1
; SHOP Tab Boosts Coordinates X,Y. Since riot is always changing the position user can define the current Position, check the forum to get latest coordinates.
shopx=28
shopy=500
;Auto-update function , 1 to enable, 0 to disable
autoupdate=1
;check lvl10 method 0 pixelsearch method, 1 imagesearch method (you could need to create your own pics for Resources Folder)
check10method=1
;Set single accs file for all bots in shared folder example = "Z:\BOTS\accounts.txt"
accsall="Z:\BOTS\accounts.txt"
;Set log file in shared folder with all accounts that were used already = "Z:\BOTS\accsused.txt"
accsused="Z:\BOTS\accsused.txt"
;Minimize Game during some periodos to decrease the CPU/GPU load, 1 to enable.
minigame=1
;When account is finished takes screenshot and saves on configured folder of the acc name/lvl ie: "Z:\BOTS\PICS\", 0 to disable.
screenfolder="Z:\BOTS\PICS\"
;Accounts handling mode. 0 use local vm accounts.txt,2 use accsall method.
accmode=2
;For new Costum games matchmaking its necessary to have a shared file, example set "Z:\BOTS\PICS\rooms.ini". 0 to disable.
roompath="Z:\BOTS\rooms.ini"
;Do COOP Mode for 1-30, 1 enable, 0 disable.
docoop=0
;To enhanced COOP vs AI Mode, use shared coop.ini file with accounts, example set "Z:/BOTS/coop.ini". 0 to disable.
COOPpath=0
-------------------------------------------
the rooms files is a standard file and in the shared folder have, accounts.txt, accused.txt, accsfinished.
Before start i have the all accounts in accounts.txt, when the first bot takes an accound delete the all other and only leave the used acc.
After this, i have only one acc un accounts.txt, and the same account un accused. This is the reason about the all vm's try to login to the same account.
I think that is a config problem. But i cn't find the error in my config.....