@emilcoff and @oijkn this speed = true -mode hase nothing to do with HR's latest feature.
if you activate this in silverfish, the ai will send multiple instuction (HR had this feature since a long time, but i didnt/and dont care, because its not AI-related)
so it doesnt send just: attack minion a, it sends attack minion a, then play card b. the problem is, that HR doesnt seem to know, when Hearthstone has
finished the board-effects, so that the board will not change anymore and the player is able to make its next move.
if speed is set to false, Ai is just sending one instuction, HR is executing the command, waits for the Game to do that move and asks the AI for the next move.
Silverfish will just do a quick check if the new Board-state is the same like the calculated one and (if the calculations are done correct) it will just pass the next instruction to HR.
If the boardstate is not correct, Silverfish will recalculate the board. (thats the reason why silverfish was so "slow" and did to much recalculations till last week, because HR didnt
place the minions correctly -> so the "real" board didnt match the calculated board (the minion was allways placed right-most) and ai had to recalculate everytime a minion was placed).
but this check that the board is correclty is very fast and i dont know if there is a real speedup.
because if the Ai sends multiple instructions to HR, then HR has also to wait for the Board to finish and after that, HR can execute the next action in queque.
and the fast-mode-option in HR will only affect the default ai of HR.
@liukangz it isnt stuck at test.txt :D if it doesnt find a test.txt, a mulligan or combo-textfile it will just move on... if you see "wait for board..." and did install the latest version of this thread (not the default silverfish that comes with HR), then all things are working as they should. this small black console will stay at "wait for board..." untill you start the bot and the AI has something to calculate. (this console-window will do the calculations instead of the silver.dll and this will speedup calculation-time by factor ~2 or more)