Question is in the title. My bot always throws it away even though it's a good pick. Thanks! Edit: I actually want it to keep 0-3 cost cards instead of 0-2 cost. How do i change this?
Not sure if this works but you can try it. 1) create a file named "_mulligan.txt" in notepad and save it in Hearthbuddy>Routines>DefaultRoutine>Silverfish>data 2) to keep certain cards, type the command: CardID;Yourclass;Enemyclass;Hold:#;/ - CardID = card you want to keep and can be found in the "_carddb.txt" file - Yourclass/Enemyclass = "pala", "druid", "warrior, warlock", "mage", "hunter", "priest", "shaman", "thief" (rogue) - # = "1" or "2" depending how many you want to keep if 2 are present on mulligan Example for keeping spider tank(s) as a mage and wanting to keep only 1 against rogue and 2 against priest (if 2 are seen on mulligan): GVG_044;mage;thief;Hold:1;/ GVG_044;mage;priest;Hold:2;/