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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Mulligan problems

jmf

New Member
Joined
Oct 7, 2017
Messages
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!
 
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