Hey
i have some problems with editing chancity's bot.
Since this bot is just awesome i would like to use it.
but i would like to edit the following stuff but it doesnt work :/
I would like to use different timing every game, so i changed the timings to this:
Code:
;Timing
$timingMiddleDoor = Random ( 2000, 3000 ) ;time (in ms) to wait to use skill archon
$timingCellarClick = Random ( 750,1000 ) ;time (in ms) it takes to run into the cellar
$timingWormHole = Random ( 2500 ) ;time (in ms) to wait to end the teleporting to the cellar
$timingAbort = Random ( 300,900 ) ;time (in ms) to wait to cast abort skills, decrease if you have high attack speed
$timingGameLoad = Random ( 1500,2500 ) ;Time (in ms) the script waits for the game to load before it starts pathfinding. Slow this down for slower hard drives
$timingTP = Random ( 6000,8000 ) ;Time (in ms) the script waits for teleport before exiting the game
$timingLoot = Random ( 800,1600 );Time (in ms) the script waits before each loot attempt
$timingLootRun = Random ( 600,1200 );Time (in ms) the script runs towards sarkoth dead body
wondering why he ignores the timings??
i have removed to read the Timings @ Func ReadINI(). else he would overwrite the
additional i would like to stop the bot every 20 games for ~2 mins.
ofc i add+1 to the $runs every game. but im not 100% sure because it doesnt work
he just igores it
Code:
Func RestartRun()
If ($Go) Then
If($runs=20 Then
Sleep($timingSec);
$runs = 0;
GUICtrlSetData($lblStatus, "Wartezeit")
Else
$runs = $runs+1
$i = 0
WinSetTitle($title, "", $title & $ver & " - Running")
$runs = $runs+1
.....
is the if$(runs=20) at the wrong place?
or whats wrong?
thx in advance
Regards