• Visit Rebornbuddy
  • Mulligan problems

    Discussion in 'Community Developer Forum' started by jmf, Oct 26, 2017.

    1. jmf

      jmf New Member

      Joined:
      Oct 7, 2017
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      Hello,

      I'm trying to make my bot mulligan everything that costs 2 or more, except keleseth. First I tried making the _mulligan.txt files with the HSTtoolbox. That didn't work, so now I'm trying to edit the DefaultRoutine.cs. I've made the changes to the line about maximum mana cost:

      _mulliganRules.Add(new Tuple<string, string>("True", "card.Entity.Cost >= 2 and card.Entity.Id != \"ICC_851\""));

      I've restarted hearthbuddy and my computer and it's still not working. What am I missing?

      Thank you!
       
    2. MrGab

      MrGab New Member

      Joined:
      Apr 30, 2017
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      Hi,

      Normally you can use the two following command to match with your requierment (for a thief):
      ICC_851;thief;None;Hold:1;/
      None;thief;None;Discard:2;2

      I joint my muligan file for Keleseth decks if you want to test it.

      Mr Gab.
       

      Attached Files:

    3. Magusjoe

      Magusjoe New Member

      Joined:
      May 17, 2017
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      I had an issue where i was i thought making choices for the mulligan. Where in fact i was making rules for when to play using HSTtoolbox.
       

    Share This Page