What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Mulligan problems

jmf

New Member
Joined
Oct 7, 2017
Messages
1
Reaction score
0
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!
 
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.
 

Attachments

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!
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.
 
Back
Top