How do you get to change between rush and control when I made DefaultRoutine_Rush.cs and DefaultRouttine_Control.cs ? I get a compiler error when I start the bot: Error the namespace 'HREngine.Bots' already contains a definition for 'DefaultRoutine' . and the type 'HREngine.Bots.DefaultRoutine' already contains definition for 'RegisterScriptVariableDelegate'
Sorry for not telling this to fix the Error: copy your DefaultRoutine_Rush.cs and DefaultRoutine_Control.cs in a folder outside of the Hearthbuddy folder, so that only one DefaultRoutine.cs file is there. (must be named exactly like this) to change between your Rush and Control: - simply put the file you want to use in your Hearthbuddy\Routines\DefaultRoutine\ folder (where the original DefaultRoutine.cs is in) - delete the DefaultRoutine.cs (make backup before) - rename DefaultRoutine_Rush.cs or DefaultRoutine_Control.cs to DefaultRoutine.cs .. so simply delete the "_Rush" or "_Control"
Settings are good, but i've one issue - when there's more than four creatures on the board it often calculates so long, that it's missing my turn (either with internal or external processing).
true. i'm running a i5 3570k with 8 gb ram. anyways try it with lower values, maybe that helps. mine does begin to struggle with ~8-9 cards on board. struggle means it reaches the "End of Turn" line but does play.
I have a question: Where do i find this legendary silver.exe ? I saw an old post according to which it was deleted since version 0.82 of hearthbuddy and a couple of people mention it, but it is nowhere to be found
still with any setting the bot is so darn slow and targeting is very slow also to looks to much like a bot atm wish they would do something about that.Other bot i tried works so much faster and much more smooth.
So I get it right or not? There is supposed to be only a DefaultRoutine.cs file, exactly named like that? You can't have other routine .cs files named as you prefer in the ..\DefaultRoutine folder? I'll be testing this on my own later, I'm asking mainly because the bot isn't working atm Thanks Chaina for all the effort you put on this.